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

/external/opencore/codecs_v2/audio/aac/dec/src/
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
/external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/
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
/external/opencore/protocols/rtp_payload_parser/util/src/
H A Dlatmpayloadparser.cpp931 int32 syncExtensionType = /* syncExtensionType */ local
934 if (syncExtensionType == 0x2b7)
965 * Rewind bitstream pointer so that the syncExtensionType reading has no

Completed in 225 milliseconds