Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_latm.cpp184 …+ pLatmDemux->m_linfo[0][0].m_bufferFullness* pAsc[TPDEC_TRACKINDEX(0,0)].m_channelConfiguration*3… in CLatmDemux_Read()
188 if (pLatmDemux->m_linfo[0][0].m_bufferFullness != 0xFF) in CLatmDemux_Read()
311 p_linfo->m_bufferFullness = FDKreadBits(bs,8); in CLatmDemux_ReadStreamMuxConfig()
Dtpdec_latm.h112 UINT m_bufferFullness; member
Dtpdec_lib.cpp376 if (hTp->parser.latm.m_linfo[0][0].m_bufferFullness != 0xff) { in transportDec_GetBufferFullness()
377 bufferFullness = hTp->parser.latm.m_linfo[0][0].m_bufferFullness; in transportDec_GetBufferFullness()