Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp395 VideoSurfaceBuffer *outputByPct = NULL; in findOutputByPct() local
402 outputByPct = mOutputHead; in findOutputByPct()
407 outputByPct = p; in findOutputByPct()
413 if (outputByPct == NULL && draining) { in findOutputByPct()
414 outputByPct = mOutputHead; in findOutputByPct()
416 return outputByPct; in findOutputByPct()