Home
last modified time | relevance | path

Searched refs:mSignalledOutFormatChanged (Results 1 – 9 of 9) sorted by relevance

/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecAsyncHandler.java49 private boolean mSignalledOutFormatChanged; field in CodecAsyncHandler
57 mSignalledOutFormatChanged = false; in CodecAsyncHandler()
74 mSignalledOutFormatChanged = false; in resetContext()
137 mSignalledOutFormatChanged = true; in onOutputFormatChanged()
158 if (mSignalledOutFormatChanged || retry == 0) break; in waitOnFormatChange()
168 mSignalledOutFormatChanged); in waitOnFormatChange()
250 return mSignalledOutFormatChanged; in hasOutputFormatChanged()
DCodecTestBase.java374 protected boolean mSignalledOutFormatChanged; field in CodecTestBase
1287 mSignalledOutFormatChanged = false; in resetContext()
1328 mSignalledOutFormatChanged = true; in doWork()
1361 mSignalledOutFormatChanged = true; in queueEOS()
1387 mSignalledOutFormatChanged = true; in waitForAllOutputs()
DCodecDecoderTestBase.java324 mSignalledOutFormatChanged = true; in doWork()
/cts/tests/media/jni/
DNativeCodecTestBase.cpp95 mSignalledOutFormatChanged = false; in CodecAsyncHandler()
188 mSignalledOutFormatChanged = true; in setOutputFormat()
196 if (mSignalledOutFormatChanged || retry == 0) break; in waitOnFormatChange()
202 return !mSignalledError && mSignalledOutFormatChanged; in waitOnFormatChange()
212 return mSignalledOutFormatChanged; in hasOutputFormatChanged()
232 mSignalledOutFormatChanged = false; in resetContext()
393 mSignalledOutFormatChanged = false; in CodecTestBase()
477 mSignalledOutFormatChanged = false; in resetContext()
541 mSignalledOutFormatChanged = true; in doWork()
595 mSignalledOutFormatChanged = true; in queueEOS()
[all …]
DNativeCodecTestBase.h83 volatile bool mSignalledOutFormatChanged; variable
170 bool mSignalledOutFormatChanged; variable
DNativeCodecDecoderTestCommon.cpp294 : !mSignalledOutFormatChanged, in isOutputFormatOk()
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTestBase.java73 private boolean mSignalledOutFormatChanged; field in CodecAsyncHandler
80 mSignalledOutFormatChanged = false; in CodecAsyncHandler()
93 mSignalledOutFormatChanged = false; in resetContext()
128 mSignalledOutFormatChanged = true; in onOutputFormatChanged()
181 return mSignalledOutFormatChanged; in hasOutputFormatChanged()
221 boolean mSignalledOutFormatChanged; field in CodecTestBase
320 mSignalledOutFormatChanged = false; in resetContext()
361 mSignalledOutFormatChanged = true; in doWork()
394 mSignalledOutFormatChanged = true; in queueEOS()
420 mSignalledOutFormatChanged = true; in waitForAllOutputs()
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderDetachedSurfaceTest.java218 mSignalledOutFormatChanged = true; in doWork()
DCodecDecoderTest.java330 mSignalledOutFormatChanged); in doOutputFormatChecks()