Searched refs:depthFpsLimits (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraUtils.h | 83 std::vector<FpsLimitation> depthFpsLimits; member
|
D | ExternalCameraDevice_3_4.h | 141 const std::vector<ExternalCameraConfig::FpsLimitation>& depthFpsLimits,
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraUtils.cpp | 265 if(!updateFpsList(depthFpsList, ret.depthFpsLimits)) { in loadFromCfg() 295 for (const auto& limit : ret.depthFpsLimits) { in loadFromCfg()
|
D | ExternalCameraDevice.cpp | 852 const std::vector<ExternalCameraConfig::FpsLimitation>& depthFpsLimits, in getCandidateSupportedFormatsLocked() argument 901 updateFpsBounds(fd, cropType, depthFpsLimits, format, outFmts); in getCandidateSupportedFormatsLocked() 945 fd, HORIZONTAL, mCfg.fpsLimits, mCfg.depthFpsLimits, mCfg.minStreamSize, mCfg.depthEnabled); in initSupportedFormatsLocked() 947 fd, VERTICAL, mCfg.fpsLimits, mCfg.depthFpsLimits, mCfg.minStreamSize, mCfg.depthEnabled); in initSupportedFormatsLocked()
|