OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_bufferFullness
(Results
1 - 3
of
3
) sorted by null
/external/aac/libMpegTPDec/src/
tpdec_latm.h
123
UINT
m_bufferFullness
;
tpdec_latm.cpp
261
pLatmDemux->m_linfo[0][0].
m_bufferFullness
*
266
if (pLatmDemux->m_linfo[0][0].
m_bufferFullness
!= 0xFF) {
481
p_linfo->
m_bufferFullness
= FDKreadBits(bs, 8);
tpdec_lib.cpp
700
if (hTp->parser.latm.m_linfo[0][0].
m_bufferFullness
!= 0xff) {
701
bufferFullness = hTp->parser.latm.m_linfo[0][0].
m_bufferFullness
;
[
all
...]
Completed in 205 milliseconds