Home
last modified time | relevance | path

Searched refs:VideoStreamDecoderImpl (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/video/
H A Dvideo_stream_decoder_impl.cc21 VideoStreamDecoderImpl::VideoStreamDecoderImpl( in VideoStreamDecoderImpl() function in webrtc::VideoStreamDecoderImpl
49 VideoStreamDecoderImpl::~VideoStreamDecoderImpl() { in ~VideoStreamDecoderImpl()
54 void VideoStreamDecoderImpl::OnFrame(std::unique_ptr<EncodedFrame> frame) { in OnFrame()
73 void VideoStreamDecoderImpl::SetMinPlayoutDelay(TimeDelta min_delay) { in SetMinPlayoutDelay()
77 void VideoStreamDecoderImpl::SetMaxPlayoutDelay(TimeDelta max_delay) { in SetMaxPlayoutDelay()
81 VideoDecoder* VideoStreamDecoderImpl::GetDecoder(int payload_type) { in GetDecoder()
126 void VideoStreamDecoderImpl::SaveFrameInfo(const EncodedFrame& frame) { in SaveFrameInfo()
136 void VideoStreamDecoderImpl::StartNextDecode() { in StartNextDecode()
147 void VideoStreamDecoderImpl::OnNextFrameCallback( in OnNextFrameCallback()
194 VideoStreamDecoderImpl::DecodeResult VideoStreamDecoderImpl::DecodeFrame( in DecodeFrame()
[all …]
H A Dvideo_stream_decoder_impl.h33 class VideoStreamDecoderImpl : public VideoStreamDecoderInterface {
35 VideoStreamDecoderImpl(
42 ~VideoStreamDecoderImpl() override;
52 explicit DecodeCallbacks(VideoStreamDecoderImpl* video_stream_decoder_impl);
60 VideoStreamDecoderImpl* const video_stream_decoder_impl_;
86 VideoStreamDecoderImpl::DecodeResult DecodeFrame(
H A Dvideo_stream_decoder_impl_unittest.cc149 VideoStreamDecoderImpl video_stream_decoder_;
/aosp_15_r20/external/webrtc/api/video/
H A Dvideo_stream_decoder_create.cc27 return std::make_unique<VideoStreamDecoderImpl>( in CreateVideoStreamDecoder()