Home
last modified time | relevance | path

Searched refs:hasOutputFormatChanged (Results 1 – 5 of 5) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java298 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in testSimpleDecode()
438 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in testFlush()
533 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in testReconfigure()
561 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in testReconfigure()
586 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in testReconfigure()
622 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in testReconfigure()
773 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in testSimpleDecodeQueueCSD()
DCodecTestBase.java196 boolean hasOutputFormatChanged() { in hasOutputFormatChanged() method in CodecAsyncHandler
/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp352 if (mIsCodecInAsyncMode ? !mAsyncHandle.hasOutputFormatChanged() in testSimpleDecode()
484 if (mIsCodecInAsyncMode ? !mAsyncHandle.hasOutputFormatChanged() in testFlush()
616 if (mIsCodecInAsyncMode ? !mAsyncHandle.hasOutputFormatChanged() in testSimpleDecodeQueueCSD()
DNativeCodecTestBase.h78 bool hasOutputFormatChanged();
DNativeCodecTestBase.cpp157 bool CodecAsyncHandler::hasOutputFormatChanged() { in hasOutputFormatChanged() function in CodecAsyncHandler