Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoder_fuzzer/
H A DBUILD.gn22 ohos_fuzztest("AudioDecoderFuzzTest") {
88 ":AudioDecoderFuzzTest",
H A Daudiodecoder_fuzzer.cpp31 bool AudioDecoderFuzzTest(const uint8_t *data, size_t size) in AudioDecoderFuzzTest() function
197 OHOS::AudioDecoderFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderflush_fuzzer/
H A Daudio_decoder_flush_fuzzer.cpp31 bool AudioDecoderFuzzTest(const uint8_t *data, size_t size) in AudioDecoderFuzzTest() function
198 OHOS::AudioDecoderFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderreset_fuzzer/
H A Daudio_decoder_reset_fuzzer.cpp31 bool AudioDecoderFuzzTest(const uint8_t *data, size_t size) in AudioDecoderFuzzTest() function
198 OHOS::AudioDecoderFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/multimedia/av_codec/test/
H A DBUILD.gn118 "fuzztest/audiodecoder_fuzzer:AudioDecoderFuzzTest",