Home
last modified time | relevance | path

Searched refs:current_best_match (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Dandroid_camera.c289 int current_best_match = -1; in match_framerate() local
306 } else if (current_best_match >= 0) { in match_framerate()
307 int32_t current_best_match_min = available_framerates.data.i32[current_best_match * 2 + 0]; in match_framerate()
309 current_best_match = i; in match_framerate()
312 current_best_match = i; in match_framerate()
318 if (current_best_match >= 0) { in match_framerate()
319 ctx->framerate_range[0] = available_framerates.data.i32[current_best_match * 2 + 0]; in match_framerate()
320 ctx->framerate_range[1] = available_framerates.data.i32[current_best_match * 2 + 1]; in match_framerate()

Completed in 2 milliseconds