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

  /external/chromium_org/media/base/
audio_fifo.h 56 int read_pos_; member in class:media::AudioFifo
audio_fifo.cc 45 read_pos_(0),
104 GetSizes(read_pos_, max_frames(), frames_to_consume,
114 memcpy(&dest[start_frame], &src[read_pos_], consume_size * sizeof(src[0]));
123 read_pos_ = UpdatePos(read_pos_, frames_to_consume, max_frames());
129 read_pos_ = 0;
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
single_rw_fifo.cc 56 read_pos_(0),
92 ret_val = queue_[read_pos_];
96 read_pos_ = UpdatePos(read_pos_, capacity());
single_rw_fifo.h 43 int read_pos_; member in class:webrtc::SingleRwFifo
  /external/chromium_org/third_party/webrtc/base/
stream.cc 1175 : str_(str), read_pos_(0), read_only_(false) {
    [all...]
stream.h 737 size_t read_pos_; member in class:rtc::StringStream

Completed in 206 milliseconds