OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOutputTail
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp
56
mOutputTail
(NULL),
228
mOutputTail
= NULL;
283
mOutputTail
= NULL;
290
if (draining &&
mOutputTail
== NULL) {
329
if (
mOutputTail
== output) {
330
mOutputTail
= p;
336
mOutputTail
= NULL;
347
if (draining &&
mOutputTail
== NULL) {
686
mOutputTail
->next = mAcquiredBuffer;
688
mOutputTail
= mAcquiredBuffer
[
all
...]
VideoDecoderBase.h
165
VideoSurfaceBuffer *
mOutputTail
; // tail of output buffer list
Completed in 57 milliseconds