Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.cpp343 bool outputEoS = ((*pBuffers[OUTPORT_INDEX])->nFlags & OMX_BUFFERFLAG_EOS); in ProcessorProcess() local
346 if (inputEoS && !outputEoS && retains[INPORT_INDEX] != BUFFER_RETAIN_GETAGAIN) { in ProcessorProcess()
DOMXVideoDecoderVP9HWR.cpp448 bool outputEoS = ((*pBuffers[OUTPORT_INDEX])->nFlags & OMX_BUFFERFLAG_EOS); in ProcessorProcess() local
451 if (inputEoS && !outputEoS) { in ProcessorProcess()
DOMXVideoDecoderBase.cpp444 bool outputEoS = ((*pBuffers[OUTPORT_INDEX])->nFlags & OMX_BUFFERFLAG_EOS); in ProcessorProcess() local
446 if (inputEoS && !outputEoS) { in ProcessorProcess()