/third_party/gstreamer/gstplugins_good/ext/libcaca/ |
D | gstcacatv.c | 225 gst_caps_set_value (ret, "width", &src_width); in gst_cacatv_transform_caps() 226 gst_caps_set_value (ret, "height", &src_height); in gst_cacatv_transform_caps() 233 gst_caps_set_value (ret, "format", &formats); in gst_cacatv_transform_caps()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavcodecmap.c | 209 gst_caps_set_value (caps, "format", &va); in gst_ffmpeg_video_set_pix_fmts() 230 gst_caps_set_value (caps, "format", &v); in gst_ffmpeg_video_set_pix_fmts() 232 gst_caps_set_value (caps, "format", &va); in gst_ffmpeg_video_set_pix_fmts() 411 gst_caps_set_value (caps, "framerate", &va); in gst_ff_vid_caps_new() 476 gst_caps_set_value (caps, "format", &va); in gst_ffmpeg_audio_set_sample_fmts() 483 gst_caps_set_value (caps, "layout", &vap); in gst_ffmpeg_audio_set_sample_fmts() 515 gst_caps_set_value (caps, "format", gst_value_list_get_value (&va, 0)); in gst_ffmpeg_audio_set_sample_fmts() 518 gst_caps_set_value (caps, "format", &va); in gst_ffmpeg_audio_set_sample_fmts() 522 gst_caps_set_value (caps_copy ? caps_copy : caps, "format", in gst_ffmpeg_audio_set_sample_fmts() 527 gst_caps_set_value (caps_copy ? caps_copy : caps, "format", &vap); in gst_ffmpeg_audio_set_sample_fmts() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfaacenc.cpp | 683 gst_caps_set_value (src_caps, "channels", &channles_value); in gst_mf_aac_enc_plugin_init_internal() 684 gst_caps_set_value (sink_caps, "channels", &channles_value); in gst_mf_aac_enc_plugin_init_internal() 686 gst_caps_set_value (src_caps, "rate", &rate_value); in gst_mf_aac_enc_plugin_init_internal() 687 gst_caps_set_value (sink_caps, "rate", &rate_value); in gst_mf_aac_enc_plugin_init_internal()
|
D | gstmfmp3enc.cpp | 565 gst_caps_set_value (src, "rate", &rate_value); in gst_mf_mp3_enc_create_template_caps() 566 gst_caps_set_value (sink, "rate", &rate_value); in gst_mf_mp3_enc_create_template_caps()
|
D | gstmfvideoenc.cpp | 1676 gst_caps_set_value (src_caps, "profile", profiles); in gst_mf_video_enc_enum_internal() 1721 gst_caps_set_value (d3d11_caps, "format", &d3d11_formats); in gst_mf_video_enc_enum_internal() 1730 gst_caps_set_value (sink_caps, "format", supported_formats); in gst_mf_video_enc_enum_internal()
|
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | pulseutil.c | 499 gst_caps_set_value (ret, "rate", &v); in gst_pulse_format_info_to_caps() 505 gst_caps_set_value (ret, "channels", &v); in gst_pulse_format_info_to_caps()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpopusdepay.c | 188 gst_caps_set_value (srccaps, "channel-mapping", &mapping); in gst_rtp_opus_depay_setcaps()
|
/third_party/gstreamer/gstplugins_good/ext/aalib/ |
D | gstaatv.c | 447 gst_caps_set_value (ret, "width", &src_width); in gst_aatv_transform_caps() 448 gst_caps_set_value (ret, "height", &src_height); in gst_aatv_transform_caps() 455 gst_caps_set_value (ret, "format", &formats); in gst_aatv_transform_caps()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstccconverter.c | 167 gst_caps_set_value (tmp, "framerate", framerate); in gst_cc_converter_transform_caps() 207 gst_caps_set_value (tmp, "framerate", framerate); in gst_cc_converter_transform_caps() 249 gst_caps_set_value (tmp, "framerate", cdp_framerate); in gst_cc_converter_transform_caps() 263 gst_caps_set_value (tmp, "framerate", cdp_framerate); in gst_cc_converter_transform_caps() 276 gst_caps_set_value (tmp, "framerate", framerate); in gst_cc_converter_transform_caps() 319 gst_caps_set_value (tmp, "framerate", cdp_framerate); in gst_cc_converter_transform_caps() 332 gst_caps_set_value (tmp, "framerate", framerate); in gst_cc_converter_transform_caps()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvenc.c | 783 gst_caps_set_value (sink_templ, "format", formats); in gst_nv_enc_register() 791 gst_caps_set_value (sink_templ, "interlace-mode", interlace_modes); in gst_nv_enc_register() 817 gst_caps_set_value (src_templ, "profile", profiles); in gst_nv_enc_register()
|
D | gstnvh264dec.c | 958 gst_caps_set_value (cdata->sink_caps, "width", value); in gst_nv_h264_dec_register() 961 gst_caps_set_value (cdata->sink_caps, "height", value); in gst_nv_h264_dec_register()
|
D | gstnvbaseenc.c | 875 gst_caps_set_value (caps, "format", &supported_format); in gst_nv_base_enc_set_filtered_input_formats() 877 gst_caps_set_value (caps, "format", last_format); in gst_nv_base_enc_set_filtered_input_formats() 948 gst_caps_set_value (supported_incaps, "format", nvenc->input_formats); in gst_nv_base_enc_getcaps() 956 gst_caps_set_value (supported_incaps, "interlace-mode", interlace_mode); in gst_nv_base_enc_getcaps()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkviewconvert.c | 1155 gst_caps_set_value (tmp, "multiview-mode", in _expand_structure() 1172 gst_caps_set_value (tmp, "multiview-mode", in _expand_structure() 1180 gst_caps_set_value (tmp, "multiview-mode", in _expand_structure() 1191 gst_caps_set_value (tmp, "multiview-mode", in _expand_structure() 1251 gst_caps_set_value (filter, "multiview-mode", modes); in _intersect_with_mview_modes()
|
/third_party/gstreamer/gstplugins_bad/ext/dc1394/ |
D | gstdc1394src.c | 1055 gst_caps_set_value (caps, "width", &widths); in gst_dc1394_src_build_caps() 1056 gst_caps_set_value (caps, "height", &heights); in gst_dc1394_src_build_caps() 1098 gst_caps_set_value (caps, "framerate", &framerates); in gst_dc1394_src_build_caps()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstcaps.h | 447 void gst_caps_set_value (GstCaps *caps,
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglviewconvert.c | 965 gst_caps_set_value (tmp, "multiview-mode", in _expand_structure() 982 gst_caps_set_value (tmp, "multiview-mode", in _expand_structure() 990 gst_caps_set_value (tmp, "multiview-mode", in _expand_structure() 1001 gst_caps_set_value (tmp, "multiview-mode", in _expand_structure() 1062 gst_caps_set_value (filter, "multiview-mode", modes); in _intersect_with_mview_modes()
|
/third_party/gstreamer/gstplugins_bad/tools/ |
D | gst-transcoder.c | 207 gst_caps_set_value (rest, "framerate", &framerate); in set_video_settings()
|
/third_party/gstreamer/gstplugins_bad/sys/tinyalsa/ |
D | tinyalsasink.c | 185 gst_caps_set_value (caps, "format", &formats); in gst_tinyalsa_sink_getcaps()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11vp9dec.cpp | 927 gst_caps_set_value (src_caps, "format", &format_list); in gst_d3d11_vp9_dec_register() 937 gst_caps_set_value (sink_caps, "profile", &vp9_profiles); in gst_d3d11_vp9_dec_register()
|
D | gstd3d11h265dec.cpp | 1077 gst_caps_set_value (sink_caps, "profile", &profile_list); in gst_d3d11_h265_dec_register() 1078 gst_caps_set_value (src_caps, "format", &format_list); in gst_d3d11_h265_dec_register()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvah264dec.c | 771 gst_caps_set_value (caps, "alignment", &val); in _complete_sink_caps() 783 gst_caps_set_value (caps, "stream-format", &val); in _complete_sink_caps()
|
D | gstvacaps.c | 142 gst_caps_set_value (caps, "format", &v_formats); in gst_caps_set_format_array()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2videodec.c | 1255 gst_caps_set_value (cdata->sink_caps, "level", &value); in gst_v4l2_video_dec_register() 1260 gst_caps_set_value (cdata->sink_caps, "profile", &value); in gst_v4l2_video_dec_register()
|
D | gstv4l2videoenc.c | 1219 gst_caps_set_value (filtered_caps, "level", &value); in gst_v4l2_video_enc_register() 1224 gst_caps_set_value (filtered_caps, "profile", &value); in gst_v4l2_video_enc_register()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstimagesequencesrc.c | 524 gst_caps_set_value (new_caps, "framerate", &fps); in gst_image_sequence_src_set_caps()
|