Home
last modified time | relevance | path

Searched refs:FrameSource (Results 1 - 6 of 6) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/codec/include/
H A Dmedia_frame_pipeline.h29 class FrameSource : public std::enable_shared_from_this<FrameSource> { class
31 FrameSource() = default;
32 virtual ~FrameSource();
53 void SetAudioSource(std::shared_ptr<FrameSource> src);
62 std::shared_ptr<FrameSource> audioSrc_ = nullptr;
H A Dvideo_decoder.h23 class VideoDecoder : public FrameSource,
H A Dvideo_encoder.h23 class VideoEncoder : public FrameSource,
H A Daudio_encoder.h23 class AudioEncoder : public FrameSource,
H A Daudio_decoder.h23 class AudioDecoder : public FrameSource,
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Dmedia_frame_pipeline.cpp30 FrameSource::~FrameSource() in ~FrameSource()
43 void FrameSource::AddAudioDestination(std::shared_ptr<FrameDestination> dst) in AddAudioDestination()
53 void FrameSource::RemoveAudioDestination(std::shared_ptr<FrameDestination> dst) in RemoveAudioDestination()
63 void FrameSource::DeliverFrame(const Frame::Ptr &frame) in DeliverFrame()
76 void FrameDestination::SetAudioSource(std::shared_ptr<FrameSource> src) in SetAudioSource()

Completed in 2 milliseconds