Searched refs:kTimestamp (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/media/base/
H A Daudio_discard_helper_unittest.cc76 const base::TimeDelta kTimestamp = base::TimeDelta(); local
86 CreateEncodedBuffer(kTimestamp, kEstimatedDuration);
92 EXPECT_EQ(kTimestamp, decoded_buffer->timestamp());
108 const base::TimeDelta kTimestamp = -base::TimeDelta::FromSeconds(1); local
113 CreateEncodedBuffer(kTimestamp, kDuration);
128 const base::TimeDelta kTimestamp = base::TimeDelta(); local
137 CreateEncodedBuffer(kTimestamp, kDuration);
143 EXPECT_EQ(kTimestamp, decoded_buffer->timestamp());
154 const base::TimeDelta kTimestamp = base::TimeDelta(); local
162 CreateEncodedBuffer(kTimestamp, kDuratio
187 const base::TimeDelta kTimestamp = base::TimeDelta(); local
213 const base::TimeDelta kTimestamp = base::TimeDelta(); local
236 const base::TimeDelta kTimestamp = base::TimeDelta(); local
257 const base::TimeDelta kTimestamp = base::TimeDelta(); local
286 const base::TimeDelta kTimestamp = base::TimeDelta(); local
316 const base::TimeDelta kTimestamp = base::TimeDelta(); local
423 const base::TimeDelta kTimestamp = base::TimeDelta(); local
458 const base::TimeDelta kTimestamp = base::TimeDelta(); local
488 const base::TimeDelta kTimestamp = base::TimeDelta(); local
525 const base::TimeDelta kTimestamp = base::TimeDelta(); local
[all...]
H A Dvideo_frame_unittest.cc95 const base::TimeDelta kTimestamp = base::TimeDelta::FromMicroseconds(1337); local
99 format, size, gfx::Rect(size), size, kTimestamp);
125 const base::TimeDelta kTimestamp = base::TimeDelta::FromMicroseconds(1337); local
131 size, kTimestamp);
321 const base::TimeDelta kTimestamp = base::TimeDelta::FromMicroseconds(1337); local
325 media::VideoFrame::YV12, size, gfx::Rect(size), size, kTimestamp);
H A Daudio_buffer_unittest.cc192 const base::TimeDelta kTimestamp = base::TimeDelta::FromMicroseconds(1337); local
202 kTimestamp);
211 kTimestamp);
/external/chromium_org/third_party/libaddressinput/src/cpp/test/
H A Dvalidating_util_test.cc38 const time_t kTimestamp = TIMESTAMP; member in namespace:__anon12608
106 EXPECT_FALSE(ValidatingUtil::UnwrapTimestamp(&data, kTimestamp));
111 EXPECT_FALSE(ValidatingUtil::UnwrapTimestamp(&data, kTimestamp));
116 EXPECT_FALSE(ValidatingUtil::UnwrapTimestamp(&data, kTimestamp));
121 EXPECT_FALSE(ValidatingUtil::UnwrapTimestamp(&data, kTimestamp));
126 EXPECT_TRUE(ValidatingUtil::UnwrapTimestamp(&data, kTimestamp));
132 EXPECT_FALSE(ValidatingUtil::UnwrapTimestamp(&data, kTimestamp));
137 EXPECT_TRUE(ValidatingUtil::UnwrapTimestamp(&data, kTimestamp));
143 ValidatingUtil::Wrap(kTimestamp, &data);
149 ValidatingUtil::Wrap(kTimestamp,
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Dpacket_unittest.cc48 const uint32_t kTimestamp = 47114711; local
51 kPayloadType, kSequenceNumber, kTimestamp, kSsrc, packet_memory);
58 EXPECT_EQ(kTimestamp, packet.header().timestamp);
76 const uint32_t kTimestamp = 47114711; local
79 kPayloadType, kSequenceNumber, kTimestamp, kSsrc, packet_memory);
89 EXPECT_EQ(kTimestamp, packet.header().timestamp);
141 const uint32_t kTimestamp = 47114711; local
144 kRedPayloadType, kSequenceNumber, kTimestamp, kSsrc, packet_memory);
166 EXPECT_EQ(kTimestamp, packet.header().timestamp);
190 EXPECT_EQ(kTimestamp, red_bloc
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_packet_history_unittest.cc37 enum {kTimestamp = 127}; enumerator in enum:webrtc::RtpPacketHistoryTest::__anon16002
71 CreateRtpPacket(kSeqNum, kSsrc, kPayload, kTimestamp, packet_, &len);
85 CreateRtpPacket(kSeqNum, kSsrc, kPayload, kTimestamp, packet_, &len);
117 CreateRtpPacket(kSeqNum, kSsrc, kPayload, kTimestamp, packet_, &len);
130 CreateRtpPacket(kSeqNum, kSsrc, kPayload, kTimestamp, packet_, &len);
150 CreateRtpPacket(kSeqNum, kSsrc, kPayload, kTimestamp, packet_, &len);
169 CreateRtpPacket(kSeqNum, kSsrc, kPayload, kTimestamp, packet_, &len);
185 CreateRtpPacket(kSeqNum, kSsrc, kPayload, kTimestamp, packet_, &len);
H A Drtp_sender_unittest.cc33 const uint32_t kTimestamp = 10; member in namespace:webrtc::__anon16027
114 EXPECT_EQ(kTimestamp, rtp_header.timestamp);
203 kTimestamp,
233 kTimestamp,
274 kTimestamp,
304 kTimestamp,
342 kTimestamp,
392 kTimestamp,
453 kTimestamp,
507 kTimestamp,
[all...]
/external/chromium_org/components/sessions/
H A Dserialized_navigation_entry_unittest.cc48 const base::Time kTimestamp = syncer::ProtoTimeToTime(100); member in namespace:sessions::__anon6816
71 navigation_entry->SetTimestamp(kTimestamp);
95 sync_data.set_timestamp_msec(syncer::TimeToProtoTime(kTimestamp));
150 EXPECT_EQ(kTimestamp, navigation.timestamp());
215 EXPECT_EQ(kTimestamp, new_navigation.timestamp());
280 EXPECT_EQ(syncer::TimeToProtoTime(kTimestamp), sync_data.timestamp_msec());
281 EXPECT_EQ(kTimestamp.ToInternalValue(), sync_data.global_id());
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_status_collector.cc65 const char kTimestamp[] = "timestamp"; member in namespace:__anon3418
139 location->GetString(kTimestamp, &timestamp_str) &&
550 location.SetString(kTimestamp,

Completed in 2965 milliseconds