Home
last modified time | relevance | path

Searched refs:SetFrameConfig (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/camera_lite/services/impl/include/
H A Dcamera_device.h47 virtual int32_t SetFrameConfig(FrameConfig &fc, uint32_t *streamId) in SetFrameConfig() function in OHOS::Media::DeviceAssistant
68 int32_t SetFrameConfig(FrameConfig &fc, uint32_t *streamId) override;
82 int32_t SetFrameConfig(FrameConfig &fc, uint32_t *streamId) override;
92 int32_t SetFrameConfig(FrameConfig &fc, uint32_t *streamId) override;
101 int32_t SetFrameConfig(FrameConfig &fc, uint32_t *streamId) override;
/foundation/multimedia/camera_lite/services/server/include/
H A Dcamera_server.h37 void SetFrameConfig(IpcIo *req, IpcIo *reply);
/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_device.cpp432 int32_t RecordAssistant::SetFrameConfig(FrameConfig &fc, uint32_t *streamId) in SetFrameConfig() function in OHOS::Media::RecordAssistant
544 int32_t PreviewAssistant::SetFrameConfig(FrameConfig &fc, uint32_t *streamId) in SetFrameConfig() function in OHOS::Media::PreviewAssistant
603 int32_t CaptureAssistant::SetFrameConfig(FrameConfig &fc, uint32_t *streamId) in SetFrameConfig() function in OHOS::Media::CaptureAssistant
712 int32_t CallbackAssistant::SetFrameConfig(FrameConfig &fc, uint32_t *streamId) in SetFrameConfig() function in OHOS::Media::CallbackAssistant
893 int32_t ret = assistant->SetFrameConfig(fc, streamId); in TriggerLoopingCapture()
/foundation/multimedia/camera_lite/services/server/src/
H A Dcamera_server.cpp248 void CameraServer::SetFrameConfig(IpcIo *req, IpcIo *reply) in SetFrameConfig() function in OHOS::Media::CameraServer
254 MEDIA_ERR_LOG("SetFrameConfig streamId(%d).", streamId); in SetFrameConfig()

Completed in 3 milliseconds