Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp278 VideoSurfaceBuffer *outputByPos = mOutputHead; in getOutput() local
285 …vaStatus = vaSetTimestampForSurface(mVADisplay, outputByPos->renderBuffer.surface, outputByPos->re… in getOutput()
287 vaSyncSurface(mVADisplay, outputByPos->renderBuffer.surface); in getOutput()
288 fillDecodingErrors(&(outputByPos->renderBuffer)); in getOutput()
291 outputByPos->renderBuffer.flag |= IS_EOS; in getOutput()
293 drainDecodingErrors(outErrBuf, &(outputByPos->renderBuffer)); in getOutput()
295 return &(outputByPos->renderBuffer); in getOutput()
322 if (output != outputByPos) { in getOutput()
324 VideoSurfaceBuffer *p = outputByPos; in getOutput()