Searched refs:syncExtensionType (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
H A Dget_audio_specific_config.cpp313 UInt syncExtensionType; local
444 syncExtensionType = (UInt)get17_n_lessbits(LEN_SYNC_EXTENSION_TYPE,
447 if (syncExtensionType == 0x2b7)
495 /* syncExtensionType */
496 syncExtensionType = (UInt)get17_n_lessbits(LEN_SYNC_EXTENSION_TYPE,
498 if (syncExtensionType == 0x548)
509 * Rewind bitstream pointer so that the syncExtensionType reading has no
522 * Rewind bitstream pointer so that the syncExtensionType reading has no
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4AudioAssembler.cpp197 unsigned syncExtensionType = bits->getBits(11); local
198 if (syncExtensionType == 0x2b7) {
226 bits->putBits(syncExtensionType, 11);

Completed in 121 milliseconds