Home
last modified time | relevance | path

Searched refs:minInputSize (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/camera/test/fuzztest/metadata_utils/
H A Dmetadata_utils_fuzzer.cpp168 uint32_t minInputSize = GetMinInputSize(rawData); in DoSomethingInterestingWithMyApi() local
169 if (size < minInputSize || minInputSize == 0) { in DoSomethingInterestingWithMyApi()
/drivers/peripheral/camera/test/fuzztest/metadata_operator/
H A Dmetadata_operator_fuzzer.cpp86 uint32_t minInputSize = GetMinInputSize(rawData); in GetMetadataHeader() local
87 if (size < minInputSize || minInputSize == 0) { in GetMetadataHeader()

Completed in 2 milliseconds