Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.h84 uint32_t sensor_height) = 0;
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()
/hardware/google/camera/devices/EmulatedCamera/hwl/
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()