Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderTest.java308 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 …]
DCodecDecoderSurfaceTest.java226 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()
DCodecDecoderTest.java282 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()
DCodecTestBase.java463 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()
DCodecDecoderExtTest.java101 assertTrue(log + "no input sent", 0 != mInputCount); in testDecodeAndValidate()
DEncoderColorAspectsTest.java209 assertTrue(log + "no input sent", 0 != mInputCount); in testColorAspects()
/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp213 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 …]
DNativeCodecDecoderTest.cpp212 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()
DNativeCodecTestBase.cpp346 mInputCount = 0; in CodecTestBase()
384 mInputCount = 0; in flushCodec()
402 mInputCount = 0; in resetContext()
DNativeCodecTestBase.h131 int mInputCount; variable
/cts/tests/tests/media/src/android/media/cts/
DSurfaceEncodeTimestampTest.java71 private int mInputCount; field in SurfaceEncodeTimestampTest
310 mInputCount = 0; in doTest()
419 generateSurfaceFrame(mInputCount, width, height); in drawFrame()
422 mInputCount++; in drawFrame()