Home
last modified time | relevance | path

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

/external/aac/libMpegTPEnc/src/
Dtpenc_latm.cpp469 INT otherDataLenTmp = hAss->otherDataLenBytes; in CreateStreamMuxConfig() local
473 while(otherDataLenTmp) { in CreateStreamMuxConfig()
474 otherDataLenTmp >>= 8; in CreateStreamMuxConfig()
479 otherDataLenTmp = (hAss->otherDataLenBytes>>(escCnt*8)) & 0xFF; in CreateStreamMuxConfig()
484 FDKwriteBits( hBs, otherDataLenTmp, 8 ); in CreateStreamMuxConfig()