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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp9_unittest.cc 40 EXPECT_EQ(expected.ref_picture_id[i], actual.ref_picture_id[i]);
311 expected_.ref_picture_id[0] = 1; // 2 - 1 = 1
312 expected_.ref_picture_id[1] = 127; // (kMaxPictureId + 1) + 2 - 3 = 127
313 expected_.ref_picture_id[2] = 3; // (kMaxPictureId + 1) + 2 - 127 = 3
578 expected_.ref_picture_id[0] = 0;
579 expected_.ref_picture_id[1] = 0x7FFF;
580 expected_.ref_picture_id[2] = 32658;
rtp_format_vp9.cc 399 vp9->ref_picture_id[vp9->num_ref_pics++] = scaled_pid - p_diff;
  /external/webrtc/webrtc/modules/include/
module_common_types.h 193 int16_t ref_picture_id[kMaxVp9RefPics]; // PictureID of reference pictures. member in struct:webrtc::RTPVideoHeaderVP9

Completed in 74 milliseconds