Home
last modified time | relevance | path

Searched refs:GstVideoInfo (Results 1 – 25 of 474) sorted by relevance

12345678910>>...19

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.h31 typedef struct _GstVideoInfo GstVideoInfo; typedef
428 GstVideoInfo * gst_video_info_new (void);
431 void gst_video_info_init (GstVideoInfo *info);
434 GstVideoInfo * gst_video_info_copy (const GstVideoInfo *info);
437 void gst_video_info_free (GstVideoInfo *info);
440 GstVideoInfo * gst_video_info_new_from_caps (const GstCaps * caps);
443 gboolean gst_video_info_set_format (GstVideoInfo *info, GstVideoFormat format,
448 (GstVideoInfo *info,
455 gboolean gst_video_info_from_caps (GstVideoInfo *info, const GstCaps * caps);
458 GstCaps * gst_video_info_to_caps (const GstVideoInfo *info);
[all …]
Dvideo-info.c70 GstVideoInfo *
71 gst_video_info_copy (const GstVideoInfo * info) in gst_video_info_copy()
73 return g_slice_dup (GstVideoInfo, info); in gst_video_info_copy()
86 gst_video_info_free (GstVideoInfo * info) in gst_video_info_free()
88 g_slice_free (GstVideoInfo, info); in gst_video_info_free()
91 G_DEFINE_BOXED_TYPE (GstVideoInfo, gst_video_info,
104 GstVideoInfo *
107 GstVideoInfo *info; in gst_video_info_new()
109 info = g_slice_new (GstVideoInfo); in gst_video_info_new()
115 static gboolean fill_planes (GstVideoInfo * info,
[all …]
Dgstvideofilter.h50 GstVideoInfo in_info;
51 GstVideoInfo out_info;
70 GstCaps *incaps, GstVideoInfo *in_info,
71 GstCaps *outcaps, GstVideoInfo *out_info);
Dvideo-converter.h291 GstVideoConverter * gst_video_converter_new (const GstVideoInfo *in_info,
292 const GstVideoInfo *out_info,
296 GstVideoConverter * gst_video_converter_new_with_pool (const GstVideoInfo * in_info,
297 const GstVideoInfo * out_info,
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuda-converter.h35 GstCudaConverter * gst_cuda_converter_new (GstVideoInfo * in_info,
36 GstVideoInfo * out_info,
43 GstVideoInfo * in_info,
45 GstVideoInfo * out_info,
50 GstVideoInfo * in_info,
52 GstVideoInfo * out_info,
Dcuda-converter.c734 GstVideoInfo in_info;
735 GstVideoInfo out_info;
749 GstVideoInfo * in_info, GstCudaMemory * dst, GstVideoInfo * out_info,
753 GstVideoInfo *cur_in_info;
756 GstVideoInfo *cur_out_info;
783 gst_cuda_converter_new (GstVideoInfo * in_info, GstVideoInfo * out_info, in gst_cuda_converter_new()
910 GstVideoInfo * in_info, GstCudaMemory * dst, GstVideoInfo * out_info, in gst_cuda_converter_frame()
945 const GstCudaMemory * src, GstVideoInfo * in_info, GstCudaMemory * dst, in gst_cuda_converter_frame_unlocked()
946 GstVideoInfo * out_info, CUstream cuda_stream) in gst_cuda_converter_frame_unlocked()
960 GstVideoInfo * info, guint plane) in convert_ensure_fallback_memory()
[all …]
Dgstcudabasetransform.h47 GstVideoInfo in_info;
48 GstVideoInfo out_info;
61 GstCaps *incaps, GstVideoInfo *in_info,
62 GstCaps *outcaps, GstVideoInfo *out_info);
Dgstcudabasefilter.c65 GstCaps * incaps, GstVideoInfo * in_info, GstCaps * outcaps,
66 GstVideoInfo * out_info);
124 GstVideoInfo * in_info, GstVideoInfo * out_info) in gst_cuda_base_filter_configure()
152 GstVideoInfo * in_info, GstCaps * outcaps, GstVideoInfo * out_info) in gst_cuda_base_filter_set_info()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11converter.cpp423 GstVideoInfo in_info;
424 GstVideoInfo out_info;
605 GstVideoInfo * info) in compute_matrix_to_RGB()
628 GstVideoInfo * info) in compute_matrix_to_YUV()
652 GstVideoInfo * in_info, GstVideoInfo * out_info) in converter_get_matrix()
702 const GstVideoInfo * in_info, const GstVideoInfo * out_info) in setup_convert_info_rgb_to_rgb()
770 get_planar_component (const GstVideoInfo * info, gchar * u, gchar * v, in get_planar_component()
799 get_semi_planar_component (const GstVideoInfo * info, gchar * u, gchar * v) in get_semi_planar_component()
812 const GstVideoInfo * in_info, const GstVideoInfo * out_info) in setup_convert_info_yuv_to_rgb()
884 const GstVideoInfo * in_info, const GstVideoInfo * out_info) in setup_convert_info_rgb_to_yuv()
[all …]
Dgstd3d11basefilter.h48 GstVideoInfo in_info;
49 GstVideoInfo out_info;
60 GstCaps *incaps, GstVideoInfo *in_info,
61 GstCaps *outcaps, GstVideoInfo *out_info);
Dgstd3d11pluginutils.h73 const GstDxgiColorSpace * gst_d3d11_video_info_to_dxgi_color_space (GstVideoInfo * info);
75 const GstDxgiColorSpace * gst_d3d11_find_swap_chain_color_space (GstVideoInfo * info,
80 const GstVideoInfo * info,
85 const GstVideoInfo * info);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemory.h90 GstVideoInfo info;
131 GstVideoInfo *v_info;
149 const GstVideoInfo * v_info,
161 const GstVideoInfo * v_info,
169 … const GstVideoInfo * v_info,
181 … const GstVideoInfo * v_info,
193 … const GstVideoInfo * v_info,
274 const GstVideoInfo * info,
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.h42 GstVideoInfo * info,
45 GstVideoInfo * info,
49 GstVideoInfo * info,
72 GstVideoInfo * info,
75 GstVideoInfo * info,
Dgstvabasetransform.h50 GstVideoInfo in_info;
51 GstVideoInfo out_info;
69 GstCaps *incaps, GstVideoInfo *in_info,
70 GstCaps *outcaps, GstVideoInfo *out_info);
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvideomemory.h118 GstVideoInfo image_info;
136 GstVideoInfo *image_info, mfxFrameAllocResponse * alloc_resp);
175 GstVideoInfo image_info;
193 GstVideoInfo *image_info, mfxFrameAllocResponse * alloc_resp);
Dgstmsdkvpp.h80 GstVideoInfo sinkpad_info;
81 GstVideoInfo sinkpad_buffer_pool_info;
86 GstVideoInfo srcpad_info;
87 GstVideoInfo srcpad_buffer_pool_info;
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dcorevideobuffer.h45 GstVideoInfo *info,
47 gboolean gst_core_video_info_init_from_pixel_buffer (GstVideoInfo * info,
50 GstVideoInfo * info,
Dcorevideobuffer.c111 GstVideoInfo * info, guint plane, gsize size, GstVideoTextureCache * cache) in _create_glmem()
136 GstVideoInfo * info, guint plane, gsize size, GstVideoTextureCache * cache);
141 GstVideoInfo * info, in gst_core_video_wrap_pixel_buffer()
237 gst_core_video_info_init_from_pixel_buffer (GstVideoInfo * info, in gst_core_video_info_init_from_pixel_buffer()
261 gst_core_video_buffer_new (CVBufferRef cvbuf, GstVideoInfo * vinfo, in gst_core_video_buffer_new()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkfullscreenquad.h65 GstVideoInfo out_info;
66 GstVideoInfo in_info;
108 …_quad_set_info (GstVulkanFullScreenQuad * self, GstVideoInfo *in_info, GstVideoInfo * o…
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dvideofilter18 GstVideoInfo * in_info, GstCaps * outcaps, GstVideoInfo * out_info);
55 GstVideoInfo * in_info, GstCaps * outcaps, GstVideoInfo * out_info)
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglmemory.c103 create_memory (const gchar * allocator_name, const GstVideoInfo * v_info, in create_memory()
149 GstVideoInfo v_info; in GST_START_TEST()
170 GstVideoInfo v_info; in GST_START_TEST()
198 wrap_raw_data (const gchar * allocator_name, const GstVideoInfo * v_info, in wrap_raw_data()
246 GstVideoInfo v_info; in GST_START_TEST()
317 GstVideoInfo v_info; in GST_START_TEST()
341 GstVideoInfo v_info; in GST_START_TEST()
389 GstVideoInfo v_info; in GST_START_TEST()
445 GstVideoInfo v_info; in GST_START_TEST()
481 GstVideoInfo v_info; in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/ivtc/
Dgstcombdetect.c55 GstCaps * incaps, GstVideoInfo * in_info, GstCaps * outcaps,
56 GstVideoInfo * out_info);
182 GstCaps * incaps, GstVideoInfo * in_info, GstCaps * outcaps, in gst_comb_detect_set_info()
183 GstVideoInfo * out_info) in gst_comb_detect_set_info()
187 memcpy (&combdetect->vinfo, in_info, sizeof (GstVideoInfo)); in gst_comb_detect_set_info()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dvkimage.c60 create_image_mem (GstVideoInfo * v_info) in create_image_mem()
84 GstVideoInfo v_info; in GST_START_TEST()
111 GstVideoInfo v_info; in GST_START_TEST()
128 GstVideoInfo v_info; in GST_START_TEST()
186 GstVideoInfo v_info; in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgtkgstbasewidget.h59 GstVideoInfo v_info;
63 GstVideoInfo pending_v_info;
92 gboolean gtk_gst_base_widget_set_format (GtkGstBaseWidget * widget, GstVideoInfo *…
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.h88 const GstVideoInfo * in_info,
95 const GstVideoInfo * in_info);
100 const GstVideoInfo * in_info,

12345678910>>...19