Home
last modified time | relevance | path

Searched refs:v_format (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dvkcolorconvert.c35 GstVideoFormat v_format; member
76 test_rgba_reorder[i].v_format, test_rgba_reorder[i].width, in GST_START_TEST()
79 test_rgba_reorder[j].v_format, test_rgba_reorder[j].width, in GST_START_TEST()
Dd3d11colorconvert.c39 GstVideoFormat v_format; member
85 test_rgba_reorder[i].v_format, test_rgba_reorder[i].width, in GST_START_TEST()
88 test_rgba_reorder[j].v_format, test_rgba_reorder[j].width, in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasedec.c721 const GValue *v_format; in gst_va_base_dec_get_preferred_format_and_caps_features() local
791 v_format = gst_structure_get_value (structure, "format"); in gst_va_base_dec_get_preferred_format_and_caps_features()
792 if (!v_format) in gst_va_base_dec_get_preferred_format_and_caps_features()
794 else if (G_VALUE_HOLDS_STRING (v_format)) in gst_va_base_dec_get_preferred_format_and_caps_features()
795 *format = gst_video_format_from_string (g_value_get_string (v_format)); in gst_va_base_dec_get_preferred_format_and_caps_features()
796 else if (GST_VALUE_HOLDS_LIST (v_format)) { in gst_va_base_dec_get_preferred_format_and_caps_features()
797 guint num_values = gst_value_list_get_size (v_format); in gst_va_base_dec_get_preferred_format_and_caps_features()
800 const GValue *v_fmt = gst_value_list_get_value (v_format, i); in gst_va_base_dec_get_preferred_format_and_caps_features()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglcolorconvert.c41 GstVideoFormat v_format; member
140 GstVideoFormat in_v_format = frames[i].v_format; in check_conversion()
185 GstVideoFormat out_v_format = frames[j].v_format; in check_conversion()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkcolorconvert.c492 video_format_to_reorder (GstVideoFormat v_format, gint * reorder, in video_format_to_reorder() argument
495 switch (v_format) { in video_format_to_reorder()
505 get_rgb_format_swizzle_order (v_format, reorder); in video_format_to_reorder()
560 get_vulkan_format_swizzle_order (GstVideoFormat v_format, in get_vulkan_format_swizzle_order() argument
567 finfo = gst_video_format_get_info (v_format); in get_vulkan_format_swizzle_order()
575 if (v_format == GST_VIDEO_FORMAT_YUY2 || v_format == GST_VIDEO_FORMAT_UYVY) { in get_vulkan_format_swizzle_order()
1032 GstVideoFormat v_format = gst_video_format_from_string (format_str); in gst_vulkan_color_convert_transform_format_info() local
1034 gst_video_format_get_info (v_format); in gst_vulkan_color_convert_transform_format_info()
1057 GstVideoFormat v_format = gst_video_format_from_string (format_str); in gst_vulkan_color_convert_transform_format_info() local
1058 const GstVideoFormatInfo *t_info = gst_video_format_get_info (v_format); in gst_vulkan_color_convert_transform_format_info()
Dvkviewconvert.c146 video_format_to_reorder (GstVideoFormat v_format, gint * reorder, in video_format_to_reorder() argument
149 switch (v_format) { in video_format_to_reorder()
159 get_rgb_format_swizzle_order (v_format, reorder); in video_format_to_reorder()
214 get_vulkan_format_swizzle_order (GstVideoFormat v_format, in get_vulkan_format_swizzle_order() argument
221 finfo = gst_video_format_get_info (v_format); in get_vulkan_format_swizzle_order()
229 if (v_format == GST_VIDEO_FORMAT_YUY2 || v_format == GST_VIDEO_FORMAT_UYVY) { in get_vulkan_format_swizzle_order()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglformat.c159 GstVideoFormat v_format = GST_VIDEO_INFO_FORMAT (vinfo); in gst_gl_format_from_video_info() local
162 switch (v_format) { in gst_gl_format_from_video_info()
251 g_critical ("Unknown video format 0x%x provided", v_format); in gst_gl_format_from_video_info()
Dgstglcolorconvert.c1133 GstVideoFormat v_format = gst_video_format_from_string (format_str); in gst_gl_color_convert_caps_transform_format_info() local
1135 gst_video_format_get_info (v_format); in gst_gl_color_convert_caps_transform_format_info()
1158 GstVideoFormat v_format = gst_video_format_from_string (format_str); in gst_gl_color_convert_caps_transform_format_info() local
1159 const GstVideoFormatInfo *t_info = gst_video_format_get_info (v_format); in gst_gl_color_convert_caps_transform_format_info()
1255 GstVideoFormat v_format, guint other_targets_mask, gint * min_loss, in score_format_target() argument
1262 t_info = gst_video_format_get_info (v_format); in score_format_target()
1401 GstVideoFormat v_format = gst_video_format_from_string (format_str); in gst_gl_color_convert_fixate_format_target() local
1402 score_format_target (in_info, targets_mask, v_format, in gst_gl_color_convert_fixate_format_target()
1410 GstVideoFormat v_format = gst_video_format_from_string (format_str); in gst_gl_color_convert_fixate_format_target() local
1411 score_format_target (in_info, targets_mask, v_format, other_targets_mask, in gst_gl_color_convert_fixate_format_target()
[all …]
/third_party/gstreamer/gstplugins_good/gst/videofilter/
Dgstvideoflip.h78 GstVideoFormat v_format; member
Dgstvideoflip.c988 switch (vf->v_format) { in gst_video_flip_configure_process()
1087 vf->v_format = GST_VIDEO_INFO_FORMAT (in_info); in gst_video_flip_set_info()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davsamplevideosink.m367 GstVideoFormat v_format;
378 v_format = _pixel_format_description_to_video_format (attrs);
379 if (v_format != GST_VIDEO_FORMAT_UNKNOWN) {
380 format_str = gst_video_format_to_string (v_format);
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkswapper.c207 GstVideoFormat v_format; in _add_vk_format_to_list() local
209 v_format = _vk_format_to_video_format (format); in _add_vk_format_to_list()
210 if (v_format) { in _add_vk_format_to_list()
211 const gchar *format_str = gst_video_format_to_string (v_format); in _add_vk_format_to_list()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdemux.c645 GstEvent *v_format; in gst_flups_demux_handle_dvd_event() local
652 v_format = gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, v_struct); in gst_flups_demux_handle_dvd_event()
653 gst_pad_push_event (temp->pad, v_format); in gst_flups_demux_handle_dvd_event()