Searched refs:mSignalEOSWithLastFrame (Results 1 – 7 of 7) sorted by relevance
46 bool mSignalEOSWithLastFrame; member in CodecEncoderSurfaceTest186 mSignalEOSWithLastFrame = signalEOSWithLastFrame; in resetContext()240 if (!AMediaExtractor_advance(mExtractor) && mSignalEOSWithLastFrame) { in enqueueDecoderInput()504 if (!configureCodec(mIsCodecInAsyncMode, mSignalEOSWithLastFrame)) return false; in testSimpleEncode()
130 bool mSignalEOSWithLastFrame; variable
345 mSignalEOSWithLastFrame = false; in CodecTestBase()401 mSignalEOSWithLastFrame = signalEOSWithLastFrame; in resetContext()
276 if (mNumBytesSubmitted + size >= mInputLength && mSignalEOSWithLastFrame) { in enqueueInput()298 if (mNumBytesSubmitted + frmSize >= mInputLength && mSignalEOSWithLastFrame) { in enqueueInput()
203 if (!AMediaExtractor_advance(mExtractor) && mSignalEOSWithLastFrame) { in enqueueInput()
67 private boolean mSignalEOSWithLastFrame; field in CodecEncoderSurfaceTest201 mSignalEOSWithLastFrame = signalEOSWithLastFrame; in resetContext()250 if (!mExtractor.advance() && mSignalEOSWithLastFrame) { in enqueueDecoderInput()
462 boolean mSignalEOSWithLastFrame; field in CodecTestBase640 mSignalEOSWithLastFrame = signalEOSWithLastFrame; in resetContext()916 if (!mExtractor.advance() && mSignalEOSWithLastFrame) { in enqueueInput()1262 if (mNumBytesSubmitted + size >= mInputData.length && mSignalEOSWithLastFrame) { in enqueueInput()1285 if (mNumBytesSubmitted + frmSize >= mInputData.length && mSignalEOSWithLastFrame) { in enqueueInput()