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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
AudioSpecificConfig.java 161 //syncExtensionType; 11 bslbf
162 //if (syncExtensionType == 0x2b7) {
172 //syncExtensionType; 11 bslbf
287 int syncExtensionType;
475 syncExtensionType = bitReaderBuffer.readBits(11);
476 if (syncExtensionType == 0x2b7) {
486 syncExtensionType = bitReaderBuffer.readBits(11); //10101001000
487 if (syncExtensionType == 0x548) {
745 sb.append(", syncExtensionType=").append(syncExtensionType);
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 197 unsigned syncExtensionType = bits->getBits(11);
198 if (syncExtensionType == 0x2b7) {
226 bits->putBits(syncExtensionType, 11);
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c     [all...]

Completed in 495 milliseconds