Home
last modified time | relevance | path

Searched refs:ref_picture_id (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp9_unittest.cc40 EXPECT_EQ(expected.ref_picture_id[i], actual.ref_picture_id[i]); in VerifyHeader()
311 expected_.ref_picture_id[0] = 1; // 2 - 1 = 1 in TEST_F()
312 expected_.ref_picture_id[1] = 127; // (kMaxPictureId + 1) + 2 - 3 = 127 in TEST_F()
313 expected_.ref_picture_id[2] = 3; // (kMaxPictureId + 1) + 2 - 127 = 3 in TEST_F()
578 expected_.ref_picture_id[0] = 0; in TEST_F()
579 expected_.ref_picture_id[1] = 0x7FFF; in TEST_F()
580 expected_.ref_picture_id[2] = 32658; in TEST_F()
Drtp_format_vp9.cc399 vp9->ref_picture_id[vp9->num_ref_pics++] = scaled_pid - p_diff; in ParseRefIndices()
/external/webrtc/webrtc/modules/include/
Dmodule_common_types.h193 int16_t ref_picture_id[kMaxVp9RefPics]; // PictureID of reference pictures. member