SYMBOL INDEX (22 symbols across 2 files) FILE: app/src/main/java/com/example/mediacodecencode/AvcEncoder.java class AvcEncoder (line 17) | public class AvcEncoder method AvcEncoder (line 32) | @SuppressLint("NewApi") method createfile (line 58) | private void createfile(){ method StopEncoder (line 70) | @SuppressLint("NewApi") method StopThread (line 85) | public void StopThread(){ method StartEncoderThread (line 99) | public void StartEncoderThread(){ method NV21ToNV12 (line 173) | private void NV21ToNV12(byte[] nv21,byte[] nv12,int width,int height){ method computePresentationTime (line 196) | private long computePresentationTime(long frameIndex) { FILE: app/src/main/java/com/example/mediacodecencode/MainActivity.java class MainActivity (line 26) | public class MainActivity extends Activity implements SurfaceHolder.Cal... method onCreate (line 54) | @Override method init (line 73) | private void init(){ method checkPermissionAllGranted (line 79) | private boolean checkPermissionAllGranted(String[] permissions) { method onRequestPermissionsResult (line 90) | @Override method showWaringDialog (line 106) | private void showWaringDialog() { method surfaceCreated (line 121) | @Override method surfaceChanged (line 127) | @Override method surfaceDestroyed (line 135) | @Override method onPreviewFrame (line 147) | @Override method putYUVData (line 153) | public void putYUVData(byte[] buffer, int length) { method SupportAvcCodec (line 160) | @SuppressLint("NewApi") method startcamera (line 178) | private void startcamera(Camera mCamera){ method getBackCamera (line 199) | @TargetApi(9)