Searched refs:VideoStreamDecoderImpl (Results 1 – 4 of 4) sorted by relevance
22 VideoStreamDecoderImpl::VideoStreamDecoderImpl( in VideoStreamDecoderImpl() function in webrtc::VideoStreamDecoderImpl49 VideoStreamDecoderImpl::~VideoStreamDecoderImpl() { in ~VideoStreamDecoderImpl()54 void VideoStreamDecoderImpl::OnFrame( in OnFrame()75 void VideoStreamDecoderImpl::SetMinPlayoutDelay(TimeDelta min_delay) { in SetMinPlayoutDelay()79 void VideoStreamDecoderImpl::SetMaxPlayoutDelay(TimeDelta max_delay) { in SetMaxPlayoutDelay()83 VideoDecoder* VideoStreamDecoderImpl::GetDecoder(int payload_type) { in GetDecoder()128 void VideoStreamDecoderImpl::SaveFrameTimestamps( in SaveFrameTimestamps()140 void VideoStreamDecoderImpl::StartNextDecode() { in StartNextDecode()152 void VideoStreamDecoderImpl::OnNextFrameCallback( in OnNextFrameCallback()209 VideoStreamDecoderImpl::DecodeResult VideoStreamDecoderImpl::DecodeFrame( in DecodeFrame()[all …]
30 class VideoStreamDecoderImpl : public VideoStreamDecoderInterface {32 VideoStreamDecoderImpl(38 ~VideoStreamDecoderImpl() override;48 explicit DecodeCallbacks(VideoStreamDecoderImpl* video_stream_decoder_impl);56 VideoStreamDecoderImpl* const video_stream_decoder_impl_;84 VideoStreamDecoderImpl::DecodeResult DecodeFrame(
176 VideoStreamDecoderImpl video_stream_decoder_;
24 return std::make_unique<VideoStreamDecoderImpl>(callbacks, decoder_factory, in CreateVideoStreamDecoder()