Searched refs:microseconds_per_frame_ (Results 1 – 4 of 4) sorted by relevance
17 microseconds_per_frame_( in AudioClock()54 frames_written * playback_rate * microseconds_per_frame_); in WroteAudio()77 scaled_frames * microseconds_per_frame_); in WroteAudio()80 microseconds_per_frame_); in WroteAudio()109 microseconds_per_frame_; in TimeUntilPlayback()126 microseconds_per_frame_); in TimeUntilPlayback()174 microseconds_per_frame_); in ComputeBufferedMediaTime()
125 const double microseconds_per_frame_; variable
17 microseconds_per_frame_ = base::Time::kMicrosecondsPerSecond / fps; in AudioTimestampHelper()61 double threshold = microseconds_per_frame_ / 2; in GetFramesToTarget()63 (delta_from_base.InMicroseconds() + threshold) / microseconds_per_frame_; in GetFramesToTarget()71 double frames_us = microseconds_per_frame_ * frame_count; in ComputeTimestamp()
60 double microseconds_per_frame_; variable