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

  /external/chromium_org/media/audio/win/
audio_unified_win.cc 133 target_fifo_frames_(0),
624 target_fifo_frames_ = kTargetFifoSafetyFactor * input_buffer_size_frames_;
625 VLOG(1) << "Target FIFO size: " << target_fifo_frames_;
647 target_fifo_frames_);
    [all...]
audio_unified_win.h 308 int target_fifo_frames_; member in class:media::WASAPIUnifiedStream
311 // in the FIFO versus |target_fifo_frames_|.
  /external/chromium_org/media/audio/mac/
audio_synchronized_mac.h 186 int target_fifo_frames_; member in class:media::AudioSynchronizedStream
189 // in the FIFO versus |target_fifo_frames_|.
audio_synchronized_mac.cc 79 target_fifo_frames_(kBaseTargetFifoFrames),
158 target_fifo_frames_ += kAdditionalTargetFifoFrames;
164 AudioBus::Create(channels_, target_fifo_frames_);
841 // compared with the ideal value of |target_fifo_frames_|.
842 int delta = fifo_.frames() - target_fifo_frames_;
853 // |target_fifo_frames_| over a period of kCorrectionTimeSeconds.

Completed in 148 milliseconds