Searched refs:mInputOffsetPts (Results 1 – 2 of 2) sorted by relevance
32 int64_t mInputOffsetPts; member in CodecEncoderTest99 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()
1115 long mInputOffsetPts; field in CodecEncoderTestBase1142 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()