Searched refs:hal_format (Results 1 - 17 of 17) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
H A Dformat_metadata_factory.cpp41 int32_t hal_format = StreamFormat::V4L2ToHalPixelFormat(v4l2_format); local
42 if (hal_format < 0) {
46 result_formats->insert(hal_format);
118 for (auto hal_format : hal_formats) {
120 uint32_t v4l2_format = StreamFormat::HalToV4L2PixelFormat(hal_format);
124 HAL_LOGE("Couldn't find V4L2 format for HAL format %d", hal_format);
126 } else if (unsupported_hal_formats.find(hal_format) !=
128 if (hal_format == HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED) {
147 hal_format);
154 hal_format);
[all...]
/hardware/qcom/display/msm8909/gralloc/
H A Dgr_adreno_info.cpp178 ADRENOPIXELFORMAT AdrenoMemInfo::GetGpuPixelFormat(int hal_format) { argument
179 switch (hal_format) {
207 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format);
H A Dgr_adreno_info.h119 ADRENOPIXELFORMAT GetGpuPixelFormat(int hal_format);
/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_adreno_info.cpp178 ADRENOPIXELFORMAT AdrenoMemInfo::GetGpuPixelFormat(int hal_format) { argument
179 switch (hal_format) {
207 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format);
H A Dgr_adreno_info.h119 ADRENOPIXELFORMAT GetGpuPixelFormat(int hal_format);
/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_adreno_info.cpp167 ADRENOPIXELFORMAT AdrenoMemInfo::GetGpuPixelFormat(int hal_format) { argument
168 switch (hal_format) {
189 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format);
H A Dgr_adreno_info.h123 ADRENOPIXELFORMAT GetGpuPixelFormat(int hal_format);
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_adreno_info.cpp168 ADRENOPIXELFORMAT AdrenoMemInfo::GetGpuPixelFormat(int hal_format) { argument
169 switch (hal_format) {
190 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format);
H A Dgr_adreno_info.h123 ADRENOPIXELFORMAT GetGpuPixelFormat(int hal_format);
/hardware/qcom/display/msm8994/libgralloc/
H A Dgr.h151 ADRENOPIXELFORMAT getGpuPixelFormat(int hal_format);
H A Dalloc_controller.cpp335 ADRENOPIXELFORMAT AdrenoMemInfo::getGpuPixelFormat(int hal_format) argument
337 switch (hal_format) {
347 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format);
/hardware/qcom/display/msm8909/libgralloc/
H A Dgr.h155 ADRENOPIXELFORMAT getGpuPixelFormat(int hal_format);
H A Dalloc_controller.cpp405 ADRENOPIXELFORMAT AdrenoMemInfo::getGpuPixelFormat(int hal_format) argument
407 switch (hal_format) {
433 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format);
/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dgr.h155 ADRENOPIXELFORMAT getGpuPixelFormat(int hal_format);
H A Dalloc_controller.cpp405 ADRENOPIXELFORMAT AdrenoMemInfo::getGpuPixelFormat(int hal_format) argument
407 switch (hal_format) {
433 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format);
/hardware/qcom/display/msm8996/libgralloc/
H A Dgr.h160 ADRENOPIXELFORMAT getGpuPixelFormat(int hal_format);
H A Dalloc_controller.cpp393 ADRENOPIXELFORMAT AdrenoMemInfo::getGpuPixelFormat(int hal_format) argument
395 switch (hal_format) {
418 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format);

Completed in 430 milliseconds