Searched refs:caps_info (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvapool.c | 38 GstVideoInfo caps_info; member 87 GstVideoInfo caps_info, alloc_info; in gst_va_pool_set_config() local 100 if (!gst_video_info_from_caps (&caps_info, caps)) in gst_va_pool_set_config() 113 width = GST_VIDEO_INFO_WIDTH (&caps_info); in gst_va_pool_set_config() 114 height = GST_VIDEO_INFO_HEIGHT (&caps_info); in gst_va_pool_set_config() 137 alloc_info = caps_info; in gst_va_pool_set_config() 153 vpool->caps_info = caps_info; in gst_va_pool_set_config() 156 for (i = 0; i < GST_VIDEO_INFO_N_PLANES (&caps_info); i++) { in gst_va_pool_set_config() 157 if (GST_VIDEO_INFO_PLANE_STRIDE (&caps_info, i) != in gst_va_pool_set_config() 159 GST_VIDEO_INFO_PLANE_OFFSET (&caps_info, i) != in gst_va_pool_set_config() [all …]
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2bufferpool.h | 81 GstVideoInfo caps_info; /* Default video information */ member
|
D | gstv4l2bufferpool.c | 128 const GstVideoFormatInfo *finfo = pool->caps_info.finfo; in gst_v4l2_buffer_pool_copy_buffer() 139 if (!gst_video_frame_map (&src_frame, &pool->caps_info, src, GST_MAP_READ)) in gst_v4l2_buffer_pool_copy_buffer() 142 if (!gst_video_frame_map (&dest_frame, &pool->caps_info, dest, in gst_v4l2_buffer_pool_copy_buffer() 220 const GstVideoFormatInfo *finfo = pool->caps_info.finfo; in gst_v4l2_buffer_pool_import_userptr() 243 if (!gst_video_frame_map (&data->frame, &pool->caps_info, src, flags)) in gst_v4l2_buffer_pool_import_userptr() 620 gst_video_info_from_caps (&pool->caps_info, caps); in gst_v4l2_buffer_pool_set_config() 1977 if (GST_VIDEO_INFO_FORMAT (&pool->caps_info) != in gst_v4l2_buffer_pool_process()
|