Home
last modified time | relevance | path

Searched refs:gst_structure_get_int (Results 1 – 25 of 240) sorted by relevance

12345678910

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpopus.c105 fail_unless (gst_structure_get_int (s, "rate", &val)); in GST_START_TEST()
107 fail_unless (gst_structure_get_int (s, "channels", &val)); in GST_START_TEST()
109 fail_unless (gst_structure_get_int (s, "channel-mapping-family", &val)); in GST_START_TEST()
111 fail_unless (gst_structure_get_int (s, "stream-count", &val)); in GST_START_TEST()
113 fail_unless (gst_structure_get_int (s, "coupled-count", &val)); in GST_START_TEST()
153 fail_unless (gst_structure_get_int (s, "encoding-params", &val)); in GST_START_TEST()
157 fail_unless (gst_structure_get_int (s, "num_streams", &val)); in GST_START_TEST()
159 fail_unless (gst_structure_get_int (s, "coupled_streams", &val)); in GST_START_TEST()
Dflvdemux.c310 gst_structure_get_int (s, "rate", &rate); in GST_START_TEST()
313 gst_structure_get_int (s, "channels", &channels); in GST_START_TEST()
423 gst_structure_get_int (s, "mpegversion", &mpegversion); in GST_START_TEST()
432 gst_structure_get_int (s, "rate", &rate); in GST_START_TEST()
435 gst_structure_get_int (s, "channels", &channels); in GST_START_TEST()
551 gst_structure_get_int (s, "mpegversion", &mpegversion); in GST_START_TEST()
560 gst_structure_get_int (s, "rate", &rate); in GST_START_TEST()
563 gst_structure_get_int (s, "channels", &channels); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudascale.c218 gst_structure_get_int (ins, "width", &from_w); in gst_cuda_scale_fixate_caps()
219 gst_structure_get_int (ins, "height", &from_h); in gst_cuda_scale_fixate_caps()
221 gst_structure_get_int (outs, "width", &w); in gst_cuda_scale_fixate_caps()
222 gst_structure_get_int (outs, "height", &h); in gst_cuda_scale_fixate_caps()
294 gst_structure_get_int (tmp, "width", &set_w); in gst_cuda_scale_fixate_caps()
376 gst_structure_get_int (tmp, "height", &set_h); in gst_cuda_scale_fixate_caps()
441 gst_structure_get_int (tmp, "height", &set_h); in gst_cuda_scale_fixate_caps()
447 gst_structure_get_int (tmp, "width", &set_w); in gst_cuda_scale_fixate_caps()
463 gst_structure_get_int (tmp, "width", &set_w); in gst_cuda_scale_fixate_caps()
469 gst_structure_get_int (tmp, "height", &set_h); in gst_cuda_scale_fixate_caps()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvpputil.c97 gst_structure_get_int (outs, "width", &w); in fixate_output_frame_size()
98 gst_structure_get_int (outs, "height", &h); in fixate_output_frame_size()
166 gst_structure_get_int (tmp, "width", &set_w); in fixate_output_frame_size()
240 gst_structure_get_int (tmp, "height", &set_h); in fixate_output_frame_size()
298 gst_structure_get_int (tmp, "height", &set_h); in fixate_output_frame_size()
304 gst_structure_get_int (tmp, "width", &set_w); in fixate_output_frame_size()
320 gst_structure_get_int (tmp, "width", &set_w); in fixate_output_frame_size()
326 gst_structure_get_int (tmp, "height", &set_h); in fixate_output_frame_size()
353 gst_structure_get_int (tmp, "height", &set_h); in fixate_output_frame_size()
355 gst_structure_get_int (tmp, "width", &set_w); in fixate_output_frame_size()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Ddescriptions.c583 if (!gst_structure_get_int (s, "divxversion", &ver) || ver <= 2) { in format_info_get_desc()
591 if (!gst_structure_get_int (s, "msmpegversion", &ver) || in format_info_get_desc()
600 gst_structure_get_int (s, "trueversion", &ver); in format_info_get_desc()
614 if (!gst_structure_get_int (s, "wcversion", &ver) || ver < 1) { in format_info_get_desc()
622 if (!gst_structure_get_int (s, "indeoversion", &ver) || ver < 2) { in format_info_get_desc()
630 gst_structure_get_int (s, "wmaversion", &ver); in format_info_get_desc()
645 gst_structure_get_int (s, "wmvversion", &ver); in format_info_get_desc()
665 gst_structure_get_int (s, "maceversion", &ver); in format_info_get_desc()
675 gst_structure_get_int (s, "svqversion", &ver); in format_info_get_desc()
685 gst_structure_get_int (s, "asusversion", &ver); in format_info_get_desc()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/sbc/
Dgstsbcdec.c152 gst_structure_get_int (s, "channels", &channels); in gst_sbc_dec_set_format()
153 gst_structure_get_int (s, "rate", &rate); in gst_sbc_dec_set_format()
158 !gst_structure_get_int (s, "subbands", &subbands) || in gst_sbc_dec_set_format()
159 !gst_structure_get_int (s, "blocks", &blocks) || in gst_sbc_dec_set_format()
160 !gst_structure_get_int (s, "bitpool", &bitpool)) in gst_sbc_dec_set_format()
/third_party/gstreamer/gstplugins_good/gst/rtp/
DgstrtpL16pay.c211 if (gst_structure_get_int (structure, "channels", &channels)) { in gst_rtp_L16_pay_getcaps()
213 } else if (gst_structure_get_int (structure, "payload", &pt)) { in gst_rtp_L16_pay_getcaps()
220 if (gst_structure_get_int (structure, "clock-rate", &rate)) { in gst_rtp_L16_pay_getcaps()
222 } else if (gst_structure_get_int (structure, "payload", &pt)) { in gst_rtp_L16_pay_getcaps()
Dgstrtpsbcpay.c110 if (!gst_structure_get_int (structure, "rate", &rate)) in gst_rtp_sbc_pay_set_caps()
112 if (!gst_structure_get_int (structure, "channels", &channels)) in gst_rtp_sbc_pay_set_caps()
114 if (!gst_structure_get_int (structure, "blocks", &blocks)) in gst_rtp_sbc_pay_set_caps()
116 if (!gst_structure_get_int (structure, "bitpool", &bitpool)) in gst_rtp_sbc_pay_set_caps()
118 if (!gst_structure_get_int (structure, "subbands", &subbands)) in gst_rtp_sbc_pay_set_caps()
Dgstrtpldacpay.c160 if (!gst_structure_get_int (structure, "rate", &rate)) { in gst_rtp_ldac_pay_set_caps()
165 if (!gst_structure_get_int (structure, "channels", &channels)) { in gst_rtp_ldac_pay_set_caps()
170 if (!gst_structure_get_int (structure, "eqmid", &eqmid)) { in gst_rtp_ldac_pay_set_caps()
Dgstrtpopuspay.c249 if (gst_structure_get_int (s, "channels", &channels)) { in gst_rtp_opus_pay_setcaps()
260 if (gst_structure_get_int (s, "stream-count", &stream_count)) { in gst_rtp_opus_pay_setcaps()
266 if (gst_structure_get_int (s, "coupled-count", &coupled_count)) { in gst_rtp_opus_pay_setcaps()
305 if (gst_structure_get_int (s, "rate", &rate)) { in gst_rtp_opus_pay_setcaps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioringbuffer.c223 if (!(gst_structure_get_int (structure, "rate", &info.rate) && in gst_audio_ring_buffer_parse_caps()
224 gst_structure_get_int (structure, "channels", &info.channels))) in gst_audio_ring_buffer_parse_caps()
235 if (!(gst_structure_get_int (structure, "rate", &info.rate) && in gst_audio_ring_buffer_parse_caps()
236 gst_structure_get_int (structure, "channels", &info.channels))) in gst_audio_ring_buffer_parse_caps()
247 if (!(gst_structure_get_int (structure, "rate", &info.rate))) in gst_audio_ring_buffer_parse_caps()
254 if (!(gst_structure_get_int (structure, "rate", &info.rate))) in gst_audio_ring_buffer_parse_caps()
257 gst_structure_get_int (structure, "channels", &info.channels); in gst_audio_ring_buffer_parse_caps()
262 if (!(gst_structure_get_int (structure, "rate", &info.rate))) in gst_audio_ring_buffer_parse_caps()
265 gst_structure_get_int (structure, "channels", &info.channels); in gst_audio_ring_buffer_parse_caps()
270 if (!(gst_structure_get_int (structure, "rate", &info.rate))) in gst_audio_ring_buffer_parse_caps()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/bayer/
Dgstrgb2bayer.c174 if (gst_structure_get_int (structure, "width", &width) && in gst_rgb2bayer_get_unit_size()
175 gst_structure_get_int (structure, "height", &height)) { in gst_rgb2bayer_get_unit_size()
211 gst_structure_get_int (structure, "width", &rgb2bayer->width); in gst_rgb2bayer_set_caps()
212 gst_structure_get_int (structure, "height", &rgb2bayer->height); in gst_rgb2bayer_set_caps()
Dgstbayer2rgb.c251 gst_structure_get_int (structure, "width", &bayer2rgb->width); in gst_bayer2rgb_set_caps()
252 gst_structure_get_int (structure, "height", &bayer2rgb->height); in gst_bayer2rgb_set_caps()
335 if (gst_structure_get_int (structure, "width", &width) && in gst_bayer2rgb_get_unit_size()
336 gst_structure_get_int (structure, "height", &height)) { in gst_bayer2rgb_get_unit_size()
/third_party/gstreamer/gstplugins_base/gst/videoscale/
Dgstvideoscale.c793 gst_structure_get_int (ins, "width", &from_w); in gst_video_scale_fixate_caps()
794 gst_structure_get_int (ins, "height", &from_h); in gst_video_scale_fixate_caps()
796 gst_structure_get_int (outs, "width", &w); in gst_video_scale_fixate_caps()
797 gst_structure_get_int (outs, "height", &h); in gst_video_scale_fixate_caps()
869 gst_structure_get_int (tmp, "width", &set_w); in gst_video_scale_fixate_caps()
951 gst_structure_get_int (tmp, "height", &set_h); in gst_video_scale_fixate_caps()
1016 gst_structure_get_int (tmp, "height", &set_h); in gst_video_scale_fixate_caps()
1022 gst_structure_get_int (tmp, "width", &set_w); in gst_video_scale_fixate_caps()
1038 gst_structure_get_int (tmp, "width", &set_w); in gst_video_scale_fixate_caps()
1044 gst_structure_get_int (tmp, "height", &set_h); in gst_video_scale_fixate_caps()
[all …]
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2transform.c497 gst_structure_get_int (ins, "width", &from_w); in gst_v4l2_transform_fixate_caps()
498 gst_structure_get_int (ins, "height", &from_h); in gst_v4l2_transform_fixate_caps()
500 gst_structure_get_int (outs, "width", &w); in gst_v4l2_transform_fixate_caps()
501 gst_structure_get_int (outs, "height", &h); in gst_v4l2_transform_fixate_caps()
573 gst_structure_get_int (tmp, "width", &set_w); in gst_v4l2_transform_fixate_caps()
655 gst_structure_get_int (tmp, "height", &set_h); in gst_v4l2_transform_fixate_caps()
722 gst_structure_get_int (tmp, "height", &set_h); in gst_v4l2_transform_fixate_caps()
728 gst_structure_get_int (tmp, "width", &set_w); in gst_v4l2_transform_fixate_caps()
744 gst_structure_get_int (tmp, "width", &set_w); in gst_v4l2_transform_fixate_caps()
750 gst_structure_get_int (tmp, "height", &set_h); in gst_v4l2_transform_fixate_caps()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglfilter.c305 gst_structure_get_int (ins, "width", &from_w); in gst_gl_filter_fixate_caps()
306 gst_structure_get_int (ins, "height", &from_h); in gst_gl_filter_fixate_caps()
308 gst_structure_get_int (outs, "width", &w); in gst_gl_filter_fixate_caps()
309 gst_structure_get_int (outs, "height", &h); in gst_gl_filter_fixate_caps()
423 gst_structure_get_int (tmp, "height", &set_h); in gst_gl_filter_fixate_caps()
429 gst_structure_get_int (tmp, "width", &set_w); in gst_gl_filter_fixate_caps()
445 gst_structure_get_int (tmp, "width", &set_w); in gst_gl_filter_fixate_caps()
451 gst_structure_get_int (tmp, "height", &set_h); in gst_gl_filter_fixate_caps()
478 gst_structure_get_int (tmp, "height", &set_h); in gst_gl_filter_fixate_caps()
480 gst_structure_get_int (tmp, "width", &set_w); in gst_gl_filter_fixate_caps()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsnparsetter.c224 if (!gst_structure_get_int (s, "width", &width) || in rsn_parsetter_check_caps()
225 !gst_structure_get_int (s, "height", &height)) in rsn_parsetter_check_caps()
280 if (!gst_structure_get_int (s, "width", &width) || in rsn_parsetter_convert_caps()
281 !gst_structure_get_int (s, "height", &height)) in rsn_parsetter_convert_caps()
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-vobsub.c430 if (!gst_structure_get_int (structure, prop_name, &entry)) in gstspu_vobsub_handle_dvd_event()
442 if (gst_structure_get_int (structure, "palette", &val)) { in gstspu_vobsub_handle_dvd_event()
455 if (gst_structure_get_int (structure, "sx", &val)) in gstspu_vobsub_handle_dvd_event()
457 if (gst_structure_get_int (structure, "sy", &val)) in gstspu_vobsub_handle_dvd_event()
459 if (gst_structure_get_int (structure, "ex", &val)) in gstspu_vobsub_handle_dvd_event()
461 if (gst_structure_get_int (structure, "ey", &val)) in gstspu_vobsub_handle_dvd_event()
/third_party/gstreamer/gstplugins_base/tests/examples/snapshot/
Dsnapshot.c128 res = gst_structure_get_int (s, "width", &width); in main()
129 res |= gst_structure_get_int (s, "height", &height); in main()
/third_party/gstreamer/gstplugins_good/gst/dtmf/
Dgstrtpdtmfsrc.c302 if (!gst_structure_get_int (event_structure, "type", &event_type) || in gst_rtp_dtmf_src_handle_dtmf_event()
307 if (gst_structure_get_int (event_structure, "method", &method)) { in gst_rtp_dtmf_src_handle_dtmf_event()
314 if (!gst_structure_get_int (event_structure, "number", &event_number) || in gst_rtp_dtmf_src_handle_dtmf_event()
315 !gst_structure_get_int (event_structure, "volume", &event_volume)) in gst_rtp_dtmf_src_handle_dtmf_event()
331 if (!gst_structure_get_int (event_structure, "number", &event_number) || in gst_rtp_dtmf_src_handle_dtmf_event()
332 !gst_structure_get_int (event_structure, "volume", &event_volume)) in gst_rtp_dtmf_src_handle_dtmf_event()
899 if (gst_structure_get_int (s, "payload", &pt)) { in gst_rtp_dtmf_src_negotiate()
907 gst_structure_get_int (s, "payload", &pt); in gst_rtp_dtmf_src_negotiate()
917 if (gst_structure_get_int (s, "clock-rate", &clock_rate)) { in gst_rtp_dtmf_src_negotiate()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcodecmap.c2651 gst_structure_get_int (structure, "channels", &context->channels); in gst_ffmpeg_caps_to_smpfmt()
2652 gst_structure_get_int (structure, "rate", &context->sample_rate); in gst_ffmpeg_caps_to_smpfmt()
2653 gst_structure_get_int (structure, "block_align", &context->block_align); in gst_ffmpeg_caps_to_smpfmt()
2654 if (gst_structure_get_int (structure, "bitrate", &bitrate)) in gst_ffmpeg_caps_to_smpfmt()
2712 gst_structure_get_int (structure, "width", &context->width); in gst_ffmpeg_caps_to_pixfmt()
2713 gst_structure_get_int (structure, "height", &context->height); in gst_ffmpeg_caps_to_pixfmt()
2714 gst_structure_get_int (structure, "bpp", &context->bits_per_coded_sample); in gst_ffmpeg_caps_to_pixfmt()
3386 if (gst_structure_get_int (str, "halfpel_flag", &halfpel_flag) && in gst_ffmpeg_caps_with_codecid()
3387 gst_structure_get_int (str, "thirdpel_flag", &thirdpel_flag) && in gst_ffmpeg_caps_with_codecid()
3388 gst_structure_get_int (str, "low_delay", &low_delay) && in gst_ffmpeg_caps_with_codecid()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfsourceobject.c425 gst_structure_get_int (s1, "width", &w1); in gst_mf_source_object_caps_compare()
426 gst_structure_get_int (s1, "height", &h1); in gst_mf_source_object_caps_compare()
427 gst_structure_get_int (s2, "width", &w2); in gst_mf_source_object_caps_compare()
428 gst_structure_get_int (s2, "height", &h2); in gst_mf_source_object_caps_compare()
/third_party/gstreamer/gstplugins_good/gst/law/
Dmulaw-decode.c95 if (!gst_structure_get_int (structure, "rate", &rate)) { in gst_mulawdec_set_format()
100 if (!gst_structure_get_int (structure, "channels", &channels)) { in gst_mulawdec_set_format()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dvp9parse.c98 fail_unless (gst_structure_get_int (s, "width", &width)); in run_split_superframe_with_caps()
99 fail_unless (gst_structure_get_int (s, "height", &height)); in run_split_superframe_with_caps()
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstwrappercamerabinsrc.c395 gst_structure_get_int (in_st, "width", &bcamsrc->width); in gst_wrapper_camera_bin_src_caps_cb()
396 gst_structure_get_int (in_st, "height", &bcamsrc->height); in gst_wrapper_camera_bin_src_caps_cb()
685 gst_structure_get_int (in_st, "width", &in_width); in adapt_image_capture()
686 gst_structure_get_int (in_st, "height", &in_height); in adapt_image_capture()
689 gst_structure_get_int (req_st, "width", &req_width); in adapt_image_capture()
690 gst_structure_get_int (req_st, "height", &req_height); in adapt_image_capture()
943 gst_structure_get_int (st, "width", &in_w); in update_aspect_filter()
944 gst_structure_get_int (st, "height", &in_h); in update_aspect_filter()

12345678910