Searched refs:VERTICAL (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDevice.cpp | 803 if (cropType == VERTICAL) { in trimSupportedFormats() 837 } else if (cropType == VERTICAL && ar > maxSizeAr) { in trimSupportedFormats() 842 cropType == VERTICAL ? "vertically" : "horizontally", in trimSupportedFormats() 921 if (cropType == VERTICAL) { in updateFpsBounds() 947 fd, VERTICAL, mCfg.fpsLimits, mCfg.depthFpsLimits, mCfg.minStreamSize, mCfg.depthEnabled); in initSupportedFormatsLocked() 959 mCroppingType = VERTICAL; in initSupportedFormatsLocked() 979 mCroppingType = VERTICAL; in initSupportedFormatsLocked() 988 mCroppingType = VERTICAL; in initSupportedFormatsLocked() 995 mCroppingType = VERTICAL; in initSupportedFormatsLocked()
|
D | ExternalCameraDeviceSession.cpp | 270 (mCroppingType == VERTICAL) ? "vertical" : "horizontal", in dumpState() 1005 if (ct == VERTICAL) { in getCropRect() 1071 if ((mCroppingType == VERTICAL && inSz.width == outSz.width) || in cropAndScaleLocked() 2657 float desiredAr = (mCroppingType == VERTICAL) ? kMaxAspectRatio : kMinAspectRatio; in configureStreams() 2662 if ((mCroppingType == VERTICAL && aspectRatio < desiredAr) || in configureStreams() 2668 uint32_t dim = (mCroppingType == VERTICAL) ? stream.width : stream.height; in configureStreams() 2676 uint32_t dim = (mCroppingType == VERTICAL) ? fmt.width : fmt.height; in configureStreams() 2690 uint32_t dim = (mCroppingType == VERTICAL) ? fmt.width : fmt.height; in configureStreams() 2693 if ((mCroppingType == VERTICAL && aspectRatio < desiredAr) || in configureStreams() 2704 , __FUNCTION__, (mCroppingType == VERTICAL) ? "width" : "height", in configureStreams()
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraUtils.h | 157 VERTICAL = 1 enumerator
|