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()
330 LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]); in CreateStreamMuxConfig() local
333 p_linfo->streamID = -1; in CreateStreamMuxConfig()
376 p_linfo->streamID = streamIDcnt++; in CreateStreamMuxConfig()
387 p_linfo->frameLengthType = 0; in CreateStreamMuxConfig()
389 … FDKwriteBits( hBs, p_linfo->frameLengthType, 3 ); /* frameLengthType */ in CreateStreamMuxConfig()
404 p_linfo->frameLengthType = 1; in CreateStreamMuxConfig()
409 FDKwriteBits( hBs, p_linfo->frameLengthType, 3 ); /* frameLengthType */ in CreateStreamMuxConfig()
413 p_linfo->frameLengthBits = (tmp+20) << 3; in CreateStreamMuxConfig()
417 p_linfo->frameLengthType = 4; in CreateStreamMuxConfig()
418 FDKwriteBits( hBs, p_linfo->frameLengthType, 3 ); /* frameLengthType */ in CreateStreamMuxConfig()
433 p_linfo->frameLengthBits = p_lci->bitsFrame; in CreateStreamMuxConfig()
437 p_linfo->frameLengthType = 6; in CreateStreamMuxConfig()
438 FDKwriteBits( hBs, p_linfo->frameLengthType, 3 ); /* frameLengthType */ in CreateStreamMuxConfig()
453 p_linfo->frameLengthBits = p_lci->bitsFrame; in CreateStreamMuxConfig()