Home
last modified time | relevance | path

Searched refs:MAX_PLANES (Results 1 - 7 of 7) sorted by relevance

/drivers/hdf_core/framework/model/camera/buffer_manager/include/
H A Dcamera_buffer.h18 #define MAX_PLANES 8 /* max plane count per buffer */ macro
52 struct BufferPlane planes[MAX_PLANES];
/drivers/peripheral/display/buffer/vdi_base/include/
H A Dhi_gbm_internal.h27 const uint32_t MAX_PLANES = 3U; member
/drivers/hdf_core/adapter/khdf/linux/model/camera/include/
H A Dcamera_buffer_manager_adapter.h24 struct device *allocDev[MAX_PLANES];
/drivers/peripheral/display/buffer/vdi_base/src/
H A Dhi_gbm.cpp37 uint32_t radio[MAX_PLANES];
105 for (uint32_t i = 1; (i < fmtInfo->planes->numPlanes) && (i < MAX_PLANES); i++) { in AdjustStrideFromFormat()
/drivers/peripheral/display/hal/default/
H A Ddisplay_gralloc.c41 #define MAX_PLANES 3 macro
53 uint32_t radio[MAX_PLANES];
129 for (uint32_t i = 1; (i < fmtInfo->planes->numPlanes) && (i < MAX_PLANES); i++) { in AdjustStrideFromFormat()
/drivers/hdf_core/framework/model/camera/buffer_manager/src/
H A Dcamera_buffer.c182 if (userBuffer->planeCount < buffer->numPlanes || userBuffer->planeCount > MAX_PLANES) { in CameraBufferCheckPlanes()
538 struct BufferPlane planes[MAX_PLANES]; in CameraBufferFromUserBuffer()
H A Dcamera_buffer_manager.c130 uint32_t planeSizes[MAX_PLANES] = { 0 }; in BufferQueueRequest()

Completed in 4 milliseconds