Lines Matching refs:VideoSurfaceBuffer
218 VideoSurfaceBuffer *p = mOutputHead; in flush()
277 VideoSurfaceBuffer *p = mOutputHead; in getOutputQueueLength()
304 VideoSurfaceBuffer *outputByPos = mOutputHead; in getOutput()
324 VideoSurfaceBuffer *output = NULL; in getOutput()
340 VideoSurfaceBuffer *p = outputByPos; in getOutput()
372 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPts() { in findOutputByPts()
374 VideoSurfaceBuffer *p = mOutputHead; in findOutputByPts()
375 VideoSurfaceBuffer *outputByPts = NULL; in findOutputByPts()
389 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPct(bool draining) { in findOutputByPct()
394 VideoSurfaceBuffer *p = mOutputHead; in findOutputByPct()
395 VideoSurfaceBuffer *outputByPct = NULL; in findOutputByPct()
420 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPoc(bool draining) {
440 VideoSurfaceBuffer *p = mOutputHead;
451 VideoSurfaceBuffer *outputByPoc = NULL;
502 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPoc(bool draining) { in findOutputByPoc()
503 VideoSurfaceBuffer *output = NULL; in findOutputByPoc()
504 VideoSurfaceBuffer *p = mOutputHead; in findOutputByPoc()
507 VideoSurfaceBuffer *outputleastpoc = mOutputHead; in findOutputByPoc()
572 VideoSurfaceBuffer *buffer = NULL; in checkBufferAvail()
597 VideoSurfaceBuffer *acquiredBuffer = NULL; in acquireSurfaceBuffer()
607 VideoSurfaceBuffer *temp; in acquireSurfaceBuffer()
730 VideoSurfaceBuffer *p = NULL; in flushSurfaceBuffers()
1023 mSurfaceBuffers = new VideoSurfaceBuffer [mNumSurfaces]; in setupVA()
1483 void VideoDecoderBase::querySurfaceRenderStatus(VideoSurfaceBuffer* surface) { in querySurfaceRenderStatus()