Home
last modified time | relevance | path

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

/external/libavc/fuzzer/
Davc_dec_fuzzer.cpp59 const static int kMaxCores = 4; variable
349 uint32_t numCores = (data[numCoresOfst] % kMaxCores) + 1; in LLVMFuzzerTestOneInput()
/external/libhevc/fuzzer/
Dhevc_dec_fuzzer.cpp59 const static int kMaxCores = 4; variable
354 uint32_t numCores = (data[numCoresOfst] % kMaxCores) + 1; in LLVMFuzzerTestOneInput()
/external/libmpeg2/fuzzer/
Dmpeg2_dec_fuzzer.cpp60 const static int kMaxCores = 4; variable
431 uint32_t numCores = (data[numCoresOfst] % kMaxCores) + 1; in LLVMFuzzerTestOneInput()