Searched refs:defFormat (Results 1 – 2 of 2) sorted by relevance
394 MediaFormat defFormat = mCodec.getOutputFormat(); in testSimpleDecode() local395 if (isFormatSimilar(format, defFormat)) { in testSimpleDecode()412 doOutputFormatChecks(defFormat, format); in testSimpleDecode()495 MediaFormat defFormat = mCodec.getOutputFormat(); in testFlush() local497 if (isFormatSimilar(format, defFormat)) { in testFlush()554 doOutputFormatChecks(defFormat, format); in testFlush()644 MediaFormat defFormat = mCodec.getOutputFormat(); in testReconfigure() local646 if (isFormatSimilar(format, defFormat)) { in testReconfigure()664 doOutputFormatChecks(defFormat, format); in testReconfigure()684 doOutputFormatChecks(defFormat, format); in testReconfigure()[all …]
450 AMediaFormat* defFormat = AMediaCodec_getOutputFormat(mCodec); in testFlush() local452 if (isFormatSimilar(mInpDecFormat, defFormat)) { in testFlush()456 AMediaFormat_delete(defFormat); in testFlush()587 AMediaFormat* defFormat = AMediaCodec_getOutputFormat(mCodec); in testSimpleDecodeQueueCSD() local588 if (isFormatSimilar(defFormat, mInpDecFormat)) { in testSimpleDecodeQueueCSD()592 AMediaFormat_delete(defFormat); in testSimpleDecodeQueueCSD()