Home
last modified time | relevance | path

Searched defs:plane_info (Results 1 – 20 of 20) sorted by relevance

/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_buffer4.h74 typedef struct plane_info { struct
80 int64_t offset;
82 uint32_t fd_idx;
83 uint64_t size;
122 } plane_info_t; argument
230 plane_info_t plane_info[MAX_PLANES] DEFAULT_INITIALIZER({}); member
Dmali_gralloc_buffer.h74 typedef struct plane_info { struct
80 int64_t offset;
82 uint32_t fd_idx;
83 uint64_t size;
122 } plane_info_t; argument
230 plane_info_t plane_info[MAX_PLANES] DEFAULT_INITIALIZER({}); member
/hardware/google/gchips/GrallocHAL/src/
Dmali_gralloc_buffer4.h59 typedef struct plane_info { struct
65 int64_t offset;
67 uint32_t fd_idx;
68 uint64_t size;
107 } plane_info_t; argument
212 plane_info_t plane_info[MAX_PLANES] DEFAULT_INITIALIZER({}); member
Dmali_gralloc_buffer.h59 typedef struct plane_info { struct
65 int64_t offset;
67 uint32_t fd_idx;
68 uint64_t size;
107 } plane_info_t; argument
212 plane_info_t plane_info[MAX_PLANES] DEFAULT_INITIALIZER({}); member
/hardware/google/gchips/include/
Dgralloc1_priv.h154 typedef struct plane_info { struct
160 uint32_t offset;
199 } plane_info_t; argument
267 plane_info_t plane_info[MAX_PLANES]; member
Dgralloc3_priv.h154 typedef struct plane_info { struct
160 uint32_t offset;
199 } plane_info_t; argument
267 plane_info_t plane_info[MAX_PLANES]; member
/hardware/qcom/sm7250/display/gralloc/
Dgr_utils.cpp428 PlaneLayoutInfo *plane_info) { in GetYuvUbwcSPPlaneInfo()
513 uint32_t bpp, PlaneLayoutInfo *plane_info) { in GetYuvSPPlaneInfo()
630 PlaneLayoutInfo plane_info[8] = {}; in GetYUVPlaneInfo() local
664 int GetRawPlaneInfo(int32_t format, int32_t width, int32_t height, PlaneLayoutInfo *plane_info) { in GetRawPlaneInfo()
1431 int32_t flags, int *plane_count, PlaneLayoutInfo *plane_info) { in GetYUVPlaneInfo()
1715 void CopyPlaneLayoutInfotoAndroidYcbcr(uint64_t base, int plane_count, PlaneLayoutInfo *plane_info, in CopyPlaneLayoutInfotoAndroidYcbcr()
1773 int32_t /* flags */, int *plane_count, PlaneLayoutInfo *plane_info) { in GetRGBPlaneInfo()
Dgr_camera_info.cpp289 PlaneLayoutInfo *plane_info) { in GetCameraFormatPlaneInfo()
DQtiMapperExtensions.cpp349 hidl_vec<PlaneLayout> plane_info; in getFormatLayout() local
Dgr_buf_mgr.cpp664 std::vector<PlaneLayout> plane_info; in getFormatLayout() local
/hardware/qcom/sm8150/display/gralloc/
Dgr_utils.cpp397 PlaneLayoutInfo *plane_info) { in GetYuvUbwcSPPlaneInfo()
477 uint32_t bpp, PlaneLayoutInfo *plane_info) { in GetYuvSPPlaneInfo()
595 PlaneLayoutInfo plane_info[8] = {}; in GetYUVPlaneInfo() local
632 int GetRawPlaneInfo(int32_t format, int32_t width, int32_t height, PlaneLayoutInfo *plane_info) { in GetRawPlaneInfo()
1382 int32_t flags, int *plane_count, PlaneLayoutInfo *plane_info) { in GetYUVPlaneInfo()
1643 void CopyPlaneLayoutInfotoAndroidYcbcr(uint64_t base, int plane_count, PlaneLayoutInfo *plane_info, in CopyPlaneLayoutInfotoAndroidYcbcr()
1701 int32_t /* flags */, int *plane_count, PlaneLayoutInfo *plane_info) { in GetRGBPlaneInfo()
DQtiMapperExtensions.cpp348 hidl_vec<PlaneLayout> plane_info; in getFormatLayout() local
Dgr_buf_mgr.cpp704 std::vector<PlaneLayout> plane_info; in getFormatLayout() local
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferdescriptor.h58 plane_info_t plane_info[MAX_PLANES]; member
Dmali_gralloc_bufferallocation.cpp509 static void align_plane_stride(plane_info_t *plane_info, int plane, const format_info_t format, uin… in align_plane_stride()
/hardware/google/gchips/GrallocHAL/src/core/
Dmali_gralloc_bufferdescriptor.h58 plane_info_t plane_info[MAX_PLANES]; member
Dmali_gralloc_bufferallocation.cpp507 static void align_plane_stride(plane_info_t *plane_info, int plane, const format_info_t format, uin… in align_plane_stride()
/hardware/google/gchips/GrallocHAL/src/allocator/
Dmali_gralloc_ion.cpp682 const plane_info_t *plane_info = bufDescriptor->plane_info; in mali_gralloc_ion_allocate() local
/hardware/google/gchips/gralloc4/src/allocator/
Dmali_gralloc_ion.cpp690 const plane_info_t *plane_info = bufDescriptor->plane_info; in mali_gralloc_ion_allocate() local
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h641 cam_frame_len_offset_t plane_info; member