/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | codec-utils.c | 1772 guint8 * stream_count, guint8 * coupled_count, guint8 channel_mapping[256]) in gst_codec_utils_opus_parse_caps() argument 1818 if (coupled_count) in gst_codec_utils_opus_parse_caps() 1819 *coupled_count = c == 2 ? 1 : 0; in gst_codec_utils_opus_parse_caps() 1836 if (coupled_count) in gst_codec_utils_opus_parse_caps() 1837 *coupled_count = cc; in gst_codec_utils_opus_parse_caps() 1888 guint8 stream_count, guint8 coupled_count, const guint8 * channel_mapping) in gst_codec_utils_opus_create_caps() argument 1911 if (coupled_count > 1) { in gst_codec_utils_opus_create_caps() 1913 coupled_count); in gst_codec_utils_opus_create_caps() 1923 if (coupled_count == 0) in gst_codec_utils_opus_create_caps() 1924 coupled_count = channels == 2 ? 1 : 0; in gst_codec_utils_opus_create_caps() [all …]
|
D | codec-utils.h | 120 guint8 * coupled_count, 128 guint8 coupled_count, 139 guint8 coupled_count, 150 guint8 * coupled_count,
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpopusdepay.c | 111 gint coupled_count; in gst_rtp_opus_depay_setcaps() local 151 coupled_count = g_ascii_strtoull (coupled_streams, &endptr, 10); in gst_rtp_opus_depay_setcaps() 152 if (*endptr != '\0' || coupled_count > stream_count) { in gst_rtp_opus_depay_setcaps() 157 gst_caps_set_simple (srccaps, "coupled-count", G_TYPE_INT, coupled_count, in gst_rtp_opus_depay_setcaps()
|
D | gstrtpopuspay.c | 253 gint stream_count, coupled_count; in gst_rtp_opus_pay_setcaps() local 266 if (gst_structure_get_int (s, "coupled-count", &coupled_count)) { in gst_rtp_opus_pay_setcaps() 267 char *coupled_streams = g_strdup_printf ("%d", coupled_count); in gst_rtp_opus_pay_setcaps()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | tsdemux.c | 1542 gint channels = -1, stream_count, coupled_count, mapping_family; in create_pad_for_stream() local 1551 coupled_count = 1; in create_pad_for_stream() 1554 coupled_count = 0; in create_pad_for_stream() 1563 coupled_count = coupled_stream_counts[channel_config_code]; in create_pad_for_stream() 1573 coupled_count = 0; in create_pad_for_stream() 1598 coupled_count = coupled_stream_counts[channels]; in create_pad_for_stream() 1632 coupled_count = coupled_stream_count; in create_pad_for_stream() 1663 mapping_family, stream_count, coupled_count, in create_pad_for_stream()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/ |
D | gstbasetsmux.c | 517 guint8 channels, mapping_family, stream_count, coupled_count; in gst_base_ts_mux_create_or_update_stream() local 521 &mapping_family, &stream_count, &coupled_count, channel_mapping)) { in gst_base_ts_mux_create_or_update_stream() 529 && coupled_count == 1) { in gst_base_ts_mux_create_or_update_stream() 559 coupled_count == coupled_stream_counts[channels] && in gst_base_ts_mux_create_or_update_stream() 564 coupled_count == coupled_stream_counts[channels] && in gst_base_ts_mux_create_or_update_stream()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.h | 1122 guint8 stream_count, guint8 coupled_count,
|
D | gstqtmux.c | 6226 guint8 channels, mapping_family, stream_count, coupled_count; in gst_qt_mux_audio_sink_set_caps() local 6244 &mapping_family, &stream_count, &coupled_count, channel_mapping, in gst_qt_mux_audio_sink_set_caps() 6254 &mapping_family, &stream_count, &coupled_count, in gst_qt_mux_audio_sink_set_caps() 6265 stream_count, coupled_count, channel_mapping, pre_skip, output_gain); in gst_qt_mux_audio_sink_set_caps()
|
D | atoms.c | 5790 guint8 stream_count, guint8 coupled_count, guint8 channel_mapping[256], in build_opus_extension() argument 5808 hdl &= gst_byte_writer_put_uint8 (&bw, coupled_count); in build_opus_extension()
|
D | qtdemux.c | 12666 guint8 coupled_count; in qtdemux_parse_trak() local 12679 coupled_count = GST_READ_UINT8 (dops_data + 21); in qtdemux_parse_trak() 12688 channel_mapping_family, stream_count, coupled_count, in qtdemux_parse_trak()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-mux.c | 1921 guint8 stream_count, coupled_count, channel_mapping[256]; in opus_make_codecdata() local 1932 &channel_mapping_family, &stream_count, &coupled_count, in opus_make_codecdata() 1940 channel_mapping_family, stream_count, coupled_count, channel_mapping, 0, in opus_make_codecdata()
|