Searched refs:standard_fps (Results 1 – 1 of 1) sorted by relevance
1319 static const uint32_t standard_fps[4] = {30, 24, 48, 60}; in RoundToStandardFPS() local1321 int count = INT(sizeof(standard_fps) / sizeof(standard_fps[0])); in RoundToStandardFPS()1323 if ((standard_fps[i] - fps) < 2) { in RoundToStandardFPS()1326 return standard_fps[i]; in RoundToStandardFPS()