Home
last modified time | relevance | path

Searched refs:StopLoopingCapture (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/multimedia/camera_lite/frameworks/passthrough/src/
H A Dcamera_device_client.cpp87 void CameraDeviceClient::StopLoopingCapture(int32_t type) in StopLoopingCapture() function in OHOS::Media::CameraDeviceClient
94 return device_->StopLoopingCapture(type); in StopLoopingCapture()
/ohos5.0/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_impl.cpp124 void CameraImpl::StopLoopingCapture(int32_t type = -1) in StopLoopingCapture() function in OHOS::Media::CameraImpl
129 deviceClient_->StopLoopingCapture(type); in StopLoopingCapture()
H A Dcamera_impl.h40 void StopLoopingCapture(int32_t type) override;
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-multimedia-camera-preview-guide.md40 stateCallback->camera_->StopLoopingCapture(); // 停止预览
H A Dsubsys-multimedia-camera-record-guide.md40 stateCallback->camera_->StopLoopingCapture(); // 结束录像
H A Dsubsys-multimedia-camera-photo-guide.md26 | Camera | void StopLoopingCapture() | 停止循环帧捕获 |
/ohos5.0/foundation/multimedia/camera_lite/interfaces/kits/
H A Dcamera.h127 virtual void StopLoopingCapture(int32_t type) {} in StopLoopingCapture() function
/ohos5.0/foundation/multimedia/camera_lite/frameworks/passthrough/include/
H A Dcamera_device_client.h35 void StopLoopingCapture(int32_t type);
/ohos5.0/docs/zh-cn/device-dev/guide/
H A Ddevice-camera-control-demo-videoguide.md40 stateCallback->camera_->StopLoopingCapture(); // 结束录像
H A Ddevice-camera-control-demo-previewguide.md40 stateCallback->camera_->StopLoopingCapture(); // stop previewing
H A Ddevice-camera-control-demo-photoguide.md104 …1577499"></a><a name="zh-cn_topic_0000001052170554_p139311577499"></a>void StopLoopingCapture()</p>
/ohos5.0/foundation/multimedia/camera_lite/services/server/src/
H A Dcamera_server.cpp63 CameraServer::GetInstance()->StopLoopingCapture(req, reply); in CameraServerRequestHandle()
296 void CameraServer::StopLoopingCapture(IpcIo *req, IpcIo *reply) in StopLoopingCapture() function in OHOS::Media::CameraServer
308 device_->StopLoopingCapture(type); in StopLoopingCapture()
/ohos5.0/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_service.cpp30 iter->second->StopLoopingCapture(-1); in ~CameraService()
183 device->StopLoopingCapture(-1); in CloseCamera()
H A Dcamera_device.cpp907 void CameraDevice::StopLoopingCapture(int32_t type) in StopLoopingCapture() function in OHOS::Media::CameraDevice
/ohos5.0/foundation/multimedia/camera_lite/frameworks/binder/include/
H A Dcamera_device_client.h40 void StopLoopingCapture(int32_t type);
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-multimedia-camera-record-guide.md40 stateCallback->camera_->StopLoopingCapture(); // Stop recording.
H A Dsubsys-multimedia-camera-preview-guide.md40 stateCallback->camera_->StopLoopingCapture(); // Stop previewing.
H A Dsubsys-multimedia-camera-photo-guide.md26 | Camera | void&nbsp;StopLoopingCapture() | Stops looping-frame capture.|
/ohos5.0/foundation/multimedia/camera_lite/services/server/include/
H A Dcamera_server.h39 void StopLoopingCapture(IpcIo *req, IpcIo *reply);
/ohos5.0/docs/en/device-dev/guide/
H A Ddevice-camera-control-demo-videoguide.md35 stateCallback->camera_->StopLoopingCapture(); // Stop recording.
H A Ddevice-camera-control-demo-previewguide.md35 stateCallback->camera_->StopLoopingCapture(); // Stop previewing.
H A Ddevice-camera-control-demo-photoguide.md99 …1577499"></a><a name="en-us_topic_0000001052170554_p139311577499"></a>void StopLoopingCapture()</p>
/ohos5.0/foundation/multimedia/camera_lite/services/impl/include/
H A Dcamera_device.h120 void StopLoopingCapture(int32_t type);
/ohos5.0/foundation/multimedia/camera_lite/frameworks/binder/src/
H A Dcamera_device_client.cpp211 void CameraDeviceClient::StopLoopingCapture(int32_t type) in StopLoopingCapture() function in OHOS::Media::CameraDeviceClient
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcamera_component.cpp294 camera->StopLoopingCapture(-1); in ReleaseNativeViews()

12