OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_otherDataPresent
(Results
1 - 2
of
2
) sorted by null
/external/aac/libMpegTPDec/src/
tpdec_latm.h
132
UCHAR
m_otherDataPresent
;
tpdec_latm.cpp
336
pLatmDemux->
m_otherDataPresent
= FDKreadBits(bs,1);
339
if (pLatmDemux->
m_otherDataPresent
) {
421
return pLatmDemux->
m_otherDataPresent
? 1 : 0;
Completed in 46 milliseconds