Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecTestBase.cpp58 mSignalledOutFormatChanged = false; in CodecAsyncHandler()
151 mSignalledOutFormatChanged = true; in setOutputFormat()
161 return mSignalledOutFormatChanged; in hasOutputFormatChanged()
180 mSignalledOutFormatChanged = false; in resetContext()
340 mSignalledOutFormatChanged = false; in CodecTestBase()
396 mSignalledOutFormatChanged = false; in resetContext()
443 mSignalledOutFormatChanged = true; in doWork()
489 mSignalledOutFormatChanged = true; in queueEOS()
530 mSignalledOutFormatChanged = true; in waitForAllOutputs()
DNativeCodecTestBase.h66 volatile bool mSignalledOutFormatChanged; variable
137 bool mSignalledOutFormatChanged; variable
DNativeCodecDecoderTest.cpp372 : !mSignalledOutFormatChanged) { in testSimpleDecode()
514 : !mSignalledOutFormatChanged) { in testFlush()
646 : !mSignalledOutFormatChanged) { in testSimpleDecodeQueueCSD()
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTestBase.java58 private boolean mSignalledOutFormatChanged; field in CodecAsyncHandler
65 mSignalledOutFormatChanged = false; in CodecAsyncHandler()
78 mSignalledOutFormatChanged = false; in resetContext()
113 mSignalledOutFormatChanged = true; in onOutputFormatChanged()
166 return mSignalledOutFormatChanged; in hasOutputFormatChanged()
194 boolean mSignalledOutFormatChanged; field in CodecTestBase
229 mSignalledOutFormatChanged = false; in resetContext()
270 mSignalledOutFormatChanged = true; in doWork()
303 mSignalledOutFormatChanged = true; in queueEOS()
329 mSignalledOutFormatChanged = true; in waitForAllOutputs()
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java267 mSignalledOutFormatChanged); in testSimpleDecode()
384 mSignalledOutFormatChanged); in testFlush()
473 mSignalledOutFormatChanged); in testReconfigure()
502 mSignalledOutFormatChanged); in testReconfigure()
528 mSignalledOutFormatChanged); in testReconfigure()
564 mSignalledOutFormatChanged); in testReconfigure()
706 mSignalledOutFormatChanged); in testSimpleDecodeQueueCSD()
DCodecTestBase.java74 private boolean mSignalledOutFormatChanged; field in CodecAsyncHandler
81 mSignalledOutFormatChanged = false; in CodecAsyncHandler()
94 mSignalledOutFormatChanged = false; in resetContext()
129 mSignalledOutFormatChanged = true; in onOutputFormatChanged()
204 return mSignalledOutFormatChanged; in hasOutputFormatChanged()
540 boolean mSignalledOutFormatChanged; field in CodecTestBase
868 mSignalledOutFormatChanged = false; in resetContext()
909 mSignalledOutFormatChanged = true; in doWork()
942 mSignalledOutFormatChanged = true; in queueEOS()
968 mSignalledOutFormatChanged = true; in waitForAllOutputs()
[all …]