Home
last modified time | relevance | path

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

/tools/security/fuzzing/llm/frameDecoder_fuzzer2/
DFrameDecoderFuzzer2.cpp40 sp<FrameDecoder> decoder; in LLVMFuzzerTestOneInput() local
43 decoder = new VideoFrameDecoder(componentName, trackMeta, source); in LLVMFuzzerTestOneInput()
45 decoder = new MediaImageDecoder(componentName, trackMeta, source); in LLVMFuzzerTestOneInput()
53 decoder->init(frameTimeUs, option, colorFormat); in LLVMFuzzerTestOneInput()
54 decoder->extractFrame(); in LLVMFuzzerTestOneInput()
64 decoder->init(frameTimeUs, option, colorFormat); in LLVMFuzzerTestOneInput()
65 decoder->extractFrame(&rect); in LLVMFuzzerTestOneInput()
/tools/external_updater/
Dnotifier.py171 except (FileNotFoundError, json.decoder.JSONDecodeError):