Home
last modified time | relevance | path

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

/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecAsyncHandler.java249 public boolean hasOutputFormatChanged() { in hasOutputFormatChanged() method in CodecAsyncHandler
/cts/tests/media/jni/
DNativeCodecTestBase.h99 bool hasOutputFormatChanged();
DNativeCodecTestBase.cpp210 bool CodecAsyncHandler::hasOutputFormatChanged() { in hasOutputFormatChanged() function in CodecAsyncHandler
DNativeCodecDecoderTestCommon.cpp293 RETURN_IF_TRUE(mIsCodecInAsyncMode ? !mAsyncHandle.hasOutputFormatChanged() in isOutputFormatOk()
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTranscoderTestBase.java218 if (mAsyncHandleEncoder.hasOutputFormatChanged()) { in tryEncoderOutput()
DCodecTestBase.java180 boolean hasOutputFormatChanged() { in hasOutputFormatChanged() method in CodecAsyncHandler
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java329 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in doOutputFormatChecks()