Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h273 uint8_t rotate_and_crop = ANDROID_SCALER_ROTATE_AND_CROP_NONE; member
444 float zoom_ratio, bool rotate_and_crop,
DEmulatedSensor.cpp1087 bool rotate = device_settings->second.rotate_and_crop == in threadLoop()
1130 bool rotate = device_settings->second.rotate_and_crop == in threadLoop()
1160 bool rotate = device_settings->second.rotate_and_crop == in threadLoop()
1325 &logical_settings->second.rotate_and_crop, 1); in ReturnResults()
1768 float zoom_ratio, bool rotate_and_crop, in ProcessYUV420() argument
1787 zoom_ratio, rotate_and_crop, color_space, chars); in ProcessYUV420()
1837 rotate_and_crop, color_space, chars); in ProcessYUV420()
DEmulatedRequestState.cpp855 sensor_settings->rotate_and_crop = info.rotate_and_crop_; in InitializeSensorSettings()