Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraconfigurestreams_fuzzer/
H A Ddcameraconfigurestreams_fuzzer.cpp32 const uint32_t DC_STREAM_SIZE = 2; variable
33 const DCStreamType streamType[DC_STREAM_SIZE] = {
57 streamInfo.type_ = streamType[data[0] % DC_STREAM_SIZE]; in DcameraConfigureStreamsFuzzTest()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerastartcapture_fuzzer/
H A Ddcamerastartcapture_fuzzer.cpp32 const uint32_t DC_STREAM_SIZE = 2; variable
33 const DCStreamType streamType[DC_STREAM_SIZE] = {
58 captureInfo.type_ = streamType[data[0] % DC_STREAM_SIZE]; in DcameraStartCaptureFuzzTest()