/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/ |
H A D | recorder.cpp | 158 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 D | recorder_client.cpp | 168 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 D | recorder_client.h | 41 int32_t SetOutputPath(const string &path);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_change_effect.cpp | 47 ret = imageEffect->SetOutputPath(outputPath); in TakeEffect()
|
/ohos5.0/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestImageEffect.cpp | 245 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 D | recorder_sink.h | 52 int32_t SetOutputPath(const string &path);
|
H A D | recorder_impl.h | 77 int32_t SetOutputPath(const string &path);
|
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/ |
H A D | recorder_client.h | 42 int32_t SetOutputPath(const string &path);
|
H A D | recorder_client.cpp | 403 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 D | recorder.h | 447 int32_t SetOutputPath(const string &path);
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-multimedia-video-record-guide.md | 31 | Recorder | int32_t SetOutputPath(const string &path); | 设置输出文件保存路径 |
|
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/effect/ |
H A D | image_effect_inner.h | 92 IMAGE_EFFECT_EXPORT ErrorCode SetOutputPath(const std::string &path);
|
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/server/src/ |
H A D | recorder_service.cpp | 189 int32_t ret = recorder->SetOutputPath(string(path)); in Dispatch()
|
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/ |
H A D | recorder_sink.cpp | 72 int32_t RecorderSink::SetOutputPath(const string &path) in SetOutputPath() function in OHOS::Media::RecorderSink
|
H A D | recorder_impl.cpp | 638 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 D | subsys-multimedia-video-record-guide.md | 122 …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 D | image_effect_inner.cpp | 528 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 D | camera_lite_test.cpp | 338 ret = recorder_->SetOutputPath(path); in StartRecord()
|