Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc261 auto FpsInRangeForPixelsInBalanced(int last_frame_pixels) { in FpsInRangeForPixelsInBalanced() argument
264 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()