Home
last modified time | relevance | path

Searched refs:kMaxVp9FramesInGof (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/include/
Dmodule_common_types.h43 const size_t kMaxVp9FramesInGof = 0xFF; // 8 bits variable
142 uint8_t temporal_idx[kMaxVp9FramesInGof];
143 bool temporal_up_switch[kMaxVp9FramesInGof];
144 uint8_t num_ref_pics[kMaxVp9FramesInGof];
145 uint8_t pid_diff[kMaxVp9FramesInGof][kMaxVp9RefPics];
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp9.cc132 RTC_DCHECK_LE(hdr.gof.num_frames_in_gof, kMaxVp9FramesInGof); in SsDataLength()
273 RTC_DCHECK_LE(vp9.gof.num_frames_in_gof, kMaxVp9FramesInGof); in WriteSsData()