Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/default/
DExternalCameraDevice.cpp212 getCandidateSupportedFormatsLocked(fd, HORIZONTAL, mCfg.fpsLimits, mCfg.depthFpsLimits, in initSupportedFormatsLocked()
215 getCandidateSupportedFormatsLocked(fd, VERTICAL, mCfg.fpsLimits, mCfg.depthFpsLimits, in initSupportedFormatsLocked()
881 const std::vector<ExternalCameraConfig::FpsLimitation>& depthFpsLimits, in getCandidateSupportedFormatsLocked() argument
934 updateFpsBounds(fd, cropType, depthFpsLimits, format, outFmts); in getCandidateSupportedFormatsLocked()
DExternalCameraDevice.h120 const std::vector<ExternalCameraConfig::FpsLimitation>& depthFpsLimits,
DExternalCameraUtils.h102 std::vector<FpsLimitation> depthFpsLimits; member
DExternalCameraUtils.cpp149 if (!updateFpsList(depthFpsList, ret.depthFpsLimits)) { in loadFromCfg()
179 for (const auto& limit : ret.depthFpsLimits) { in loadFromCfg()
/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.cpp844 if(!updateFpsList(depthFpsList, ret.depthFpsLimits)) { in loadFromCfg()
874 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