Searched refs:profile_idx (Results 1 – 2 of 2) sorted by relevance
147 guint8 profile_idx, channel_idx; in gst_base_ts_mux_aac_mpeg2_make_codec_data() local169 profile_idx = (guint8) 0U; in gst_base_ts_mux_aac_mpeg2_make_codec_data()171 profile_idx = (guint8) 1U; in gst_base_ts_mux_aac_mpeg2_make_codec_data()173 profile_idx = (guint8) 2U; in gst_base_ts_mux_aac_mpeg2_make_codec_data()198 map.data[0] = profile_idx; in gst_base_ts_mux_aac_mpeg2_make_codec_data()
1261 guint mpegversion, sample_freq_idx, channel_config, profile_idx, rate; in aac_type_find() local1265 profile_idx = c.data[2] >> 6; in aac_type_find()1281 GST_LOG ("ADTS: profile=%u, rate=%u", profile_idx, rate); in aac_type_find()1287 audio_config[0] = (profile_idx + 1) << 3; in aac_type_find()