Home
last modified time | relevance | path

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

/frameworks/av/camera/tests/fuzzer/
Dcamera_c2CaptureRequest_fuzzer.cpp77 size_t surfaceListSize = fdp.ConsumeIntegralInRange<size_t>(kSizeMin, kSizeMax); in LLVMFuzzerTestOneInput() local
79 parcelCamCaptureReq.writeInt32(surfaceListSize); in LLVMFuzzerTestOneInput()
81 for (size_t idx = 0; idx < surfaceListSize; ++idx) { in LLVMFuzzerTestOneInput()