webrtc 代码学习(九)Video 解码数据流程,没有写完

本文介绍了WebRTC中Video解码数据流程,以VP8为例,从VideoReceiveStream::DecodeThreadFunction开始,详细阐述了解码过程,包括VCMInterFrameDelay、VCMJitterEstimator等多个关键步骤。由于调试原因,未涉及KalmanEstimateChannel等部分。
摘要由CSDN通过智能技术生成

Video 解码数据流程
作者:LanPZzzz
本章我们简单讲述下Video 解码数据流程

1. 解码从哪一步开始,以VP8

-> VideoReceiveStream::DecodeThreadFunction (video\video_receive_stream.cc 405 行)
-> VideoReceiveStream::Decode(video\video_receive_stream.cc 410 行)
-> FrameBuffer::NextFrame (modules\video_coding\frame_buffer2.cc 65 行)
-> frame->SetRenderTime
-> inter_frame_delay_.CalculateDelay => VCMInterFrameDelay::CalculateDelay (modules\video_coding\inter_frame_delay.cc 30 行)
-> VCMInterFrameDelay::CheckForWrapArounds (modules\video_coding\inter_frame_delay.cc 87 行)
-> VCMJitterEstimator::UpdateEstimate (modules\video_coding\jitter_estimator.cc 117 行)
-> VCMJitterEstimator::EstimateRandomJitter (modules\video_coding\jitter_estimator.c

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值