Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_decoder_impl.cc22 VideoStreamDecoderImpl::VideoStreamDecoderImpl( in VideoStreamDecoderImpl() function in webrtc::VideoStreamDecoderImpl
49 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 …]
Dvideo_stream_decoder_impl.h30 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(
Dvideo_stream_decoder_impl_unittest.cc176 VideoStreamDecoderImpl video_stream_decoder_;
/external/webrtc/api/video/
Dvideo_stream_decoder_create.cc24 return std::make_unique<VideoStreamDecoderImpl>(callbacks, decoder_factory, in CreateVideoStreamDecoder()