Searched refs:decFormat (Results 1 – 2 of 2) sorted by relevance
328 AMediaFormat* decFormat = AMediaCodec_getOutputFormat(mCodec); in testSimpleDecode() local329 if (isFormatSimilar(mInpDecFormat, decFormat)) { in testSimpleDecode()333 AMediaFormat_delete(decFormat); in testSimpleDecode()
210 private void configureCodec(MediaFormat decFormat, MediaFormat encFormat, boolean isAsync, in configureCodec() argument218 mDecoder.configure(decFormat, mSurface, null, 0); in configureCodec()