Searched refs:isAspectRatioClose (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraUtils.h | 192 bool isAspectRatioClose(float ar1, float ar2);
|
/hardware/interfaces/camera/device/default/ |
D | ExternalCameraUtils.h | 200 bool isAspectRatioClose(float ar1, float ar2);
|
D | ExternalCameraUtils.cpp | 393 bool isAspectRatioClose(float ar1, float ar2) { in isAspectRatioClose() function 470 if (isAspectRatioClose(arIn, arOut)) { in getCropRect()
|
D | ExternalCameraDevice.cpp | 979 if (isAspectRatioClose(ar, maxSizeAr)) { in trimSupportedFormats()
|
D | ExternalCameraDeviceSession.cpp | 368 if (isAspectRatioClose(aspectRatio, desiredAr)) { in configureStreams()
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraUtils.cpp | 202 bool isAspectRatioClose(float ar1, float ar2) { in isAspectRatioClose() function 289 if (isAspectRatioClose(arIn, arOut)) { in getCropRect()
|
D | ExternalCameraDevice.cpp | 844 if (isAspectRatioClose(ar, maxSizeAr)) { in trimSupportedFormats()
|
D | ExternalCameraDeviceSession.cpp | 2381 if (isAspectRatioClose(aspectRatio, desiredAr)) { in configureStreams()
|