Home
last modified time | relevance | path

Searched refs:hal_format (Results 1 – 6 of 6) sorted by relevance

/external/drm_hwcomposer/bufferinfo/
DBufferInfoGetter.cpp86 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()
DBufferInfoGetter.h62 static uint32_t ConvertHalFormatToDrm(uint32_t hal_format);
/external/drm_hwcomposer/.ci/android_headers/
Dgralloc_handle.h90 int32_t hal_format, in gralloc_handle_create() argument
105 handle->format = hal_format; in gralloc_handle_create()
/external/libdrm/android/
Dgralloc_handle.h89 int32_t hal_format, in gralloc_handle_create() argument
104 handle->format = hal_format; in gralloc_handle_create()
/external/drm_hwcomposer/bufferinfo/legacy/
DBufferInfoLibdrm.cpp94 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()
DBufferInfoLibdrm.h33 bool GetYuvPlaneInfo(uint32_t hal_format, int num_fds, buffer_handle_t handle,