Home
last modified time | relevance | path

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

/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c171 uint64_t ec_pixels = 0; in LLVMFuzzerTestOneInput() local
502 ec_pixels += (ctx->width + 32LL) * (ctx->height + 32LL); in LLVMFuzzerTestOneInput()
503 if (it > 20 || ec_pixels > 4 * ctx->max_pixels) { in LLVMFuzzerTestOneInput()
507 if (ec_pixels > maxpixels) in LLVMFuzzerTestOneInput()
518 ec_pixels += (ctx->width + 32LL) * (ctx->height + 32LL); in LLVMFuzzerTestOneInput()
519 if (it > 20 || ec_pixels > 4 * ctx->max_pixels) { in LLVMFuzzerTestOneInput()
523 if (ec_pixels > maxpixels) in LLVMFuzzerTestOneInput()
566 fprintf(stderr, "pixels decoded: %"PRId64", samples decoded: %"PRId64", iterations: %d\n", ec_pixels, nb_samples, it); in LLVMFuzzerTestOneInput()

Completed in 2 milliseconds