Searched refs:SetGofInfo (Results 1 – 5 of 5) sorted by relevance
69 void VCMFrameBuffer::SetGofInfo(const GofInfoVP9& gof_info, size_t idx) { in SetGofInfo() function in webrtc::VCMFrameBuffer70 _sessionInfo.SetGofInfo(gof_info, idx); in SetGofInfo()
64 void SetGofInfo(const GofInfoVP9& gof_info, size_t idx);
91 void SetGofInfo(const GofInfoVP9& gof_info, size_t idx);
116 void VCMSessionInfo::SetGofInfo(const GofInfoVP9& gof_info, size_t idx) { in SetGofInfo() function in webrtc::VCMSessionInfo
212 frame_it.second->SetGofInfo(ss_it->second, gof_idx); in UpdateFrames()