Home
last modified time | relevance | path

Searched refs:gst_caps_set_value (Results 1 – 25 of 41) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/ext/libcaca/
Dgstcacatv.c225 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/
Dgstavcodecmap.c209 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/
Dgstmfaacenc.cpp683 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()
Dgstmfmp3enc.cpp565 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()
Dgstmfvideoenc.cpp1676 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/
Dpulseutil.c499 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/
Dgstrtpopusdepay.c188 gst_caps_set_value (srccaps, "channel-mapping", &mapping); in gst_rtp_opus_depay_setcaps()
/third_party/gstreamer/gstplugins_good/ext/aalib/
Dgstaatv.c447 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/
Dgstccconverter.c167 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/
Dgstnvenc.c783 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()
Dgstnvh264dec.c958 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()
Dgstnvbaseenc.c875 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/
Dvkviewconvert.c1155 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/
Dgstdc1394src.c1055 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/
Dgstcaps.h447 void gst_caps_set_value (GstCaps *caps,
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglviewconvert.c965 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/
Dgst-transcoder.c207 gst_caps_set_value (rest, "framerate", &framerate); in set_video_settings()
/third_party/gstreamer/gstplugins_bad/sys/tinyalsa/
Dtinyalsasink.c185 gst_caps_set_value (caps, "format", &formats); in gst_tinyalsa_sink_getcaps()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11vp9dec.cpp927 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()
Dgstd3d11h265dec.cpp1077 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/
Dgstvah264dec.c771 gst_caps_set_value (caps, "alignment", &val); in _complete_sink_caps()
783 gst_caps_set_value (caps, "stream-format", &val); in _complete_sink_caps()
Dgstvacaps.c142 gst_caps_set_value (caps, "format", &v_formats); in gst_caps_set_format_array()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2videodec.c1255 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()
Dgstv4l2videoenc.c1219 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/
Dgstimagesequencesrc.c524 gst_caps_set_value (new_caps, "framerate", &fps); in gst_image_sequence_src_set_caps()

12