OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEndOfInput
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.h
80
bool
mEndOfInput
;
SoftAAC2.cpp
142
mEndOfInput
= false;
557
while ((!inQueue.empty() ||
mEndOfInput
) && !outQueue.empty()) {
563
mEndOfInput
= (inHeader->nFlags & OMX_BUFFERFLAG_EOS) != 0;
[
all
...]
Completed in 278 milliseconds