• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:mInpDecFormat

40     AMediaFormat* mInpDecFormat;  member in CodecDecoderTest
77 mInpDecFormat(nullptr), in CodecDecoderTest()
136 mInpDecFormat = currFormat; in setUpExtractor()
146 RETURN_IF_NULL(mInpDecFormat, in setUpExtractor()
157 if (mInpDecFormat) { in deleteExtractor()
158 AMediaFormat_delete(mInpDecFormat); in deleteExtractor()
159 mInpDecFormat = nullptr; in deleteExtractor()
382 if (!configureCodec(mInpDecFormat, isAsync, eosType, false)) return false; in testSimpleDecode()
384 if (isFormatSimilar(mInpDecFormat, decFormat)) { in testSimpleDecode()
399 if (validateFormat && !isOutputFormatOk(mInpDecFormat)) { in testSimpleDecode()
429 if (AMediaFormat_getBuffer(mInpDecFormat, csdName, &csdBuffer, &csdSize)) { in testFlush()
436 RETURN_IF_FALSE(decodeToMemory(decoder, mInpDecFormat, INT32_MAX, ref, pts, mode), in testFlush()
449 if (!configureCodec(mInpDecFormat, isAsync, true, false)) return false; in testFlush()
452 if (isFormatSimilar(mInpDecFormat, defFormat)) { in testFlush()
510 if (validateFormat && !isOutputFormatOk(mInpDecFormat)) { in testFlush()
533 if (!configureCodec(mInpDecFormat, isAsync, false, false)) return false; in testOnlyEos()
552 formats.push_back(mInpDecFormat); in testSimpleDecodeQueueCSD()
554 AMediaFormat_copy(mInpDecDupFormat, mInpDecFormat); in testSimpleDecodeQueueCSD()
564 AMediaFormat_setBuffer(mInpDecFormat, csdName, nullptr, 0); in testSimpleDecodeQueueCSD()
588 if (isFormatSimilar(defFormat, mInpDecFormat)) { in testSimpleDecodeQueueCSD()
606 if (validateFormat && !isOutputFormatOk(mInpDecFormat)) { in testSimpleDecodeQueueCSD()