/cts/tests/media/src/android/mediav2/cts/ |
D | CodecEncoderTest.java | 91 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 …]
|
D | CodecDecoderSurfaceTest.java | 91 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()
|
D | CodecDecoderTest.java | 283 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()
|
D | CodecDecoderExtTest.java | 102 assertTrue(log + "output received", 0 != mOutputCount); in testDecodeAndValidate()
|
D | CodecTestBase.java | 464 int mOutputCount; field in CodecTestBase 620 mOutputCount = 0; in flushCodec() 642 mOutputCount = 0; in resetContext() 977 mOutputCount++; in dequeueOutput() 1316 mOutputCount++; in dequeueOutput()
|
D | EncoderColorAspectsTest.java | 210 assertTrue(log + "output received", 0 != mOutputCount); in testColorAspects()
|
/cts/tests/media/jni/ |
D | NativeCodecEncoderTest.cpp | 325 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 …]
|
D | NativeCodecDecoderTest.cpp | 230 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()
|
D | NativeCodecTestBase.cpp | 347 mOutputCount = 0; in CodecTestBase() 385 mOutputCount = 0; in flushCodec() 403 mOutputCount = 0; in resetContext()
|
D | NativeCodecTestBase.h | 132 int mOutputCount; variable
|
/cts/tests/tests/media/src/android/media/cts/ |
D | SurfaceEncodeTimestampTest.java | 356 private int mOutputCount; field in SurfaceEncodeTimestampTest.EncoderCallback 391 mActualOutputPts[mOutputCount++] = info.presentationTimeUs; in onOutputBufferAvailable() 395 (mOutputCount == mMaxOutput); in onOutputBufferAvailable()
|