Home
last modified time | relevance | path

Searched refs:profile_idx (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmuxaac.c147 guint8 profile_idx, channel_idx; in gst_base_ts_mux_aac_mpeg2_make_codec_data() local
169 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()
/third_party/gstreamer/gstplugins_base/gst/typefind/
Dgsttypefindfunctions.c1261 guint mpegversion, sample_freq_idx, channel_config, profile_idx, rate; in aac_type_find() local
1265 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()