HomeSort by relevance Sort by last modified time
    Searched refs:GofInfoVP9 (Results 1 - 11 of 11) sorted by null

  /external/webrtc/webrtc/modules/video_coding/codecs/interface/
video_codec_interface.h 71 GofInfoVP9 gof;
  /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) {
jitter_buffer.h 75 typedef std::map<uint32_t, GofInfoVP9, TimestampLessThan> SsMap;
session_info.cc 116 void VCMSessionInfo::SetGofInfo(const GofInfoVP9& gof_info, size_t idx) {
jitter_buffer.cc 170 GofInfoVP9 gof = ss_map_.begin()->second;
    [all...]
  /external/webrtc/webrtc/modules/video_coding/include/
video_codec_interface.h 69 GofInfoVP9 gof;
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.h 118 GofInfoVP9 gof_; // Contains each frame's temporal information for
  /external/webrtc/webrtc/modules/include/
module_common_types.h 79 struct GofInfoVP9 {
129 void CopyGofInfoVP9(const GofInfoVP9& src) {
200 GofInfoVP9 gof;
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc 234 webrtc::GofInfoVP9 gof_; // Contains each frame's temporal information for
    [all...]

Completed in 2517 milliseconds