OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:frames_us
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/media/base/
audio_timestamp_helper.cc
71
double
frames_us
= microseconds_per_frame_ * frame_count;
local
72
return base_timestamp_ + base::TimeDelta::FromMicroseconds(
frames_us
);
Completed in 41 milliseconds