Searched refs:hal_format (Results 1 – 6 of 6) sorted by relevance
/external/drm_hwcomposer/bufferinfo/ |
D | BufferInfoGetter.cpp | 86 uint32_t LegacyBufferInfoGetter::ConvertHalFormatToDrm(uint32_t hal_format) { in ConvertHalFormatToDrm() argument 87 switch (hal_format) { in ConvertHalFormatToDrm() 103 ALOGE("Cannot convert hal format to drm format %u", hal_format); in ConvertHalFormatToDrm()
|
D | BufferInfoGetter.h | 62 static uint32_t ConvertHalFormatToDrm(uint32_t hal_format);
|
/external/drm_hwcomposer/.ci/android_headers/ |
D | gralloc_handle.h | 90 int32_t hal_format, in gralloc_handle_create() argument 105 handle->format = hal_format; in gralloc_handle_create()
|
/external/libdrm/android/ |
D | gralloc_handle.h | 89 int32_t hal_format, in gralloc_handle_create() argument 104 handle->format = hal_format; in gralloc_handle_create()
|
/external/drm_hwcomposer/bufferinfo/legacy/ |
D | BufferInfoLibdrm.cpp | 94 bool BufferInfoLibdrm::GetYuvPlaneInfo(uint32_t hal_format, int num_fds, in GetYuvPlaneInfo() argument 139 bo->format = get_fourcc_yuv(hal_format, chroma_order, ycbcr.chroma_step); in GetYuvPlaneInfo() 144 hal_format, chroma_order == kYCbCr ? "YCbCr" : "YCrCb", in GetYuvPlaneInfo()
|
D | BufferInfoLibdrm.h | 33 bool GetYuvPlaneInfo(uint32_t hal_format, int num_fds, buffer_handle_t handle,
|