OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_time1
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/media/base/
audio_buffer_queue_unittest.cc
375
const base::TimeDelta
start_time1
;
local
385
kSampleFormatS16, channels, 1, 1, 10,
start_time1
, duration));
389
EXPECT_EQ(
start_time1
, buffer.current_time());
393
EXPECT_EQ(
start_time1
+ base::TimeDelta::FromSeconds(2),
398
EXPECT_EQ(
start_time1
+ base::TimeDelta::FromSeconds(4),
408
EXPECT_EQ(
start_time1
+ base::TimeDelta::FromSeconds(9),
Completed in 1371 milliseconds