Searched refs:VERTICAL (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDevice.cpp | 814 if (cropType == VERTICAL) { in trimSupportedFormats() 848 } else if (cropType == VERTICAL && ar > maxSizeAr) { in trimSupportedFormats() 853 cropType == VERTICAL ? "vertically" : "horizontally", in trimSupportedFormats() 932 if (cropType == VERTICAL) { in updateFpsBounds() 958 fd, VERTICAL, mCfg.fpsLimits, mCfg.depthFpsLimits, mCfg.minStreamSize, mCfg.depthEnabled); in initSupportedFormatsLocked() 970 mCroppingType = VERTICAL; in initSupportedFormatsLocked() 990 mCroppingType = VERTICAL; in initSupportedFormatsLocked() 999 mCroppingType = VERTICAL; in initSupportedFormatsLocked() 1006 mCroppingType = VERTICAL; in initSupportedFormatsLocked()
|
D | ExternalCameraDeviceSession.cpp | 268 (mCroppingType == VERTICAL) ? "vertical" : "horizontal", in dumpState() 965 if ((mCroppingType == VERTICAL && inSz.width == outSz.width) || in cropAndScaleLocked() 2310 float desiredAr = (mCroppingType == VERTICAL) ? kMaxAspectRatio : kMinAspectRatio; in configureStreams() 2315 if ((mCroppingType == VERTICAL && aspectRatio < desiredAr) || in configureStreams() 2321 uint32_t dim = (mCroppingType == VERTICAL) ? stream.width : stream.height; in configureStreams() 2329 uint32_t dim = (mCroppingType == VERTICAL) ? fmt.width : fmt.height; in configureStreams() 2343 uint32_t dim = (mCroppingType == VERTICAL) ? fmt.width : fmt.height; in configureStreams() 2346 if ((mCroppingType == VERTICAL && aspectRatio < desiredAr) || in configureStreams() 2357 , __FUNCTION__, (mCroppingType == VERTICAL) ? "width" : "height", in configureStreams()
|
D | ExternalCameraUtils.cpp | 268 if (ct == VERTICAL) { in getCropRect()
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraUtils.h | 183 VERTICAL = 1 enumerator
|