Home
last modified time | relevance | path

Searched refs:sensor_height (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
H A DExifUtils.h84 uint32_t sensor_height) = 0;
H A DExifUtils.cpp82 uint32_t sensor_height);
369 uint32_t sensor_height) { in SetDigitalZoomRatio() argument
372 (crop_height == 0) ? 1.0 : 1.0 * sensor_height / crop_height; in SetDigitalZoomRatio()
/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DExifUtils.h94 uint32_t sensor_width, uint32_t sensor_height) = 0;
H A DExifUtils.cpp84 uint32_t sensor_width, uint32_t sensor_height);
373 uint32_t sensor_width, uint32_t sensor_height) { in setDigitalZoomRatio() argument
375 float zoomRatioY = (crop_height == 0) ? 1.0 : 1.0 * sensor_height / crop_height; in setDigitalZoomRatio()
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedSensor.cpp385 auto sensor_height = in IsStreamCombinationSupported() local
389 if (stream.height != sensor_height || stream.width != sensor_width) { in IsStreamCombinationSupported()
394 __FUNCTION__, stream.height, stream.width, sensor_height, in IsStreamCombinationSupported()