OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_frameLengthInBits
(Results
1 - 2
of
2
) sorted by null
/external/aac/libMpegTPDec/src/
tpdec_latm.cpp
253
p_linfo->
m_frameLengthInBits
= 0;
375
p_linfo->
m_frameLengthInBits
= CLatmDemux_ReadAuChunkLengthInfo(bs);
376
totalPayloadBits += p_linfo->
m_frameLengthInBits
;
416
return pLatmDemux->m_linfo[0][0].
m_frameLengthInBits
;
tpdec_latm.h
114
UINT
m_frameLengthInBits
;
Completed in 34 milliseconds