Home
last modified time | relevance | path

Searched refs:GST_VIDEO_INFO_NAME (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglmemory.c113 allocator_name, GST_VIDEO_INFO_NAME (v_info), in create_memory()
209 allocator_name, data, GST_VIDEO_INFO_NAME (v_info), in wrap_raw_data()
282 GST_VIDEO_INFO_NAME (&gl_mem->info), GST_VIDEO_INFO_WIDTH (&gl_mem->info), in wrap_gl_memory()
/third_party/gstreamer/gstplugins_base/gst/videoconvert/
Dgstvideoconvert.c839 GST_VIDEO_INFO_NAME (&filter->in_info), in gst_video_convert_transform_frame()
840 GST_VIDEO_INFO_NAME (&filter->out_info)); in gst_video_convert_transform_frame()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.h353 #define GST_VIDEO_INFO_NAME(i) (GST_VIDEO_FORMAT_INFO_NAME((i)->finfo)) macro