Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_send_stream_tests.cc3306 last_vp9_ = vp9_header; in OnSendRtp()
3313 if (last_vp9_.picture_id > vp9.picture_id) { in ContinuousPictureId()
3316 return vp9.picture_id == last_vp9_.picture_id + 1; in ContinuousPictureId()
3321 bool new_layer = vp9.spatial_idx != last_vp9_.spatial_idx; in VerifySpatialIdxWithinFrame()
3323 EXPECT_EQ(new_layer, last_vp9_.end_of_frame); in VerifySpatialIdxWithinFrame()
3324 EXPECT_EQ(new_layer ? last_vp9_.spatial_idx + 1 : last_vp9_.spatial_idx, in VerifySpatialIdxWithinFrame()
3367 (!vp9.inter_pic_predicted || last_vp9_.temporal_idx == 1) ? 0 : 1; in VerifyTemporalLayerStructure2()
3377 EXPECT_NE(vp9.temporal_idx, last_vp9_.temporal_idx); in VerifyTemporalLayerStructure3()
3380 EXPECT_EQ(2, last_vp9_.temporal_idx); in VerifyTemporalLayerStructure3()
3384 EXPECT_EQ(2, last_vp9_.temporal_idx); in VerifyTemporalLayerStructure3()
[all …]