Searched refs:last_frame_pixels (Results 1 – 1 of 1) sorted by relevance
261 auto FpsInRangeForPixelsInBalanced(int last_frame_pixels) { in FpsInRangeForPixelsInBalanced() argument264 if (last_frame_pixels <= 320 * 240) { in FpsInRangeForPixelsInBalanced()266 } else if (last_frame_pixels <= 480 * 270) { in FpsInRangeForPixelsInBalanced()268 } else if (last_frame_pixels <= 640 * 480) { in FpsInRangeForPixelsInBalanced()