Searched refs:codec (Results 1 – 6 of 6) sorted by relevance
80 private MediaCodecWrapper(MediaCodec codec) { in MediaCodecWrapper() argument81 mDecoder = codec; in MediaCodecWrapper()82 codec.start(); in MediaCodecWrapper()83 mInputBuffers = codec.getInputBuffers(); in MediaCodecWrapper()84 mOutputBuffers = codec.getOutputBuffers(); in MediaCodecWrapper()
59 private static Bitmap codec(Bitmap src, Bitmap.CompressFormat format, in codec() method in CreateBitmap.SampleView102 mJPEG[i] = codec(mBitmaps[i], Bitmap.CompressFormat.JPEG, 80); in SampleView()103 mPNG[i] = codec(mBitmaps[i], Bitmap.CompressFormat.PNG, 0); in SampleView()
34 codec, enumerator
41 codec, enumerator