Searched refs:decoder (Results 1 – 2 of 2) sorted by relevance
40 sp<FrameDecoder> decoder; in LLVMFuzzerTestOneInput() local43 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()
171 except (FileNotFoundError, json.decoder.JSONDecodeError):