Searched refs:V4L2SetCtrls (Results 1 – 3 of 3) sorted by relevance
39 RetCode V4L2SetCtrls(int fd, std::vector<DeviceControl>& control, const int numControls);
39 RetCode HosV4L2Control::V4L2SetCtrls (int fd, std::vector<DeviceControl>& control, const int numCon… in V4L2SetCtrls() function in OHOS::Camera::HosV4L2Control
588 return myControl_->V4L2SetCtrls(fd, control, control.size()); in SetNumberCtrls()