Searched refs:hal_format (Results 1 – 7 of 7) sorted by relevance
66 uint32_t DrmGenericImporter::ConvertHalFormatToDrm(uint32_t hal_format) { in ConvertHalFormatToDrm() argument67 switch (hal_format) { in ConvertHalFormatToDrm()81 ALOGE("Cannot convert hal format to drm format %u", hal_format); in ConvertHalFormatToDrm()119 bo->hal_format = gr_handle->format; in ImportBuffer()
27 uint32_t hal_format; /* HAL_PIXEL_FORMAT_* */ member
38 uint32_t ConvertHalFormatToDrm(uint32_t hal_format);
85 bo->hal_format = gr_handle->droid_format; in ImportBuffer()
123 bo->hal_format, bo->usage, bo->pixel_stride); in ImportBuffer()
155 bo->hal_format = hnd->req_format; in ImportBuffer()
89 int32_t hal_format, in gralloc_handle_create() argument104 handle->format = hal_format; in gralloc_handle_create()