Lines Matching refs:VideoStreamDecoderImpl
21 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()
218 VideoStreamDecoderImpl::FrameInfo* VideoStreamDecoderImpl::GetFrameInfo( in GetFrameInfo()
231 void VideoStreamDecoderImpl::OnDecodedFrameCallback( in OnDecodedFrameCallback()
269 VideoStreamDecoderImpl::DecodeCallbacks::DecodeCallbacks( in DecodeCallbacks()
270 VideoStreamDecoderImpl* video_stream_decoder_impl) in DecodeCallbacks()
273 int32_t VideoStreamDecoderImpl::DecodeCallbacks::Decoded( in Decoded()
279 int32_t VideoStreamDecoderImpl::DecodeCallbacks::Decoded( in Decoded()
286 void VideoStreamDecoderImpl::DecodeCallbacks::Decoded( in Decoded()