Home
last modified time | relevance | path

Searched refs:GetVideoTrackSource (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H A Drecorder_impl.h102 …int32_t GetVideoTrackSource(const RecorderVideoSourceConfig &videoSourceConfig, TrackSource &track…
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_impl.cpp839 ret = GetVideoTrackSource(sourceManager_[i].videoSourceConfig, trackSource); in PrepareVideoSource()
865 int32_t RecorderImpl::GetVideoTrackSource(const RecorderVideoSourceConfig &videoSourceConfig, in GetVideoTrackSource() function in OHOS::Media::RecorderImpl