Searched refs:p_linfo (Results 1 – 2 of 2) sorted by relevance
200 LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]); in transportEnc_LatmCountVarBitDemandHeader() local202 if (p_linfo->streamID >= 0) { in transportEnc_LatmCountVarBitDemandHeader()203 switch (p_linfo->frameLengthType) { in transportEnc_LatmCountVarBitDemandHeader()240 LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]); in transportEnc_LatmCountVarBitDemandHeader() local242 if (p_linfo->streamID >= 0) { in transportEnc_LatmCountVarBitDemandHeader()244 switch (p_linfo->frameLengthType) { in transportEnc_LatmCountVarBitDemandHeader()326 LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]); in CreateStreamMuxConfig() local329 p_linfo->streamID = -1; in CreateStreamMuxConfig()372 p_linfo->streamID = streamIDcnt++; in CreateStreamMuxConfig()383 p_linfo->frameLengthType = 0; in CreateStreamMuxConfig()[all …]
292 LATM_LAYER_INFO *p_linfo = NULL; in CLatmDemux_ReadStreamMuxConfig() local327 p_linfo = &pLatmDemux->m_linfo[prog][lay]; in CLatmDemux_ReadStreamMuxConfig()329 p_linfo->m_streamID = idCnt++; in CLatmDemux_ReadStreamMuxConfig()330 p_linfo->m_frameLengthInBits = 0; in CLatmDemux_ReadStreamMuxConfig()478 p_linfo->m_frameLengthType = FDKreadBits(bs, 3); in CLatmDemux_ReadStreamMuxConfig()479 switch (p_linfo->m_frameLengthType) { in CLatmDemux_ReadStreamMuxConfig()481 p_linfo->m_bufferFullness = FDKreadBits(bs, 8); in CLatmDemux_ReadStreamMuxConfig()498 p_linfo->m_frameLengthInBits = FDKreadBits(bs, 9); in CLatmDemux_ReadStreamMuxConfig()604 LATM_LAYER_INFO *p_linfo = &pLatmDemux->m_linfo[prog][lay]; in CLatmDemux_ReadPayloadLengthInfo() local606 switch (p_linfo->m_frameLengthType) { in CLatmDemux_ReadPayloadLengthInfo()[all …]