Home
last modified time | relevance | path

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

/external/drm_hwcomposer/bufferinfo/
DBufferInfoMapperMetadata.cpp91 ui::PixelFormat hal_format; in ConvertBoInfo() local
92 err = mapper.getPixelFormatRequested(handle, &hal_format); in ConvertBoInfo()
97 bo->hal_format = static_cast<uint32_t>(hal_format); in ConvertBoInfo()
DBufferInfoGetter.cpp79 uint32_t LegacyBufferInfoGetter::ConvertHalFormatToDrm(uint32_t hal_format) { in ConvertHalFormatToDrm() argument
80 switch (hal_format) { in ConvertHalFormatToDrm()
94 ALOGE("Cannot convert hal format to drm format %u", hal_format); in ConvertHalFormatToDrm()
DBufferInfoGetter.h56 static uint32_t ConvertHalFormatToDrm(uint32_t hal_format);
/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.cpp130 bo->format = get_fourcc_yuv(bo->hal_format, chroma_order, ycbcr.chroma_step); in GetYuvPlaneInfo()
135 bo->hal_format, chroma_order == YCbCr ? "YCbCr" : "YCrCb", in GetYuvPlaneInfo()
163 bo->hal_format = gr_handle->format; in ConvertBoInfo()
DBufferInfoMinigbm.cpp38 bo->hal_format = gr_handle->droid_format; in ConvertBoInfo()
DBufferInfoMaliMediatek.cpp48 bo->hal_format = hnd->req_format; in ConvertBoInfo()
DBufferInfoImagination.cpp47 bo->hal_format = hnd->iFormat; in ConvertBoInfo()
DBufferInfoMaliMeson.cpp83 bo->hal_format = hnd->req_format; in ConvertBoInfo()
DBufferInfoMaliHisi.cpp91 bo->hal_format = hnd->req_format; in ConvertBoInfo()
/external/drm_hwcomposer/include/
Ddrmhwcgralloc.h27 uint32_t hal_format; /* HAL_PIXEL_FORMAT_* */ member