Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp57 mOutputTail(NULL), in VideoDecoderBase()
236 mOutputTail = NULL; in flush()
309 mOutputTail = NULL; in getOutput()
316 if (draining && mOutputTail == NULL) { in getOutput()
345 if (mOutputTail == output) { in getOutput()
346 mOutputTail = p; in getOutput()
352 mOutputTail = NULL; in getOutput()
363 if (draining && mOutputTail == NULL) { in getOutput()
702 mOutputTail->next = mAcquiredBuffer; in outputSurfaceBuffer()
704 mOutputTail = mAcquiredBuffer; in outputSurfaceBuffer()
[all …]
DVideoDecoderBase.h187 VideoSurfaceBuffer *mOutputTail; // tail of output buffer list variable