Lines Matching refs:p_linfo
199 LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]); in transportEnc_LatmCountVarBitDemandHeader() local
201 if( p_linfo->streamID >= 0 ) { in transportEnc_LatmCountVarBitDemandHeader()
202 switch( p_linfo->frameLengthType ) { in transportEnc_LatmCountVarBitDemandHeader()
238 LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]); in transportEnc_LatmCountVarBitDemandHeader() local
240 if( p_linfo->streamID >= 0 ) { in transportEnc_LatmCountVarBitDemandHeader()
243 switch( p_linfo->frameLengthType ) { in transportEnc_LatmCountVarBitDemandHeader()
329 LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]); in CreateStreamMuxConfig() local
332 p_linfo->streamID = -1; in CreateStreamMuxConfig()
376 p_linfo->streamID = streamIDcnt++; in CreateStreamMuxConfig()
388 p_linfo->frameLengthType = 0; in CreateStreamMuxConfig()
390 … FDKwriteBits( hBs, p_linfo->frameLengthType, 3 ); /* frameLengthType */ in CreateStreamMuxConfig()
405 p_linfo->frameLengthType = 1; in CreateStreamMuxConfig()
410 FDKwriteBits( hBs, p_linfo->frameLengthType, 3 ); /* frameLengthType */ in CreateStreamMuxConfig()
414 p_linfo->frameLengthBits = (tmp+20) << 3; in CreateStreamMuxConfig()
418 p_linfo->frameLengthType = 4; in CreateStreamMuxConfig()
419 FDKwriteBits( hBs, p_linfo->frameLengthType, 3 ); /* frameLengthType */ in CreateStreamMuxConfig()
434 p_linfo->frameLengthBits = p_lci->bitsFrame; in CreateStreamMuxConfig()
438 p_linfo->frameLengthType = 6; in CreateStreamMuxConfig()
439 FDKwriteBits( hBs, p_linfo->frameLengthType, 3 ); /* frameLengthType */ in CreateStreamMuxConfig()
454 p_linfo->frameLengthBits = p_lci->bitsFrame; in CreateStreamMuxConfig()