Home
last modified time | relevance | path

Searched defs:trackSource (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_impl.cpp771 TrackSource trackSource; in PrepareAudioSource() local
807 TrackSource trackSource; in PrepareDataSource() local
838 TrackSource trackSource; in PrepareVideoSource() local
866 TrackSource &trackSource) in GetVideoTrackSource()
897 TrackSource &trackSource) in GetAudioTrackSource()
943 int32_t RecorderImpl::GetDataTrackSource(TrackSource &trackSource) in GetDataTrackSource()
H A Drecorder_sink.cpp128 int32_t RecorderSink::AddTrackSource(const TrackSource &trackSource, int32_t &trackId) in AddTrackSource()