Searched refs:cropType (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDevice.cpp | 811 CroppingType cropType, in trimSupportedFormats() argument 814 if (cropType == VERTICAL) { in trimSupportedFormats() 846 } else if (cropType == HORIZONTAL && ar < maxSizeAr) { in trimSupportedFormats() 848 } else if (cropType == VERTICAL && ar > maxSizeAr) { in trimSupportedFormats() 853 cropType == VERTICAL ? "vertically" : "horizontally", in trimSupportedFormats() 861 int fd, CroppingType cropType, in getCandidateSupportedFormatsLocked() argument 912 updateFpsBounds(fd, cropType, depthFpsLimits, format, outFmts); in getCandidateSupportedFormatsLocked() 914 updateFpsBounds(fd, cropType, fpsLimits, format, outFmts); in getCandidateSupportedFormatsLocked() 922 trimSupportedFormats(cropType, &outFmts); in getCandidateSupportedFormatsLocked() 927 int fd, CroppingType cropType, in updateFpsBounds() argument [all …]
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraDevice_3_4.h | 132 static void updateFpsBounds(int fd, CroppingType cropType, 139 int fd, CroppingType cropType, 145 static void trimSupportedFormats(CroppingType cropType,
|