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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp9.cc 132 RTC_DCHECK_LE(hdr.gof.num_frames_in_gof, kMaxVp9FramesInGof);
137 if (hdr.gof.num_frames_in_gof > 0) {
141 length += hdr.gof.num_frames_in_gof; // T, U, R
142 for (size_t i = 0; i < hdr.gof.num_frames_in_gof; ++i) {
273 RTC_DCHECK_LE(vp9.gof.num_frames_in_gof, kMaxVp9FramesInGof);
274 bool g_bit = vp9.gof.num_frames_in_gof > 0;
289 RETURN_FALSE_ON_ERROR(writer->WriteUInt8(vp9.gof.num_frames_in_gof));
291 for (size_t i = 0; i < vp9.gof.num_frames_in_gof; ++i) {
433 vp9->gof.num_frames_in_gof = 0;
444 vp9->gof.num_frames_in_gof = n_g
    [all...]
rtp_format_vp9_unittest.cc 52 EXPECT_EQ(expected.gof.num_frames_in_gof, actual.gof.num_frames_in_gof);
53 for (size_t i = 0; i < expected.gof.num_frames_in_gof; i++) {
349 expected_.gof.num_frames_in_gof = 1;
374 expected_.gof.num_frames_in_gof = 0;
397 expected_.gof.num_frames_in_gof = 3;
625 expected_.gof.num_frames_in_gof = kNg;
  /external/webrtc/webrtc/modules/include/
module_common_types.h 83 num_frames_in_gof = 1;
90 num_frames_in_gof = 2;
102 num_frames_in_gof = 4;
130 num_frames_in_gof = src.num_frames_in_gof;
131 for (size_t i = 0; i < num_frames_in_gof; ++i) {
141 size_t num_frames_in_gof; member in struct:webrtc::GofInfoVP9
  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer.cc 185 if (gof_idx >= it->second.num_frames_in_gof)
209 if (gof_idx >= ss_it->second.num_frames_in_gof) {
    [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc     [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 633 static_cast<uint8_t>(frames_since_kf_ % gof_.num_frames_in_gof);
    [all...]

Completed in 75 milliseconds