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

  /external/chromium_org/media/audio/alsa/
alsa_output.cc 149 bytes_per_output_frame_(bytes_per_frame_),
220 bytes_per_output_frame_ = channel_mixer_ ?
222 uint32 output_packet_size = frames_per_packet_ * bytes_per_output_frame_;
308 int buffer_size = GetAvailableFrames() * bytes_per_output_frame_;
376 packet_size = packet_size / bytes_per_frame_ * bytes_per_output_frame_;
407 CHECK_EQ(buffer_->forward_bytes() % bytes_per_output_frame_, 0u);
412 buffer_size = buffer_size - (buffer_size % bytes_per_output_frame_);
414 static_cast<snd_pcm_sframes_t>(buffer_size / bytes_per_output_frame_),
442 buffer_->Seek(frames_written * bytes_per_output_frame_);
alsa_output.h 178 uint32 bytes_per_output_frame_; member in class:media::AlsaPcmOutputStream

Completed in 44 milliseconds