Searched defs:decFormat (Results 1 – 3 of 3) sorted by relevance
118 void configureCodec(MediaFormat decFormat, MediaFormat encFormat, boolean isAsync, in configureCodec()444 void configureCodec(MediaFormat decFormat, MediaFormat encFormat, boolean isAsync, in configureCodec()
464 private void configureCodec(MediaFormat decFormat, MediaFormat encFormat, boolean isAsync, in configureCodec()
381 AMediaFormat* decFormat = AMediaCodec_getOutputFormat(mCodec); in testSimpleDecode() local