Searched refs:mInpDecDupFormat (Results 1 – 1 of 1) sorted by relevance
37 AMediaFormat* mInpDecDupFormat; member in CodecDecoderTest72 mInpDecDupFormat(nullptr), in CodecDecoderTest()145 if (mInpDecDupFormat) { in deleteExtractor()146 AMediaFormat_delete(mInpDecDupFormat); in deleteExtractor()147 mInpDecDupFormat = nullptr; in deleteExtractor()546 mInpDecDupFormat = AMediaFormat_new(); in testSimpleDecodeQueueCSD()547 AMediaFormat_copy(mInpDecDupFormat, mInpDecFormat); in testSimpleDecodeQueueCSD()548 formats.push_back(mInpDecDupFormat); in testSimpleDecodeQueueCSD()555 if (AMediaFormat_getBuffer(mInpDecDupFormat, csdName, &csdBuffer, &csdSize)) { in testSimpleDecodeQueueCSD()