/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpopus.c | 105 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()
|
D | flvdemux.c | 310 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/ |
D | gstcudascale.c | 218 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/ |
D | gstmsdkvpputil.c | 97 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/ |
D | descriptions.c | 583 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/ |
D | gstsbcdec.c | 152 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/ |
D | gstrtpL16pay.c | 211 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()
|
D | gstrtpsbcpay.c | 110 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()
|
D | gstrtpldacpay.c | 160 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()
|
D | gstrtpopuspay.c | 249 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/ |
D | gstaudioringbuffer.c | 223 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/ |
D | gstrgb2bayer.c | 174 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()
|
D | gstbayer2rgb.c | 251 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/ |
D | gstvideoscale.c | 793 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/ |
D | gstv4l2transform.c | 497 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/ |
D | gstglfilter.c | 305 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/ |
D | rsnparsetter.c | 224 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/ |
D | gstspu-vobsub.c | 430 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/ |
D | snapshot.c | 128 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/ |
D | gstrtpdtmfsrc.c | 302 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/ |
D | gstavcodecmap.c | 2651 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/ |
D | gstmfsourceobject.c | 425 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/ |
D | mulaw-decode.c | 95 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/ |
D | vp9parse.c | 98 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/ |
D | gstwrappercamerabinsrc.c | 395 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()
|