HomeSort by relevance Sort by last modified time
    Searched refs:inputEoS (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 342 bool inputEoS = ((*pBuffers[INPORT_INDEX])->nFlags & OMX_BUFFERFLAG_EOS);
346 if (inputEoS && !outputEoS && retains[INPORT_INDEX] != BUFFER_RETAIN_GETAGAIN) {
OMXVideoDecoderVP9HWR.cpp 447 bool inputEoS = ((*pBuffers[INPORT_INDEX])->nFlags & OMX_BUFFERFLAG_EOS);
451 if (inputEoS && !outputEoS) {
OMXVideoDecoderBase.cpp 443 bool inputEoS = ((*pBuffers[INPORT_INDEX])->nFlags & OMX_BUFFERFLAG_EOS);
446 if (inputEoS && !outputEoS) {
    [all...]

Completed in 59 milliseconds