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

  /external/chromium_org/media/cast/rtp_receiver/rtp_parser/
rtp_parser_unittest.cc 18 static const uint32 kTestTimestamp = 111111;
27 packet_builder_.SetTimestamp(kTestTimestamp);
32 cast_header_.rtp_timestamp = kTestTimestamp;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 25 static const uint32_t kTestTimestamp = 123;
133 input_frame_.set_timestamp(kTestTimestamp);
246 EXPECT_EQ(kTestTimestamp, decoded_video_frame_.timestamp());

Completed in 260 milliseconds