Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/
Dformat_metadata_factory.cpp48 int32_t hal_format = StreamFormat::V4L2ToHalPixelFormat(v4l2_format); in GetHalFormats() local
49 if (hal_format < 0) { in GetHalFormats()
53 result_formats->insert(hal_format); in GetHalFormats()
125 for (auto hal_format : hal_formats) { in AddFormatComponents() local
127 uint32_t v4l2_format = StreamFormat::HalToV4L2PixelFormat(hal_format); in AddFormatComponents()
131 HAL_LOGE("Couldn't find V4L2 format for HAL format %d", hal_format); in AddFormatComponents()
133 } else if (unsupported_hal_formats.find(hal_format) != in AddFormatComponents()
135 if (hal_format == HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED) { in AddFormatComponents()
154 hal_format); in AddFormatComponents()
161 hal_format); in AddFormatComponents()
[all …]
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_adreno_info.cpp167 ADRENOPIXELFORMAT AdrenoMemInfo::GetGpuPixelFormat(int hal_format) { in GetGpuPixelFormat() argument
168 switch (hal_format) { in GetGpuPixelFormat()
189 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format); in GetGpuPixelFormat()
Dgr_adreno_info.h123 ADRENOPIXELFORMAT GetGpuPixelFormat(int hal_format);
/hardware/ti/am57x/libhwcomposer/
Dformat.h61 uint32_t convert_hal_to_drm_format(uint32_t hal_format, bool blended);
62 uint32_t convert_hal_to_ocd_format(uint32_t hal_format);
Dformat.cpp119 uint32_t convert_hal_to_drm_format(uint32_t hal_format, bool blended) in convert_hal_to_drm_format() argument
124 switch (hal_format) { in convert_hal_to_drm_format()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_adreno_info.cpp168 ADRENOPIXELFORMAT AdrenoMemInfo::GetGpuPixelFormat(int hal_format) { in GetGpuPixelFormat() argument
169 switch (hal_format) { in GetGpuPixelFormat()
190 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format); in GetGpuPixelFormat()
Dgr_adreno_info.h123 ADRENOPIXELFORMAT GetGpuPixelFormat(int hal_format);
/hardware/qcom/display/msm8909/gralloc/
Dgr_adreno_info.cpp178 ADRENOPIXELFORMAT AdrenoMemInfo::GetGpuPixelFormat(int hal_format) { in GetGpuPixelFormat() argument
179 switch (hal_format) { in GetGpuPixelFormat()
207 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format); in GetGpuPixelFormat()
Dgr_adreno_info.h119 ADRENOPIXELFORMAT GetGpuPixelFormat(int hal_format);
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_adreno_info.cpp178 ADRENOPIXELFORMAT AdrenoMemInfo::GetGpuPixelFormat(int hal_format) { in GetGpuPixelFormat() argument
179 switch (hal_format) { in GetGpuPixelFormat()
207 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format); in GetGpuPixelFormat()
Dgr_adreno_info.h119 ADRENOPIXELFORMAT GetGpuPixelFormat(int hal_format);
/hardware/qcom/sdm845/display/gralloc/
Dgr_adreno_info.cpp189 ADRENOPIXELFORMAT AdrenoMemInfo::GetGpuPixelFormat(int hal_format) { in GetGpuPixelFormat() argument
190 switch (hal_format) { in GetGpuPixelFormat()
237 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format); in GetGpuPixelFormat()
Dgr_adreno_info.h133 ADRENOPIXELFORMAT GetGpuPixelFormat(int hal_format);
/hardware/qcom/display/msm8994/libgralloc/
Dgr.h151 ADRENOPIXELFORMAT getGpuPixelFormat(int hal_format);
Dalloc_controller.cpp335 ADRENOPIXELFORMAT AdrenoMemInfo::getGpuPixelFormat(int hal_format) in getGpuPixelFormat() argument
337 switch (hal_format) { in getGpuPixelFormat()
347 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format); in getGpuPixelFormat()
/hardware/qcom/display/msm8996/libgralloc/
Dgr.h160 ADRENOPIXELFORMAT getGpuPixelFormat(int hal_format);
Dalloc_controller.cpp393 ADRENOPIXELFORMAT AdrenoMemInfo::getGpuPixelFormat(int hal_format) in getGpuPixelFormat() argument
395 switch (hal_format) { in getGpuPixelFormat()
418 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format); in getGpuPixelFormat()
/hardware/qcom/display/msm8909/libgralloc/
Dgr.h155 ADRENOPIXELFORMAT getGpuPixelFormat(int hal_format);
Dalloc_controller.cpp405 ADRENOPIXELFORMAT AdrenoMemInfo::getGpuPixelFormat(int hal_format) in getGpuPixelFormat() argument
407 switch (hal_format) { in getGpuPixelFormat()
433 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format); in getGpuPixelFormat()
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dgr.h155 ADRENOPIXELFORMAT getGpuPixelFormat(int hal_format);
Dalloc_controller.cpp405 ADRENOPIXELFORMAT AdrenoMemInfo::getGpuPixelFormat(int hal_format) in getGpuPixelFormat() argument
407 switch (hal_format) { in getGpuPixelFormat()
433 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format); in getGpuPixelFormat()