Searched refs:plane_offsets (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/tests/ref/fate/ |
D | imgutils | 57 … 3, linesizes: 64 32 32 0, plane_sizes: 3072 768 768 0, plane_offsets: 3072 768 … 58 … 1, linesizes: 128 0 0 0, plane_sizes: 6144 0 0 0, plane_offsets: 0 0 … 59 … 1, linesizes: 192 0 0 0, plane_sizes: 9216 0 0 0, plane_offsets: 0 0 … 60 … 1, linesizes: 192 0 0 0, plane_sizes: 9216 0 0 0, plane_offsets: 0 0 … 61 … 3, linesizes: 64 32 32 0, plane_sizes: 3072 1536 1536 0, plane_offsets: 3072 1536 … 62 … 3, linesizes: 64 64 64 0, plane_sizes: 3072 3072 3072 0, plane_offsets: 3072 3072 … 63 … 3, linesizes: 64 16 16 0, plane_sizes: 3072 192 192 0, plane_offsets: 3072 192 … 64 … 3, linesizes: 64 16 16 0, plane_sizes: 3072 768 768 0, plane_offsets: 3072 768 … 65 … 2, linesizes: 64 0 0 0, plane_sizes: 3072 1024 0 0, plane_offsets: 3072 0 … 66 … 1, linesizes: 8 0 0 0, plane_sizes: 384 0 0 0, plane_offsets: 0 0 … [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | rawvideoparse.c | 179 GValue plane_offsets = G_VALUE_INIT; in setup_rawvideoparse() local 184 g_value_init (&plane_offsets, GST_TYPE_ARRAY); in setup_rawvideoparse() 189 gst_value_array_append_value (&plane_offsets, &val); in setup_rawvideoparse() 203 &plane_offsets); in setup_rawvideoparse() 207 g_value_unset (&plane_offsets); in setup_rawvideoparse() 217 guint plane_offsets[3] = { 0, 76800, 96000 }; in setup_rawvideoparse() local 226 plane_offsets[0] = properties_ctx.plane_size * 0; in setup_rawvideoparse() 227 plane_offsets[1] = properties_ctx.plane_size * 1; in setup_rawvideoparse() 228 plane_offsets[2] = properties_ctx.plane_size * 2; in setup_rawvideoparse() 246 fail_unless_equals_uint64 (plane_offsets[i], g_value_get_int (gvalue)); in setup_rawvideoparse()
|
/third_party/gstreamer/gstplugins_base/gst/rawparse/ |
D | gstrawvideoparse.c | 589 props_cfg->plane_offsets[i] = g_value_get_int (val); in gst_raw_video_parse_set_property() 591 i, props_cfg->plane_offsets[i]); in gst_raw_video_parse_set_property() 742 g_value_set_int (&val, props_cfg->plane_offsets[i]); in gst_raw_video_parse_get_property() 861 config_ptr->plane_offsets[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() 1092 config->plane_offsets[i] = GST_VIDEO_INFO_PLANE_OFFSET (&(config->info), i); in gst_raw_video_parse_init_config() 1129 GST_VIDEO_INFO_PLANE_OFFSET (info, i) = config->plane_offsets[i]; in gst_raw_video_parse_update_info() 1137 config->plane_offsets[i] = GST_VIDEO_INFO_PLANE_OFFSET (info, i); in gst_raw_video_parse_update_info()
|
D | gstrawvideoparse.h | 53 gsize plane_offsets[GST_VIDEO_MAX_PLANES]; member
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_resource.c | 746 uint32_t plane_offsets[VIRGL_MAX_PLANE_COUNT]; in virgl_resource_from_handle() local 767 plane_offsets[plane_count] = plane->metadata.plane_offset; in virgl_resource_from_handle() 782 plane_offsets); in virgl_resource_from_handle()
|
D | virgl_winsys.h | 99 const uint32_t *plane_offsets);
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.h | 105 unsigned plane_offsets[3]; member
|
D | zink_resource.c | 720 obj->plane_offsets[i] = plane_layouts[i].offset = next->obj->plane_offsets[i]; in resource_object_create() 750 obj->plane_offsets[whandle->plane] = whandle->offset; in resource_object_create() 883 obj->plane_offsets[i] = offset; in resource_object_create() 1051 infos[i].memoryOffset = obj->plane_offsets[i]; in resource_object_create()
|
/third_party/mesa3d/src/gallium/winsys/virgl/drm/ |
D | virgl_drm_winsys.c | 579 const uint32_t *plane_offsets) in virgl_drm_winsys_resource_set_type() argument 607 cmd[VIRGL_PIPE_RES_SET_TYPE_PLANE_OFFSET(i)] = plane_offsets[i]; in virgl_drm_winsys_resource_set_type()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | audio.c | 815 gint32 plane_offsets[32]; member 939 tests[i].plane_offsets[j] * GST_AUDIO_BUFFER_PLANE_SIZE (&abuf)); in GST_START_TEST()
|