Home
last modified time | relevance | path

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

/external/aac/libMpegTPEnc/src/
Dtpenc_latm.cpp200 LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]); in transportEnc_LatmCountVarBitDemandHeader() local
202 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() local
242 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() local
329 p_linfo->streamID = -1; in CreateStreamMuxConfig()
372 p_linfo->streamID = streamIDcnt++; in CreateStreamMuxConfig()
383 p_linfo->frameLengthType = 0; in CreateStreamMuxConfig()
[all …]