/hardware/libhardware/modules/camera/3_4/ |
D | format_metadata_factory.cpp | 48 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/ |
D | u_gralloc_fallback.c | 186 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()
|
D | u_gralloc.h | 29 int hal_format; member
|
/hardware/google/gchips/gralloc4/src/core/ |
D | mali_gralloc_bufferdescriptor.h | 43 uint64_t hal_format; member 66 hal_format(0), in buffer_descriptor_t() 99 hal_format, in dump()
|
D | mali_gralloc_bufferallocation.cpp | 525 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/ |
D | gr_adreno_info.cpp | 167 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()
|
D | gr_adreno_info.h | 123 ADRENOPIXELFORMAT GetGpuPixelFormat(int hal_format);
|
/hardware/ti/am57x/libhwcomposer/ |
D | format.h | 61 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);
|
D | format.cpp | 119 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/ |
D | gr_adreno_info.cpp | 168 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()
|
D | gr_adreno_info.h | 123 ADRENOPIXELFORMAT GetGpuPixelFormat(int hal_format);
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_adreno_info.cpp | 178 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()
|
D | gr_adreno_info.h | 119 ADRENOPIXELFORMAT GetGpuPixelFormat(int hal_format);
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_adreno_info.cpp | 178 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()
|
D | gr_adreno_info.h | 119 ADRENOPIXELFORMAT GetGpuPixelFormat(int hal_format);
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_adreno_info.cpp | 184 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()
|
D | gr_adreno_info.h | 173 ADRENOPIXELFORMAT GetGpuPixelFormat(int hal_format);
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_adreno_info.cpp | 184 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()
|
D | gr_camera_info.cpp | 100 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()
|
D | gr_adreno_info.h | 179 ADRENOPIXELFORMAT GetGpuPixelFormat(int hal_format);
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | gr.h | 151 ADRENOPIXELFORMAT getGpuPixelFormat(int hal_format);
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | gr.h | 155 ADRENOPIXELFORMAT getGpuPixelFormat(int hal_format);
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | gr.h | 155 ADRENOPIXELFORMAT getGpuPixelFormat(int hal_format);
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | gr.h | 160 ADRENOPIXELFORMAT getGpuPixelFormat(int hal_format);
|
/hardware/google/gchips/include/ |
D | csc.h | 174 unsigned int hal_format);
|