Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dframe_buffer.cc63 void VCMFrameBuffer::SetGofInfo(const GofInfoVP9& gof_info, size_t idx) { in SetGofInfo() function in webrtc::VCMFrameBuffer
65 _sessionInfo.SetGofInfo(gof_info, idx); in SetGofInfo()
Dframe_buffer.h62 void SetGofInfo(const GofInfoVP9& gof_info, size_t idx);
Dsession_info.h69 void SetGofInfo(const GofInfoVP9& gof_info, size_t idx);
Dsession_info.cc150 void VCMSessionInfo::SetGofInfo(const GofInfoVP9& gof_info, size_t idx) { in SetGofInfo() function in webrtc::VCMSessionInfo