Home
last modified time | relevance | path

Searched refs:mOutputCount (Results 1 – 11 of 11) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderTest.java91 mSyncFramesPos.add(mOutputCount); in dequeueOutput()
309 assertTrue(log + "output received", 0 != mOutputCount); in testSimpleEncode()
312 log + "input count != output count, act/exp: " + mOutputCount + in testSimpleEncode()
313 " / " + mInputCount, mInputCount == mOutputCount); in testSimpleEncode()
391 boolean checkMetrics = (mOutputCount != 0); in testFlush()
403 assertTrue(log + "output received", 0 != mOutputCount); in testFlush()
405 assertTrue(log + "input count != output count, act/exp: " + mOutputCount + in testFlush()
406 " / " + mInputCount, mInputCount == mOutputCount); in testFlush()
427 assertTrue(log + "output received", 0 != mOutputCount); in testFlush()
429 assertTrue(log + "input count != output count, act/exp: " + mOutputCount + in testFlush()
[all …]
DCodecDecoderSurfaceTest.java91 mOutputCount++; in dequeueOutput()
227 assertTrue(log + "output received", 0 != mOutputCount); in testSimpleDecodeToSurface()
305 assertTrue(log + "output received", 0 != mOutputCount); in testFlush()
321 assertTrue(log + "output received", 0 != mOutputCount); in testFlush()
393 assertTrue(log + "output received", 0 != mOutputCount); in testReconfigure()
409 assertTrue(log + "output received", 0 != mOutputCount); in testReconfigure()
430 assertTrue(log + "output received", 0 != mOutputCount); in testReconfigure()
DCodecDecoderTest.java283 assertTrue(log + "output received", 0 != mOutputCount); in testSimpleDecode()
404 boolean checkMetrics = (mOutputCount != 0); in testFlush()
418 assertTrue(log + "output received", 0 != mOutputCount); in testFlush()
434 assertTrue(log + "output received", 0 != mOutputCount); in testFlush()
530 if (mOutputCount != 0) { in testReconfigure()
557 assertTrue(log + "output received", 0 != mOutputCount); in testReconfigure()
582 assertTrue(log + "output received", 0 != mOutputCount); in testReconfigure()
618 assertTrue(log + "output received", 0 != mOutputCount); in testReconfigure()
758 assertTrue(log + "output received", 0 != mOutputCount); in testSimpleDecodeQueueCSD()
852 assertTrue(log + "output received", 0 != mOutputCount); in testDecodePartialFrame()
DCodecDecoderExtTest.java102 assertTrue(log + "output received", 0 != mOutputCount); in testDecodeAndValidate()
DCodecTestBase.java464 int mOutputCount; field in CodecTestBase
620 mOutputCount = 0; in flushCodec()
642 mOutputCount = 0; in resetContext()
977 mOutputCount++; in dequeueOutput()
1316 mOutputCount++; in dequeueOutput()
DEncoderColorAspectsTest.java210 assertTrue(log + "output received", 0 != mOutputCount); in testColorAspects()
/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp325 mSyncFramesPos.push_back(mOutputCount); in dequeueOutput()
329 mOutputCount++; in dequeueOutput()
445 CHECK_ERR((0 == mOutputCount), log, "received 0 outputs", isPass); in testSimpleEncode()
446 CHECK_ERR((!mIsAudio && mInputCount != mOutputCount), log, in testSimpleEncode()
511 CHECK_ERR((0 == mOutputCount), log, "received 0 outputs", isPass); in testFlush()
514 CHECK_ERR((!mIsAudio && mInputCount != mOutputCount), log, "input cnt != output cnt", in testFlush()
531 CHECK_ERR((0 == mOutputCount), log, "received 0 outputs", isPass); in testFlush()
534 CHECK_ERR(!mIsAudio && (mInputCount != mOutputCount), log, "input cnt != output cnt", in testFlush()
619 CHECK_ERR((0 == mOutputCount), log, "received 0 outputs", isPass); in testReconfigure()
620 CHECK_ERR((!mIsAudio && mInputCount != mOutputCount), log, "input cnt != output cnt", in testReconfigure()
[all …]
DNativeCodecDecoderTest.cpp230 mOutputCount++; in dequeueOutput()
343 CHECK_ERR((0 == mOutputCount), log, "received 0 outputs", isPass); in testSimpleDecode()
462 CHECK_ERR((0 == mOutputCount), log, "received 0 outputs", isPass); in testFlush()
481 CHECK_ERR((0 == mOutputCount), log, "received 0 outputs", isPass); in testFlush()
607 CHECK_ERR((0 == mOutputCount), log, "received 0 outputs", isPass); in testSimpleDecodeQueueCSD()
DNativeCodecTestBase.cpp347 mOutputCount = 0; in CodecTestBase()
385 mOutputCount = 0; in flushCodec()
403 mOutputCount = 0; in resetContext()
DNativeCodecTestBase.h132 int mOutputCount; variable
/cts/tests/tests/media/src/android/media/cts/
DSurfaceEncodeTimestampTest.java356 private int mOutputCount; field in SurfaceEncodeTimestampTest.EncoderCallback
391 mActualOutputPts[mOutputCount++] = info.presentationTimeUs; in onOutputBufferAvailable()
395 (mOutputCount == mMaxOutput); in onOutputBufferAvailable()