/cts/tests/media/src/android/mediav2/cts/ |
D | CodecEncoderTest.java | 308 assertTrue(log + "no input sent", 0 != mInputCount); in testSimpleEncode() 313 " / " + mInputCount, mInputCount == mOutputCount); in testSimpleEncode() 402 assertTrue(log + "no input sent", 0 != mInputCount); in testFlush() 406 " / " + mInputCount, mInputCount == mOutputCount); in testFlush() 426 assertTrue(log + "no input sent", 0 != mInputCount); in testFlush() 430 " / " + mInputCount, mInputCount == mOutputCount); in testFlush() 534 assertTrue(log + "no input sent", 0 != mInputCount); in testReconfigure() 538 " / " + mInputCount, mInputCount == mOutputCount); in testReconfigure() 553 assertTrue(log + "no input sent", 0 != mInputCount); in testReconfigure() 557 " / " + mInputCount, mInputCount == mOutputCount); in testReconfigure() [all …]
|
D | CodecDecoderSurfaceTest.java | 226 assertTrue(log + "no input sent", 0 != mInputCount); in testSimpleDecodeToSurface() 304 assertTrue(log + "no input sent", 0 != mInputCount); in testFlush() 320 assertTrue(log + "no input sent", 0 != mInputCount); in testFlush() 392 assertTrue(log + "no input sent", 0 != mInputCount); in testReconfigure() 408 assertTrue(log + "no input sent", 0 != mInputCount); in testReconfigure() 429 assertTrue(log + "no input sent", 0 != mInputCount); in testReconfigure()
|
D | CodecDecoderTest.java | 282 assertTrue(log + "no input sent", 0 != mInputCount); in testSimpleDecode() 417 assertTrue(log + "no input sent", 0 != mInputCount); in testFlush() 433 assertTrue(log + "no input sent", 0 != mInputCount); in testFlush() 556 assertTrue(log + "no input sent", 0 != mInputCount); in testReconfigure() 581 assertTrue(log + "no input sent", 0 != mInputCount); in testReconfigure() 617 assertTrue(log + "no input sent", 0 != mInputCount); in testReconfigure() 757 assertTrue(log + "no input sent", 0 != mInputCount); in testSimpleDecodeQueueCSD() 851 assertTrue(log + "no input sent", 0 != mInputCount); in testDecodePartialFrame()
|
D | CodecTestBase.java | 463 int mInputCount; field in CodecTestBase 619 mInputCount = 0; in flushCodec() 641 mInputCount = 0; in resetContext() 928 mInputCount++; in enqueueInput() 948 mInputCount++; in enqueueInput() 1152 mInputOffsetPts = (mInputCount + 5) * 1000000L / mFrameRate; in flushCodec() 1268 pts += mInputCount * 1000000L / mFrameRate; in enqueueInput() 1297 mInputCount++; in enqueueInput()
|
D | CodecDecoderExtTest.java | 101 assertTrue(log + "no input sent", 0 != mInputCount); in testDecodeAndValidate()
|
D | EncoderColorAspectsTest.java | 209 assertTrue(log + "no input sent", 0 != mInputCount); in testColorAspects()
|
/cts/tests/media/jni/ |
D | NativeCodecEncoderTest.cpp | 213 mInputOffsetPts = (mInputCount + 5) * 1000000L / mDefFrameRate; in flushCodec() 282 pts += mInputCount * 1000000L / mDefFrameRate; in enqueueInput() 308 mInputCount++; in enqueueInput() 444 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testSimpleEncode() 446 CHECK_ERR((!mIsAudio && mInputCount != mOutputCount), log, in testSimpleEncode() 510 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testFlush() 514 CHECK_ERR((!mIsAudio && mInputCount != mOutputCount), log, "input cnt != output cnt", in testFlush() 530 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testFlush() 534 CHECK_ERR(!mIsAudio && (mInputCount != mOutputCount), log, "input cnt != output cnt", in testFlush() 618 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testReconfigure() [all …]
|
D | NativeCodecDecoderTest.cpp | 212 mInputCount++; in enqueueInput() 342 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testSimpleDecode() 461 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testFlush() 480 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testFlush() 606 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testSimpleDecodeQueueCSD()
|
D | NativeCodecTestBase.cpp | 346 mInputCount = 0; in CodecTestBase() 384 mInputCount = 0; in flushCodec() 402 mInputCount = 0; in resetContext()
|
D | NativeCodecTestBase.h | 131 int mInputCount; variable
|
/cts/tests/tests/media/src/android/media/cts/ |
D | SurfaceEncodeTimestampTest.java | 71 private int mInputCount; field in SurfaceEncodeTimestampTest 310 mInputCount = 0; in doTest() 419 generateSurfaceFrame(mInputCount, width, height); in drawFrame() 422 mInputCount++; in drawFrame()
|