Searched refs:eos (Results 1 – 2 of 2) sorted by relevance
220 bool eos = (inBuffer->nFlags & OMX_BUFFERFLAG_EOS)? true:false; in ProcessorProcess() local223 eos = eos && (inBuffer->nFilledLen == 0); in ProcessorProcess()243 … = mDecoderDecode(mCtx,mHybridCtx,inBuffer->pBuffer + inBuffer->nOffset,inBuffer->nFilledLen, eos); in ProcessorProcess()268 eos? OMX_BUFFERFLAG_EOS:0, in ProcessorProcess()
220 IMG_INT8 eos; member