Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameracreatestreams_fuzzer/
H A Ddcameracreatestreams_fuzzer.cpp32 const uint32_t DC_STREAMINTENT_SIZE = 6; variable
33 const StreamIntent streamIntentType[DC_STREAMINTENT_SIZE] = {
51 info.intent_ = streamIntentType[data[0] % DC_STREAMINTENT_SIZE]; in DcameraCreateStreamsFuzzTest()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraisstreamssupported_fuzzer/
H A Ddcameraisstreamssupported_fuzzer.cpp32 const uint32_t DC_STREAMINTENT_SIZE = 6; variable
33 const StreamIntent streamIntentType[DC_STREAMINTENT_SIZE] = {
59 info.intent_ = streamIntentType[data[0] % DC_STREAMINTENT_SIZE]; in DcameraIsStreamsSupportedFuzzTest()