Home
last modified time | relevance | path

Searched refs:m_bufferFullness (Results 1 – 3 of 3) sorted by relevance

/external/aac/libMpegTPDec/src/
Dtpdec_latm.h123 UINT m_bufferFullness; member
Dtpdec_latm.cpp261 pLatmDemux->m_linfo[0][0].m_bufferFullness * in CLatmDemux_Read()
266 if (pLatmDemux->m_linfo[0][0].m_bufferFullness != 0xFF) { in CLatmDemux_Read()
481 p_linfo->m_bufferFullness = FDKreadBits(bs, 8); in CLatmDemux_ReadStreamMuxConfig()
Dtpdec_lib.cpp705 if (hTp->parser.latm.m_linfo[0][0].m_bufferFullness != 0xff) { in transportDec_GetBufferFullness()
706 bufferFullness = hTp->parser.latm.m_linfo[0][0].m_bufferFullness; in transportDec_GetBufferFullness()