Searched refs:m_linfo (Results 1 – 5 of 5) sorted by relevance
261 pLatmDemux->m_linfo[0][0].m_bufferFullness * in CLatmDemux_Read()266 if (pLatmDemux->m_linfo[0][0].m_bufferFullness != 0xFF) { in CLatmDemux_Read()327 p_linfo = &pLatmDemux->m_linfo[prog][lay]; in CLatmDemux_ReadStreamMuxConfig()604 LATM_LAYER_INFO *p_linfo = &pLatmDemux->m_linfo[prog][lay]; in CLatmDemux_ReadPayloadLengthInfo()652 nFrameLenBits = pLatmDemux->m_linfo[prog][layer].m_frameLengthInBits; in CLatmDemux_GetFrameLengthInBits()
129 LATM_LAYER_INFO m_linfo[LATM_MAX_PROG][LATM_MAX_LAYER]; member
700 if (hTp->parser.latm.m_linfo[0][0].m_bufferFullness != 0xff) { in transportDec_GetBufferFullness()701 bufferFullness = hTp->parser.latm.m_linfo[0][0].m_bufferFullness; in transportDec_GetBufferFullness()
200 LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]); in transportEnc_LatmCountVarBitDemandHeader()240 LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]); in transportEnc_LatmCountVarBitDemandHeader()326 LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]); in CreateStreamMuxConfig()803 hAss->m_linfo[prog][layer].streamID = -1; in transportEnc_Latm_Init()808 hAss->m_linfo[0][0].streamID = 0; in transportEnc_Latm_Init()
133 LATM_LAYER_INFO m_linfo[LATM_MAX_PROGRAMS][LATM_MAX_LAYERS]; member