Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_latm.cpp340 int otherDataLenEsc = 0; in CLatmDemux_ReadStreamMuxConfig() local
343 otherDataLenEsc = FDKreadBits(bs,1); in CLatmDemux_ReadStreamMuxConfig()
345 } while (otherDataLenEsc); in CLatmDemux_ReadStreamMuxConfig()
/external/aac/libMpegTPEnc/src/
Dtpenc_latm.cpp471 INT otherDataLenEsc = 1; in CreateStreamMuxConfig() local
481 otherDataLenEsc = escCnt>0; in CreateStreamMuxConfig()
483 FDKwriteBits( hBs, otherDataLenEsc, 1 ); in CreateStreamMuxConfig()
486 } while(otherDataLenEsc); in CreateStreamMuxConfig()