Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/openh264/
Ddecoder_fuzzer.cpp32 SDecodingParam sDecParam = {0}; in LLVMFuzzerTestOneInput() local
43 sDecParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; in LLVMFuzzerTestOneInput()
45 sDecParam.sVideoProperty.eVideoBsType = VIDEO_BITSTREAM_AVC; in LLVMFuzzerTestOneInput()
48 pDecoder->Initialize (&sDecParam); in LLVMFuzzerTestOneInput()