HomeSort by relevance Sort by last modified time
    Searched full:p_linfo (Results 1 - 2 of 2) sorted by null

  /external/aac/libMpegTPEnc/src/
tpenc_latm.cpp 199 LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]); local
201 if( p_linfo->streamID >= 0 ) {
202 switch( p_linfo->frameLengthType ) {
238 LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]); local
240 if( p_linfo->streamID >= 0 ) {
243 switch( p_linfo->frameLengthType ) {
330 LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]); local
333 p_linfo->streamID = -1;
376 p_linfo->streamID = streamIDcnt++;
387 p_linfo->frameLengthType = 0
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_latm.cpp 219 LATM_LAYER_INFO *p_linfo = NULL; local
250 p_linfo = &pLatmDemux->m_linfo[prog][lay];
252 p_linfo->m_streamID = idCnt++;
253 p_linfo->m_frameLengthInBits = 0;
285 /* The field p_linfo->m_ascLen could be wrong, so check if */
308 p_linfo->m_frameLengthType = FDKreadBits(bs,3);
309 switch( p_linfo->m_frameLengthType ) {
311 p_linfo->m_bufferFullness = FDKreadBits(bs,8);
371 LATM_LAYER_INFO *p_linfo = &pLatmDemux->m_linfo[prog][lay]; local
373 switch (p_linfo->m_frameLengthType )
    [all...]

Completed in 295 milliseconds