/third_party/gstreamer/gstplugins_base/ext/opus/ |
D | gstopusheader.c | 41 guint8 version, channels, channel_mapping_family, n_streams, n_stereo_streams; in gst_opus_header_is_id_header() local 72 n_streams = data[19]; in gst_opus_header_is_id_header() 74 if (n_streams == 0) in gst_opus_header_is_id_header() 76 if (n_stereo_streams > n_streams) in gst_opus_header_is_id_header() 78 if (n_streams + n_stereo_streams > 255) in gst_opus_header_is_id_header()
|
D | gstopusdec.c | 377 &dec->n_streams, in gst_opus_dec_parse_header() 520 dec->n_streams = 1; in opus_dec_chain_parse_data() 527 if (dec->n_channels == 2 && dec->n_streams == 1 in opus_dec_chain_parse_data() 541 GST_DEBUG_OBJECT (dec, "%d streams, %d stereo", dec->n_streams, in opus_dec_chain_parse_data() 545 dec->n_streams, dec->n_stereo_streams, dec->channel_mapping, &err); in opus_dec_chain_parse_data() 892 &dec->n_streams, &dec->n_stereo_streams, dec->channel_mapping)) { in gst_opus_dec_set_format()
|
D | gstopusdec.h | 63 guint8 n_streams; member
|
/third_party/gstreamer/gstplugins_bad/ext/opus/ |
D | gstopusheader.c | 41 guint8 version, channels, channel_mapping_family, n_streams, n_stereo_streams; in gst_opus_header_is_id_header() local 72 n_streams = data[19]; in gst_opus_header_is_id_header() 74 if (n_streams == 0) in gst_opus_header_is_id_header() 76 if (n_stereo_streams > n_streams) in gst_opus_header_is_id_header() 78 if (n_streams + n_stereo_streams > 255) in gst_opus_header_is_id_header()
|
D | gstopusparse.c | 376 guint8 n_channels, n_streams, n_stereo_streams, channel_mapping_family; in gst_opus_parse_parse_frame() local 392 &n_channels, &channel_mapping_family, &n_streams, in gst_opus_parse_parse_frame() 397 n_streams = 1; in gst_opus_parse_parse_frame() 408 channel_mapping_family, n_streams, n_stereo_streams, in gst_opus_parse_parse_frame()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtphdrext-twcc.c | 118 twcc->n_streams = 1; in gst_rtp_header_extension_twcc_init() 129 twcc->n_streams = g_value_get_uint (value); in gst_rtp_header_extension_twcc_set_property() 145 g_value_set_uint (value, twcc->n_streams); in gst_rtp_header_extension_twcc_get_property() 192 if (twcc->n_streams == 1) in gst_rtp_header_extension_twcc_write() 196 if (twcc->n_streams == 1) in gst_rtp_header_extension_twcc_write()
|
D | gstrtphdrext-twcc.h | 61 guint n_streams; member
|
/third_party/ffmpeg/libavformat/ |
D | rdt.c | 47 int n_streams; /**< streams with identical content in this set */ member 65 s->n_streams++; in ff_rdt_parse_open() 66 } while (first_stream_of_set_idx + s->n_streams < ic->nb_streams && in ff_rdt_parse_open() 67 s->streams[s->n_streams]->id == s->streams[0]->id); in ff_rdt_parse_open() 371 if (s->prev_stream_id >= s->n_streams) { in ff_rdt_parse_packet()
|
/third_party/gstreamer/gstplugins_bad/gst/sdp/ |
D | gstsdpdemux.c | 1077 gint i, n_streams; in gst_sdp_demux_start() local 1120 n_streams = gst_sdp_message_medias_len (&sdp); in gst_sdp_demux_start() 1122 for (idx = 0; idx < n_streams; idx++) { in gst_sdp_demux_start() 1168 n_streams = gst_sdp_message_medias_len (&sdp); in gst_sdp_demux_start() 1169 for (i = 0; i < n_streams; i++) { in gst_sdp_demux_start()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cPipelineStatisticsQueryTests.cpp | 193 unsigned int n_streams) in buildGeometryShaderBody() argument 196 DE_ASSERT(n_streams >= 1); in buildGeometryShaderBody() 208 for (unsigned int n_stream = 0; n_stream < n_streams; ++n_stream) in buildGeometryShaderBody() 216 gs_body_sstream << ((n_streams > 1) ? "#version 400" : "#version 150\n") << "\n" in buildGeometryShaderBody() 223 if (n_streams > 1) in buildGeometryShaderBody() 227 for (unsigned int n_stream = 0; n_stream < n_streams; ++n_stream) in buildGeometryShaderBody() 242 for (unsigned int n_stream = 0; n_stream < n_streams; ++n_stream) in buildGeometryShaderBody() 252 if (n_streams == 1) in buildGeometryShaderBody() 262 if (n_streams == 1) in buildGeometryShaderBody()
|
D | gl4cPipelineStatisticsQueryTests.hpp | 261 unsigned int n_primitives_to_emit_in_stream0, unsigned int n_streams);
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavdemux.c | 1357 gint res, n_streams, i; in gst_ffmpegdemux_open() local 1430 n_streams = demux->context->nb_streams; in gst_ffmpegdemux_open() 1431 GST_DEBUG_OBJECT (demux, "we have %d streams", n_streams); in gst_ffmpegdemux_open() 1435 for (i = 0; i < n_streams; i++) { in gst_ffmpegdemux_open() 1502 for (i = 0; i < n_streams; i++) { in gst_ffmpegdemux_open()
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-play.c | 1126 guint len, i, n_streams = 0; in play_get_nth_stream_in_collection() local 1150 if (index == n_streams) in play_get_nth_stream_in_collection() 1153 n_streams++; in play_get_nth_stream_in_collection()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 2299 gint n_streams) in gst_rtspsrc_create_stream() argument 2364 if (control_path == NULL && n_streams == 1) { in gst_rtspsrc_create_stream() 7865 gint i, n_streams; in gst_rtspsrc_open_from_sdp() local 7943 n_streams = gst_sdp_message_medias_len (sdp); in gst_rtspsrc_open_from_sdp() 7944 for (i = 0; i < n_streams; i++) { in gst_rtspsrc_open_from_sdp() 7945 gst_rtspsrc_create_stream (src, sdp, i, n_streams); in gst_rtspsrc_open_from_sdp()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 16631 n_streams*buffer_size being used, only buffer_size will be used however 16632 we will fallback to n_streams*buffer_size if one of the queue2's does
|