Home
last modified time | relevance | path

Searched refs:ColorSpaceProfile (Results 1 – 4 of 4) sorted by relevance

/hardware/google/camera/common/hal/common/
Dhal_types.h112 ColorSpaceProfile; typedef
136 ColorSpaceProfile color_space =
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp27 using google_camera_hal::ColorSpaceProfile;
183 ColorSpaceProfile color_space = in GetSensorCharacteristics()
184 static_cast<ColorSpaceProfile>(entry.data.i64[i]); in GetSensorCharacteristics()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h94 using google_camera_hal::ColorSpaceProfile;
149 ColorSpaceProfile,
/hardware/google/camera/common/hal/aidl_service/
Daidl_utils.cc40 using ColorSpaceProfile = google_camera_hal::ColorSpaceProfile; typedef
1094 static_cast<ColorSpaceProfile>(aidl_stream.colorSpace); in ConvertToHalStream()