HomeSort by relevance Sort by last modified time
    Searched refs:m_linfo (Results 1 - 5 of 5) sorted by null

  /external/aac/libMpegTPDec/src/
tpdec_latm.cpp 184 + 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;
tpdec_latm.h 118 LATM_LAYER_INFO m_linfo[LATM_MAX_PROG][LATM_MAX_LAYER]; member in struct:__anon5457
tpdec_lib.cpp 376 if (hTp->parser.latm.m_linfo[0][0].m_bufferFullness != 0xff) {
377 bufferFullness = hTp->parser.latm.m_linfo[0][0].m_bufferFullness;
    [all...]
  /external/aac/libMpegTPEnc/src/
tpenc_latm.h 123 LATM_LAYER_INFO m_linfo[LATM_MAX_PROGRAMS][LATM_MAX_LAYERS]; member in struct:__anon5474
tpenc_latm.cpp 199 LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]);
238 LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]);
330 LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]);
846 hAss->m_linfo[prog][layer].streamID = -1;
851 hAss->m_linfo[0][0].streamID = 0;

Completed in 343 milliseconds