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

  /external/aac/libMpegTPDec/src/
tpdec_latm.cpp 340 int otherDataLenEsc = 0;
343 otherDataLenEsc = FDKreadBits(bs,1);
345 } while (otherDataLenEsc);
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 344 unsigned otherDataLenEsc;
347 otherDataLenEsc = bits->getBits(1);
350 } while (otherDataLenEsc);
  /external/aac/libMpegTPEnc/src/
tpenc_latm.cpp 472 INT otherDataLenEsc = 1;
482 otherDataLenEsc = escCnt>0;
484 FDKwriteBits( hBs, otherDataLenEsc, 1 );
487 } while(otherDataLenEsc);

Completed in 83 milliseconds