Lines Matching refs:aot
136 guint8 aot; in gst_codec_utils_aac_get_audio_object_type() local
138 if (!gst_bit_reader_get_bits_uint8 (br, &aot, 5)) in gst_codec_utils_aac_get_audio_object_type()
141 if (aot == 31) { in gst_codec_utils_aac_get_audio_object_type()
142 if (!gst_bit_reader_get_bits_uint8 (br, &aot, 6)) in gst_codec_utils_aac_get_audio_object_type()
144 aot += 32; in gst_codec_utils_aac_get_audio_object_type()
147 *audio_object_type = aot; in gst_codec_utils_aac_get_audio_object_type()
181 guint8 aot, channels; in gst_codec_utils_aac_get_audio_object_type_full() local
184 if (!gst_codec_utils_aac_get_audio_object_type (br, &aot)) in gst_codec_utils_aac_get_audio_object_type_full()
195 if (aot == 5 || aot == 29) { in gst_codec_utils_aac_get_audio_object_type_full()
198 if (!gst_codec_utils_aac_get_audio_object_type (br, &aot)) in gst_codec_utils_aac_get_audio_object_type_full()
202 *audio_object_type = aot; in gst_codec_utils_aac_get_audio_object_type_full()