Home
last modified time | relevance | path

Searched refs:plane_strides (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/elements/
Drawvideoparse.c180 GValue plane_strides = G_VALUE_INIT; in setup_rawvideoparse() local
185 g_value_init (&plane_strides, GST_TYPE_ARRAY); in setup_rawvideoparse()
194 gst_value_array_append_value (&plane_strides, &val); in setup_rawvideoparse()
205 &plane_strides); in setup_rawvideoparse()
208 g_value_unset (&plane_strides); in setup_rawvideoparse()
218 guint plane_strides[3] = { 320, 160, 160 }; in setup_rawvideoparse() local
229 plane_strides[0] = plane_strides[1] = plane_strides[2] = in setup_rawvideoparse()
250 fail_unless_equals_uint64 (plane_strides[i], g_value_get_int (gvalue)); in setup_rawvideoparse()
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawvideoparse.c538 props_cfg->plane_strides[i] = g_value_get_int (val); in gst_raw_video_parse_set_property()
540 props_cfg->plane_strides[i]); in gst_raw_video_parse_set_property()
719 g_value_set_int (&val, props_cfg->plane_strides[i]); in gst_raw_video_parse_get_property()
863 config_ptr->plane_strides[i] = in gst_raw_video_parse_set_config_from_caps()
964 config_ptr->plane_offsets, config_ptr->plane_strides); in gst_raw_video_parse_process()
1093 config->plane_strides[i] = GST_VIDEO_INFO_PLANE_STRIDE (&(config->info), i); in gst_raw_video_parse_init_config()
1130 GST_VIDEO_INFO_PLANE_STRIDE (info, i) = config->plane_strides[i]; in gst_raw_video_parse_update_info()
1138 config->plane_strides[i] = GST_VIDEO_INFO_PLANE_STRIDE (info, i); in gst_raw_video_parse_update_info()
Dgstrawvideoparse.h54 gint plane_strides[GST_VIDEO_MAX_PLANES]; member
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.c745 uint32_t plane_strides[VIRGL_MAX_PLANE_COUNT]; in virgl_resource_from_handle() local
766 plane_strides[plane_count] = plane->metadata.stride[0]; in virgl_resource_from_handle()
781 plane_strides, in virgl_resource_from_handle()
Dvirgl_winsys.h98 const uint32_t *plane_strides,
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.h106 unsigned plane_strides[3]; member
Dzink_resource.c721 obj->plane_strides[i] = plane_layouts[i].rowPitch = next->obj->plane_strides[i]; in resource_object_create()
751 obj->plane_strides[whandle->plane] = whandle->stride; in resource_object_create()
819 obj->plane_strides[whandle->plane] = whandle->stride; in resource_object_create()
/third_party/ffmpeg/libavcodec/
Dvideotoolboxenc.c2151 const size_t *plane_strides, in copy_avframe_to_pixel_buffer() argument
2190 src_stride = plane_strides[i]; in copy_avframe_to_pixel_buffer()
2217 src_stride = plane_strides[0]; in copy_avframe_to_pixel_buffer()
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
Dvirgl_drm_winsys.c578 const uint32_t *plane_strides, in virgl_drm_winsys_resource_set_type() argument
606 cmd[VIRGL_PIPE_RES_SET_TYPE_PLANE_STRIDE(i)] = plane_strides[i]; in virgl_drm_winsys_resource_set_type()