Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp863 const std::vector<ExternalCameraConfig::FpsLimitation>& depthFpsLimits, in getCandidateSupportedFormatsLocked() argument
912 updateFpsBounds(fd, cropType, depthFpsLimits, format, outFmts); in getCandidateSupportedFormatsLocked()
956 fd, HORIZONTAL, mCfg.fpsLimits, mCfg.depthFpsLimits, mCfg.minStreamSize, mCfg.depthEnabled); in initSupportedFormatsLocked()
958 fd, VERTICAL, mCfg.fpsLimits, mCfg.depthFpsLimits, mCfg.minStreamSize, mCfg.depthEnabled); in initSupportedFormatsLocked()
DExternalCameraUtils.cpp815 if(!updateFpsList(depthFpsList, ret.depthFpsLimits)) { in loadFromCfg()
845 for (const auto& limit : ret.depthFpsLimits) { in loadFromCfg()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDevice_3_4.h141 const std::vector<ExternalCameraConfig::FpsLimitation>& depthFpsLimits,
DExternalCameraUtils.h97 std::vector<FpsLimitation> depthFpsLimits; member