Searched refs:defFormat (Results 1 – 2 of 2) sorted by relevance
266 MediaFormat defFormat = mCodec.getOutputFormat(); in testSimpleDecode() local267 if (isFormatSimilar(format, defFormat)) { in testSimpleDecode()378 MediaFormat defFormat = mCodec.getOutputFormat(); in testFlush() local380 if (isFormatSimilar(format, defFormat)) { in testFlush()512 MediaFormat defFormat = mCodec.getOutputFormat(); in testReconfigure() local514 if (isFormatSimilar(format, defFormat)) { in testReconfigure()600 if (isFormatSimilar(newFormat, defFormat)) { in testReconfigure()740 MediaFormat defFormat = mCodec.getOutputFormat(); in testSimpleDecodeQueueCSD() local741 if (isFormatSimilar(defFormat, format)) { in testSimpleDecodeQueueCSD()
421 AMediaFormat* defFormat = AMediaCodec_getOutputFormat(mCodec); in testFlush() local423 if (isFormatSimilar(mInpDecFormat, defFormat)) { in testFlush()427 AMediaFormat_delete(defFormat); in testFlush()589 AMediaFormat* defFormat = AMediaCodec_getOutputFormat(mCodec); in testSimpleDecodeQueueCSD() local590 if (isFormatSimilar(defFormat, mInpDecFormat)) { in testSimpleDecodeQueueCSD()594 AMediaFormat_delete(defFormat); in testSimpleDecodeQueueCSD()