HomeSort by relevance Sort by last modified time
    Searched full:expected_receive_timestamp (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/acm2/
initial_delay_manager_unittest.cc 159 uint32_t expected_receive_timestamp; local
160 GetNextRtpHeader(&expected_rtp_info, &expected_receive_timestamp);
171 EXPECT_EQ(expected_receive_timestamp, sync_stream.receive_timestamp);
188 uint32_t expected_receive_timestamp; local
189 GetNextRtpHeader(&expected_rtp_info, &expected_receive_timestamp);
229 uint32_t expected_receive_timestamp; local
230 GetNextRtpHeader(&expected_rtp_info, &expected_receive_timestamp);
241 EXPECT_EQ(expected_receive_timestamp, sync_stream.receive_timestamp);
270 uint32_t expected_receive_timestamp; local
271 GetNextRtpHeader(&expected_rtp_info, &expected_receive_timestamp);
    [all...]

Completed in 55 milliseconds