Home
last modified time | relevance | path

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

/drivers/peripheral/camera/vdi_base/common/include/
Dstream.h41 int32_t maxCaptureCount; member
/drivers/peripheral/camera/hal_c/include/
Dcamera_types_c_if.h132 int maxCaptureCount; member
/drivers/peripheral/camera/hal_c/hdi_cif/src/
Dstream_operator.cpp177 it->maxCaptureCount_ = sa[i].maxCaptureCount; in GetStreamAttributes()
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
Dstream_operator_vdi_impl.cpp398 attribute.maxBatchCaptureCount_ = configuration.maxCaptureCount; in GetStreamAttributes()
399 attribute.maxCaptureCount_ = configuration.maxCaptureCount; in GetStreamAttributes()
Dstream_base.cpp71 streamConfig_.maxCaptureCount = 1; in ConfigStream()