Home
last modified time | relevance | path

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

/third_party/ffmpeg/tools/
Dtarget_dec_fuzzer.c100 const uint32_t maxiteration = 8096; variable
151 maxpixels = maxpixels_per_frame * maxiteration; in LLVMFuzzerTestOneInput()
152 maxsamples = maxsamples_per_frame * maxiteration; in LLVMFuzzerTestOneInput()
305 while (data < end && it < maxiteration) { in LLVMFuzzerTestOneInput()
371 while (decode_more && it++ < maxiteration) { in LLVMFuzzerTestOneInput()
415 } while (got_frame == 1 && it++ < maxiteration); in LLVMFuzzerTestOneInput()
Dtarget_dem_fuzzer.c90 const uint32_t maxiteration = 8096; variable
196 for(it = 0; it < maxiteration; it++) { in LLVMFuzzerTestOneInput()