Home
last modified time | relevance | path

Searched refs:cropType (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp800 CroppingType cropType, in trimSupportedFormats() argument
803 if (cropType == VERTICAL) { in trimSupportedFormats()
835 } else if (cropType == HORIZONTAL && ar < maxSizeAr) { in trimSupportedFormats()
837 } else if (cropType == VERTICAL && ar > maxSizeAr) { in trimSupportedFormats()
842 cropType == VERTICAL ? "vertically" : "horizontally", in trimSupportedFormats()
850 int fd, CroppingType cropType, in getCandidateSupportedFormatsLocked() argument
901 updateFpsBounds(fd, cropType, depthFpsLimits, format, outFmts); in getCandidateSupportedFormatsLocked()
903 updateFpsBounds(fd, cropType, fpsLimits, format, outFmts); in getCandidateSupportedFormatsLocked()
911 trimSupportedFormats(cropType, &outFmts); in getCandidateSupportedFormatsLocked()
916 int fd, CroppingType cropType, in updateFpsBounds() argument
[all …]
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDevice_3_4.h132 static void updateFpsBounds(int fd, CroppingType cropType,
139 int fd, CroppingType cropType,
145 static void trimSupportedFormats(CroppingType cropType,