/cts/tests/media/src/android/mediav2/cts/ |
D | CodecEncoderTest.java | 207 assertTrue(log + "no input sent", 0 != mInputCount); in testSimpleEncode() 212 " / " + mInputCount, mInputCount == mOutputCount); in testSimpleEncode() 273 assertTrue(log + "no input sent", 0 != mInputCount); in testLosslessEncodeDecode() 278 " / " + mInputCount, mInputCount == mOutputCount); in testLosslessEncodeDecode() 368 assertTrue(log + "no input sent", 0 != mInputCount); in testFlush() 372 " / " + mInputCount, mInputCount == mOutputCount); in testFlush() 393 assertTrue(log + "no input sent", 0 != mInputCount); in testFlush() 397 " / " + mInputCount, mInputCount == mOutputCount); in testFlush() 496 assertTrue(log + "no input sent", 0 != mInputCount); in testReconfigure() 500 " / " + mInputCount, mInputCount == mOutputCount); in testReconfigure() [all …]
|
D | CodecDecoderSurfaceTest.java | 177 assertTrue(log + "no input sent", 0 != mInputCount); in testSimpleDecodeToSurface() 261 assertTrue(log + "no input sent", 0 != mInputCount); in testFlush() 283 assertTrue(log + "no input sent", 0 != mInputCount); in testFlush() 364 assertTrue(log + "no input sent", 0 != mInputCount); in testReconfigure() 385 assertTrue(log + "no input sent", 0 != mInputCount); in testReconfigure() 412 assertTrue(log + "no input sent", 0 != mInputCount); in testReconfigure()
|
D | CodecDecoderTest.java | 250 assertTrue(log + "no input sent", 0 != mInputCount); in testSimpleDecode() 362 assertTrue(log + "no input sent", 0 != mInputCount); in testFlush() 378 assertTrue(log + "no input sent", 0 != mInputCount); in testFlush() 496 assertTrue(log + "no input sent", 0 != mInputCount); in testReconfigure() 522 assertTrue(log + "no input sent", 0 != mInputCount); in testReconfigure() 558 assertTrue(log + "no input sent", 0 != mInputCount); in testReconfigure() 689 assertTrue(log + "no input sent", 0 != mInputCount); in testSimpleDecodeQueueCSD() 783 assertTrue(log + "no input sent", 0 != mInputCount); in testDecodePartialFrame()
|
D | CodecTestBase.java | 537 int mInputCount; field in CodecTestBase 843 mInputCount = 0; in flushCodec() 865 mInputCount = 0; in resetContext() 1210 mInputCount++; in enqueueInput() 1230 mInputCount++; in enqueueInput() 1465 mInputOffsetPts = (mInputCount + 5) * 1000000L / mFrameRate; in flushCodec() 1581 pts += mInputCount * 1000000L / mFrameRate; in enqueueInput() 1610 mInputCount++; in enqueueInput()
|
D | EncoderColorAspectsTest.java | 179 assertTrue(log + "no input sent", 0 != mInputCount); in testColorAspects()
|
D | CodecDecoderValidationTest.java | 491 assertTrue(log + "no input sent", 0 != mInputCount); in testDecodeAndValidate()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | SurfaceEncodeTimestampTest.java | 76 private int mInputCount; field in SurfaceEncodeTimestampTest 351 mInputCount = 0; in doTest() 460 generateSurfaceFrame(mInputCount, width, height); in drawFrame() 463 mInputCount++; in drawFrame()
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | PlaybackFrameDrop.java | 159 mInputCount >= mMaxNumFrames || in enqueueInput() 167 mInputCount++; in enqueueInput()
|
D | CodecTestBase.java | 191 int mInputCount; field in CodecTestBase 226 mInputCount = 0; in resetContext() 456 mInputCount++; in enqueueInput() 625 pts += mInputCount * 1000000L / mFrameRate; in enqueueInput() 649 mInputCount++; in enqueueInput()
|
D | AudioPlaybackLoad.java | 118 mInputCount++; in enqueueInput()
|
/cts/tests/media/jni/ |
D | NativeCodecDecoderTest.cpp | 217 mInputCount++; in enqueueInput() 357 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testSimpleDecode() 490 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testFlush() 509 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testFlush() 635 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testSimpleDecodeQueueCSD()
|
D | NativeCodecTestBase.h | 134 int mInputCount; variable
|
D | NativeCodecTestBase.cpp | 337 mInputCount = 0; in CodecTestBase() 375 mInputCount = 0; in flushCodec() 393 mInputCount = 0; in resetContext()
|