Home
last modified time | relevance | path

Searched refs:plane_info (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dv4l2_buffers.c265 *buf = av_buffer_create((char *)in->plane_info[plane].mm_addr + in->planes[plane].data_offset, in v4l2_buf_to_bufref()
266 in->plane_info[plane].length, v4l2_free_buffer, in, 0); in v4l2_buf_to_bufref()
284 length = out->plane_info[plane].length; in v4l2_bufref_to_buf()
287 memcpy((uint8_t*)out->plane_info[plane].mm_addr+offset, data, FFMIN(size, length-offset)); in v4l2_bufref_to_buf()
311 frame->linesize[i] = avbuf->plane_info[i].bytesperline; in v4l2_buffer_buf_to_swframe()
321 frame->linesize[1] = avbuf->plane_info[0].bytesperline; in v4l2_buffer_buf_to_swframe()
322 …frame->data[1] = frame->buf[0]->data + avbuf->plane_info[0].bytesperline * avbuf->context->format.… in v4l2_buffer_buf_to_swframe()
328 frame->linesize[1] = avbuf->plane_info[0].bytesperline >> 1; in v4l2_buffer_buf_to_swframe()
329 frame->linesize[2] = avbuf->plane_info[0].bytesperline >> 1; in v4l2_buffer_buf_to_swframe()
330 …frame->data[1] = frame->buf[0]->data + avbuf->plane_info[0].bytesperline * avbuf->context->format.… in v4l2_buffer_buf_to_swframe()
[all …]
Dv4l2_buffers.h55 } plane_info[VIDEO_MAX_PLANES]; member
Dv4l2_context.c466 struct V4L2Plane_info *p = &buffer->plane_info[j]; in v4l2_release_buffers()
/third_party/ffmpeg/libavfilter/
Dvf_edgedetect.c51 struct plane_info { struct
60 struct plane_info planes[3]; argument
131 struct plane_info *plane = &edgedetect->planes[p]; in config_props()
351 struct plane_info *plane = &edgedetect->planes[p]; in filter_frame()
409 struct plane_info *plane = &edgedetect->planes[p]; in uninit()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_image.c348 const VkImagePlaneMemoryRequirementsInfo *plane_info = in vn_GetImageMemoryRequirements2() local
351 if (plane_info) { in vn_GetImageMemoryRequirements2()
352 switch (plane_info->planeAspect) { in vn_GetImageMemoryRequirements2()
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c2027 VkBindImagePlaneMemoryInfo plane_info[AV_NUM_DATA_POINTERS] = { 0 }; in vulkan_map_from_drm_frame_desc() local
2199 plane_info[bind_counts].sType = VK_STRUCTURE_TYPE_BIND_IMAGE_PLANE_MEMORY_INFO; in vulkan_map_from_drm_frame_desc()
2200 plane_info[bind_counts].planeAspect = aspect; in vulkan_map_from_drm_frame_desc()
2203 bind_info[bind_counts].pNext = signal_p ? &plane_info[bind_counts] : NULL; in vulkan_map_from_drm_frame_desc()
/third_party/mesa3d/src/intel/vulkan/
Danv_image.c1756 const VkBindImagePlaneMemoryInfo *plane_info = in anv_BindImageMemory2() local
1773 image_aspect_to_binding(image, plane_info->planeAspect); in anv_BindImageMemory2()