Home
last modified time | relevance | path

Searched refs:DoSetVideoSource (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/
H A Drecorder_executor.h30 virtual ErrorCode DoSetVideoSource(const Plugin::Any& param) const in DoSetVideoSource() function
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Dinit_state.h37 auto ret = executor_.DoSetVideoSource(param); in SetVideoSource()
H A Drecording_setting_state.h38 auto ret = executor_.DoSetVideoSource(param); in SetVideoSource()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Dhirecorder_impl.h74 ErrorCode DoSetVideoSource(const Plugin::Any& param) const override;
H A Dhirecorder_impl.cpp319 ErrorCode HiRecorderImpl::DoSetVideoSource(const Plugin::Any& param) const in DoSetVideoSource() function in OHOS::Media::Record::HiRecorderImpl