Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp299 VideoSurfaceBuffer *outputByPts = findOutputByPts(); in getOutput() local
315 if (output != outputByPts) { in getOutput()
318 output->renderBuffer.timeStamp = outputByPts->renderBuffer.timeStamp; in getOutput()
319 outputByPts->renderBuffer.timeStamp = ts; in getOutput()
359 VideoSurfaceBuffer *outputByPts = NULL; in findOutputByPts() local
365 outputByPts = p; in findOutputByPts()
370 return outputByPts; in findOutputByPts()