Home
last modified time | relevance | path

Searched refs:IsFirstOne (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H A Dcapture_request.h50 bool IsFirstOne() const;
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dcapture_request.cpp144 bool CaptureRequest::IsFirstOne() const in IsFirstOne() function in OHOS::Camera::CaptureRequest
H A Dstream_base.cpp331 if (request->IsFirstOne() && !request->IsContinous()) { in Capture()
366 if (request->IsFirstOne()) { in Capture()