Searched refs:VERTICAL (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/camera/device/default/ |
D | ExternalCameraDevice.cpp | 215 getCandidateSupportedFormatsLocked(fd, VERTICAL, mCfg.fpsLimits, mCfg.depthFpsLimits, in initSupportedFormatsLocked() 228 mCroppingType = VERTICAL; in initSupportedFormatsLocked() 247 mCroppingType = VERTICAL; in initSupportedFormatsLocked() 254 mCroppingType = VERTICAL; in initSupportedFormatsLocked() 261 mCroppingType = VERTICAL; in initSupportedFormatsLocked() 856 if (cropType == VERTICAL) { in updateFpsBounds() 949 if (cropType == VERTICAL) { in trimSupportedFormats() 983 } else if (cropType == VERTICAL && ar > maxSizeAr) { in trimSupportedFormats() 987 fmt.width, fmt.height, cropType == VERTICAL ? "vertically" : "horizontally", in trimSupportedFormats()
|
D | ExternalCameraDeviceSession.cpp | 345 float desiredAr = (mCroppingType == VERTICAL) ? kMaxAspectRatio : kMinAspectRatio; in configureStreams() 350 if ((mCroppingType == VERTICAL && aspectRatio < desiredAr) || in configureStreams() 356 uint32_t dim = (mCroppingType == VERTICAL) ? stream.width : stream.height; in configureStreams() 365 uint32_t dim = (mCroppingType == VERTICAL) ? fmt.width : fmt.height; in configureStreams() 380 uint32_t dim = (mCroppingType == VERTICAL) ? fmt.width : fmt.height; in configureStreams() 383 if ((mCroppingType == VERTICAL && aspectRatio < desiredAr) || in configureStreams() 394 __FUNCTION__, (mCroppingType == VERTICAL) ? "width" : "height", maxDim, desiredAr); in configureStreams() 1890 mV4l2Fd.get(), (mCroppingType == VERTICAL) ? "vertical" : "horizontal", in dump() 2380 if ((mCroppingType == VERTICAL && inSz.width == outSz.width) || in cropAndScaleLocked()
|
D | ExternalCameraUtils.h | 192 enum CroppingType { HORIZONTAL = 0, VERTICAL = 1 }; enumerator
|
D | ExternalCameraUtils.cpp | 478 if (ct == VERTICAL) { in getCropRect()
|
/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() 2359 float desiredAr = (mCroppingType == VERTICAL) ? kMaxAspectRatio : kMinAspectRatio; in configureStreams() 2364 if ((mCroppingType == VERTICAL && aspectRatio < desiredAr) || in configureStreams() 2370 uint32_t dim = (mCroppingType == VERTICAL) ? stream.width : stream.height; in configureStreams() 2378 uint32_t dim = (mCroppingType == VERTICAL) ? fmt.width : fmt.height; in configureStreams() 2392 uint32_t dim = (mCroppingType == VERTICAL) ? fmt.width : fmt.height; in configureStreams() 2395 if ((mCroppingType == VERTICAL && aspectRatio < desiredAr) || in configureStreams() 2406 , __FUNCTION__, (mCroppingType == VERTICAL) ? "width" : "height", in configureStreams()
|
D | ExternalCameraUtils.cpp | 297 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
|