Searched refs:m_linfo (Results 1 - 5 of 5) sorted by relevance

/external/aac/libMpegTPDec/src/
H A Dtpdec_latm.cpp184 + pLatmDemux->m_linfo[0][0].m_bufferFullness* pAsc[TPDEC_TRACKINDEX(0,0)].m_channelConfiguration*32;
188 if (pLatmDemux->m_linfo[0][0].m_bufferFullness != 0xFF)
250 p_linfo = &pLatmDemux->m_linfo[prog][lay];
371 LATM_LAYER_INFO *p_linfo = &pLatmDemux->m_linfo[prog][lay];
416 return pLatmDemux->m_linfo[0][0].m_frameLengthInBits;
H A Dtpdec_latm.h118 LATM_LAYER_INFO m_linfo[LATM_MAX_PROG][LATM_MAX_LAYER]; member in struct:__anon171
H A Dtpdec_lib.cpp359 if (hTp->parser.latm.m_linfo[0][0].m_bufferFullness != 0xff) {
360 bufferFullness = hTp->parser.latm.m_linfo[0][0].m_bufferFullness;
/external/aac/libMpegTPEnc/src/
H A Dtpenc_latm.h123 LATM_LAYER_INFO m_linfo[LATM_MAX_PROGRAMS][LATM_MAX_LAYERS]; member in struct:__anon188
H A Dtpenc_latm.cpp199 LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]);
238 LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]);
329 LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]);
847 hAss->m_linfo[prog][layer].streamID = -1;
852 hAss->m_linfo[0][0].streamID = 0;

Completed in 72 milliseconds