OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetGofInfo
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
frame_buffer.h
64
void
SetGofInfo
(const GofInfoVP9& gof_info, size_t idx);
session_info.h
91
void
SetGofInfo
(const GofInfoVP9& gof_info, size_t idx);
frame_buffer.cc
69
void VCMFrameBuffer::
SetGofInfo
(const GofInfoVP9& gof_info, size_t idx) {
70
_sessionInfo.
SetGofInfo
(gof_info, idx);
session_info.cc
116
void VCMSessionInfo::
SetGofInfo
(const GofInfoVP9& gof_info, size_t idx) {
jitter_buffer.cc
212
frame_it.second->
SetGofInfo
(ss_it->second, gof_idx);
[
all
...]
Completed in 150 milliseconds