Home
last modified time | relevance | path

Searched refs:SetOutputPath (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/
H A Drecorder.cpp158 int32_t Recorder::SetOutputPath(const string &path) in SetOutputPath() function in OHOS::Media::Recorder
164 return client_->SetOutputPath(path); in SetOutputPath()
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/passthrough/
H A Drecorder_client.cpp168 int32_t Recorder::RecorderClient::SetOutputPath(const string &path) in SetOutputPath() function in OHOS::Media::Recorder::RecorderClient
174 return impl_->SetOutputPath(path); in SetOutputPath()
H A Drecorder_client.h41 int32_t SetOutputPath(const string &path);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_change_effect.cpp47 ret = imageEffect->SetOutputPath(outputPath); in TakeEffect()
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestImageEffect.cpp245 ErrorCode result = imageEffect_->SetOutputPath(g_jpgPath);
259 ErrorCode result = imageEffect_->SetOutputPath(nullptr);
273 ErrorCode result = imageEffect_->SetOutputPath(g_notJpgPath);
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H A Drecorder_sink.h52 int32_t SetOutputPath(const string &path);
H A Drecorder_impl.h77 int32_t SetOutputPath(const string &path);
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/
H A Drecorder_client.h42 int32_t SetOutputPath(const string &path);
H A Drecorder_client.cpp403 int32_t Recorder::RecorderClient::SetOutputPath(const string &path) in SetOutputPath() function in OHOS::Media::Recorder::RecorderClient
/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/recorder_lite/
H A Drecorder.h447 int32_t SetOutputPath(const string &path);
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-multimedia-video-record-guide.md31 | Recorder | int32_t SetOutputPath(const string &path); | 设置输出文件保存路径 |
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/effect/
H A Dimage_effect_inner.h92 IMAGE_EFFECT_EXPORT ErrorCode SetOutputPath(const std::string &path);
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/server/src/
H A Drecorder_service.cpp189 int32_t ret = recorder->SetOutputPath(string(path)); in Dispatch()
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_sink.cpp72 int32_t RecorderSink::SetOutputPath(const string &path) in SetOutputPath() function in OHOS::Media::RecorderSink
H A Drecorder_impl.cpp638 int32_t RecorderImpl::SetOutputPath(const string &path) in SetOutputPath() function in OHOS::Media::RecorderImpl
669 recorderSink_->SetOutputPath(path); in SetOutputPath()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-multimedia-video-record-guide.md122 …215557"><a name="p14782215557"></a><a name="p14782215557"></a>int32_t SetOutputPath(const string &…
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp528 ErrorCode ImageEffect::SetOutputPath(const std::string &path) in SetOutputPath() function in OHOS::Media::Effect::ImageEffect
/ohos5.0/foundation/multimedia/camera_lite/test/unittest/
H A Dcamera_lite_test.cpp338 ret = recorder_->SetOutputPath(path); in StartRecord()