Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dvideo_send_stream_tests.cc1921 last_vp9_ = parsed.type.Video.codecHeader.VP9; in OnSendRtp()
1928 if (last_vp9_.picture_id > vp9.picture_id) { in ContinuousPictureId()
1931 return vp9.picture_id == last_vp9_.picture_id + 1; in ContinuousPictureId()
1936 bool new_layer = vp9.spatial_idx != last_vp9_.spatial_idx; in VerifySpatialIdxWithinFrame()
1938 EXPECT_EQ(new_layer, last_vp9_.end_of_frame); in VerifySpatialIdxWithinFrame()
1939 EXPECT_EQ(new_layer ? last_vp9_.spatial_idx + 1 : last_vp9_.spatial_idx, in VerifySpatialIdxWithinFrame()
1982 (!vp9.inter_pic_predicted || last_vp9_.temporal_idx == 1) ? 0 : 1; in VerifyTemporalLayerStructure2()
1992 EXPECT_NE(vp9.temporal_idx, last_vp9_.temporal_idx); in VerifyTemporalLayerStructure3()
1995 EXPECT_EQ(2, last_vp9_.temporal_idx); in VerifyTemporalLayerStructure3()
1999 EXPECT_EQ(2, last_vp9_.temporal_idx); in VerifyTemporalLayerStructure3()
[all …]