Home
last modified time | relevance | path

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

/third_party/ffmpeg/tools/
Dtarget_dem_fuzzer.c101 AVIOContext *fuzzed_pb = NULL; in LLVMFuzzerTestOneInput() local
180 fuzzed_pb = avio_alloc_context(io_buffer, io_buffer_size, 0, &opaque, in LLVMFuzzerTestOneInput()
182 if (!fuzzed_pb) in LLVMFuzzerTestOneInput()
185 avfmt->pb = fuzzed_pb; in LLVMFuzzerTestOneInput()
205 av_freep(&fuzzed_pb->buffer); in LLVMFuzzerTestOneInput()
206 avio_context_free(&fuzzed_pb); in LLVMFuzzerTestOneInput()