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

  /external/aac/libMpegTPEnc/src/
tpenc_latm.cpp 470 INT otherDataLenTmp = hAss->otherDataLenBytes;
474 while(otherDataLenTmp) {
475 otherDataLenTmp >>= 8;
480 otherDataLenTmp = (hAss->otherDataLenBytes>>(escCnt*8)) & 0xFF;
485 FDKwriteBits( hBs, otherDataLenTmp, 8 );
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 348 unsigned otherDataLenTmp = bits->getBits(8);
349 (*otherDataLenBits) += otherDataLenTmp;

Completed in 60 milliseconds