Home
last modified time | relevance | path

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

12

/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/google/gfxstream/guest/mesa/src/util/u_gralloc/
Du_gralloc_fallback.c186 if (hnd->hal_format == HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED) in fallback_gralloc_get_yuv_info()
199 get_fourcc_yuv(hnd->hal_format, chroma_order, ycbcr.chroma_step); in fallback_gralloc_get_yuv_info()
203 hnd->hal_format, chroma_order == YCbCr ? "YCbCr" : "YCrCb", in fallback_gralloc_get_yuv_info()
261 if (is_yuv(hnd->hal_format)) { in fallback_gralloc_get_buffer_info()
285 drm_fourcc = get_fourcc(hnd->hal_format); in fallback_gralloc_get_buffer_info()
291 stride = hnd->pixel_stride * get_format_bpp(hnd->hal_format); in fallback_gralloc_get_buffer_info()
Du_gralloc.h29 int hal_format; member
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferdescriptor.h43 uint64_t hal_format; member
66 hal_format(0), in buffer_descriptor_t()
99 hal_format, in dump()
Dmali_gralloc_bufferallocation.cpp525 if (bufDescriptor->hal_format != MALI_GRALLOC_FORMAT_INTERNAL_BLOB && in validate_descriptor()
1053 bufDescriptor->alloc_format = mali_gralloc_select_format(bufDescriptor->hal_format, in mali_gralloc_derive_format_and_size()
1067 format_name(bufDescriptor->hal_format), bufDescriptor->hal_format); in mali_gralloc_derive_format_and_size()
1075 format_name(bufDescriptor->hal_format), bufDescriptor->hal_format, in mali_gralloc_derive_format_and_size()
1190 ss << __FUNCTION__ << "(f=0x" << std::hex << bufDescriptor->hal_format << ", u=0x" << in mali_gralloc_buffer_allocate()
/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/sm8150/display/gralloc/
Dgr_adreno_info.cpp184 ADRENOPIXELFORMAT AdrenoMemInfo::GetGpuPixelFormat(int hal_format) { in GetGpuPixelFormat() argument
185 switch (hal_format) { in GetGpuPixelFormat()
294 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format); in GetGpuPixelFormat()
Dgr_adreno_info.h173 ADRENOPIXELFORMAT GetGpuPixelFormat(int hal_format);
/hardware/qcom/sm7250/display/gralloc/
Dgr_adreno_info.cpp184 ADRENOPIXELFORMAT AdrenoMemInfo::GetGpuPixelFormat(int hal_format) { in GetGpuPixelFormat() argument
185 switch (hal_format) { in GetGpuPixelFormat()
294 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format); in GetGpuPixelFormat()
Dgr_camera_info.cpp100 CamxPixelFormat CameraInfo::GetCameraPixelFormat(int hal_format) { in GetCameraPixelFormat() argument
102 switch (hal_format) { in GetCameraPixelFormat()
134 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format); in GetCameraPixelFormat()
Dgr_adreno_info.h179 ADRENOPIXELFORMAT GetGpuPixelFormat(int hal_format);
/hardware/qcom/display/msm8994/libgralloc/
Dgr.h151 ADRENOPIXELFORMAT getGpuPixelFormat(int hal_format);
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dgr.h155 ADRENOPIXELFORMAT getGpuPixelFormat(int hal_format);
/hardware/qcom/display/msm8909/libgralloc/
Dgr.h155 ADRENOPIXELFORMAT getGpuPixelFormat(int hal_format);
/hardware/qcom/display/msm8996/libgralloc/
Dgr.h160 ADRENOPIXELFORMAT getGpuPixelFormat(int hal_format);
/hardware/google/gchips/include/
Dcsc.h174 unsigned int hal_format);

12