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.h211 uint8_t rotate_and_crop = ANDROID_SCALER_ROTATE_AND_CROP_NONE; member
363 float zoom_ratio, bool rotate_and_crop,
DEmulatedSensor.cpp867 device_settings->second.rotate_and_crop == ANDROID_SCALER_ROTATE_AND_CROP_90; in threadLoop()
916 device_settings->second.rotate_and_crop == ANDROID_SCALER_ROTATE_AND_CROP_90; in threadLoop()
951 bool rotate = device_settings->second.rotate_and_crop == in threadLoop()
1094 &logical_settings->second.rotate_and_crop, 1); in ReturnResults()
1532 bool rotate_and_crop, in ProcessYUV420() argument
1549 rotate_and_crop, chars); in ProcessYUV420()
1595 rotate_and_crop, chars); in ProcessYUV420()
DEmulatedRequestState.cpp826 sensor_settings->rotate_and_crop = rotate_and_crop_; in InitializeSensorSettings()