Home
last modified time | relevance | path

Searched refs:depthFpsLimits (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraUtils.h83 std::vector<FpsLimitation> depthFpsLimits; member
DExternalCameraDevice_3_4.h141 const std::vector<ExternalCameraConfig::FpsLimitation>& depthFpsLimits,
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp265 if(!updateFpsList(depthFpsList, ret.depthFpsLimits)) { in loadFromCfg()
295 for (const auto& limit : ret.depthFpsLimits) { in loadFromCfg()
DExternalCameraDevice.cpp852 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()