Home
last modified time | relevance | path

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

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