Home
last modified time | relevance | path

Searched refs:mInputOffsetPts (Results 1 – 2 of 2) sorted by relevance

/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp32 int64_t mInputOffsetPts; member in CodecEncoderTest
99 mInputOffsetPts = 0;
203 mInputOffsetPts = 0; in resetContext()
211 mInputOffsetPts = (mNumBytesSubmitted + 1024) * 1000000L / (2 * mChannels * mSampleRate); in flushCodec()
213 mInputOffsetPts = (mInputCount + 5) * 1000000L / mDefFrameRate; in flushCodec()
215 mPrevOutputPts = mInputOffsetPts - 1; in flushCodec()
269 int64_t pts = mInputOffsetPts; in enqueueInput()
/cts/tests/media/src/android/mediav2/cts/
DCodecTestBase.java1115 long mInputOffsetPts; field in CodecEncoderTestBase
1142 mInputOffsetPts = 0; in resetContext()
1149 mInputOffsetPts = in flushCodec()
1152 mInputOffsetPts = (mInputCount + 5) * 1000000L / mFrameRate; in flushCodec()
1154 mPrevOutputPts = mInputOffsetPts - 1; in flushCodec()
1257 long pts = mInputOffsetPts; in enqueueInput()