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 177 + pLatmDemux->m_linfo[0][0].m_bufferFullness* pAsc[TPDEC_TRACKINDEX(0,0)].m_channelConfiguration*32;
181 if (pLatmDemux->m_linfo[0][0].m_bufferFullness != 0xFF)
242 p_linfo = &pLatmDemux->m_linfo[prog][lay];
361 LATM_LAYER_INFO *p_linfo = &pLatmDemux->m_linfo[prog][lay];
406 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:__anon1732
tpdec_lib.cpp 360 if (hTp->parser.latm.m_linfo[0][0].m_bufferFullness != 0xff) {
361 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:__anon1749
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]);
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 57 milliseconds