Home
last modified time | relevance | path

Searched refs:outputEoS (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9HWR.cpp449 bool outputEoS = ((*pBuffers[OUTPORT_INDEX])->nFlags & OMX_BUFFERFLAG_EOS); in ProcessorProcess() local
452 if (inputEoS && !outputEoS) { in ProcessorProcess()
DOMXVideoDecoderVP9Hybrid.cpp416 bool outputEoS = ((*pBuffers[OUTPORT_INDEX])->nFlags & OMX_BUFFERFLAG_EOS); in ProcessorProcess() local
419 if (inputEoS && !outputEoS && retains[INPORT_INDEX] != BUFFER_RETAIN_GETAGAIN) { in ProcessorProcess()
DOMXVideoDecoderBase.cpp463 bool outputEoS = ((*pBuffers[OUTPORT_INDEX])->nFlags & OMX_BUFFERFLAG_EOS); in ProcessorProcess() local
465 if (inputEoS && !outputEoS) { in ProcessorProcess()