Home
last modified time | relevance | path

Searched refs:maxVideoFPS (Results 1 – 2 of 2) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.h290 const float &minVideoFPS, const float &maxVideoFPS,
361 const float &minVideoFPS, const float &maxVideoFPS,
DQCamera2HWI.cpp8747 const float &minVideoFPS, const float &maxVideoFPS, in recalcFPSRange() argument
8755 maxVideoFPS, in recalcFPSRange()
8778 float minVideoFPS, maxVideoFPS; in updateThermalLevel() local
8798 maxVideoFPS = hfrFpsRange.video_max_fps; in updateThermalLevel()
8801 maxVideoFPS = maxFPS; in updateThermalLevel()
8804 calcThermalLevel(level, minFPS, maxFPS, minVideoFPS, maxVideoFPS, in updateThermalLevel()