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

  /external/aac/libMpegTPDec/src/
tpdec_latm.cpp 522 int otherDataLenEsc = 0;
525 otherDataLenEsc = FDKreadBits(bs, 1);
527 } while (otherDataLenEsc);
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 344 unsigned otherDataLenEsc;
347 otherDataLenEsc = bits->getBits(1);
350 } while (otherDataLenEsc);

Completed in 146 milliseconds