Searched refs:mSignalEOSWithLastFrame (Results 1 – 9 of 9) sorted by relevance
45 bool mSignalEOSWithLastFrame; member in CodecEncoderSurfaceTest192 mSignalEOSWithLastFrame = signalEOSWithLastFrame; in resetContext()246 if (!AMediaExtractor_advance(mExtractor) && mSignalEOSWithLastFrame) { in enqueueDecoderInput()547 if (!configureCodec(mIsCodecInAsyncMode, mSignalEOSWithLastFrame)) return false; in testSimpleEncode()
133 bool mSignalEOSWithLastFrame; variable
336 mSignalEOSWithLastFrame = false; in CodecTestBase()392 mSignalEOSWithLastFrame = signalEOSWithLastFrame; in resetContext()
281 if (mNumBytesSubmitted + size >= mInputLength && mSignalEOSWithLastFrame) { in enqueueInput()303 if (mNumBytesSubmitted + frmSize >= mInputLength && mSignalEOSWithLastFrame) { in enqueueInput()
207 if (!AMediaExtractor_advance(mExtractor) && mSignalEOSWithLastFrame) { in enqueueInput()
190 boolean mSignalEOSWithLastFrame; field in CodecTestBase225 mSignalEOSWithLastFrame = signalEOSWithLastFrame; in resetContext()450 if (!mExtractor.advance() && mSignalEOSWithLastFrame) { in enqueueInput()619 if (mNumBytesSubmitted + size >= mInputData.length && mSignalEOSWithLastFrame) { in enqueueInput()642 if (mNumBytesSubmitted + frmSize >= mInputData.length && mSignalEOSWithLastFrame) { in enqueueInput()
56 boolean mSignalEOSWithLastFrame; field in CodecTranscoderTestBase101 mSignalEOSWithLastFrame = signalEOSWithLastFrame; in resetContext()150 if (!mExtractor.advance() && mSignalEOSWithLastFrame) { in enqueueDecoderInput()
68 private boolean mSignalEOSWithLastFrame; field in CodecEncoderSurfaceTest157 mSignalEOSWithLastFrame = signalEOSWithLastFrame; in resetContext()210 if (!mExtractor.advance() && mSignalEOSWithLastFrame) { in enqueueDecoderInput()
536 boolean mSignalEOSWithLastFrame; field in CodecTestBase864 mSignalEOSWithLastFrame = signalEOSWithLastFrame; in resetContext()1198 if (!mExtractor.advance() && mSignalEOSWithLastFrame) { in enqueueInput()1572 if (mNumBytesSubmitted + size >= mInputData.length && mSignalEOSWithLastFrame) { in enqueueInput()1595 if (mNumBytesSubmitted + frmSize >= mInputData.length && mSignalEOSWithLastFrame) { in enqueueInput()