Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp379 VideoSurfaceBuffer *outputByPct = NULL; in findOutputByPct() local
386 outputByPct = mOutputHead; in findOutputByPct()
391 outputByPct = p; in findOutputByPct()
397 if (outputByPct == NULL && draining) { in findOutputByPct()
398 outputByPct = mOutputHead; in findOutputByPct()
400 return outputByPct; in findOutputByPct()