Home | History | Annotate | Download | only in android

Lines Matching defs:audio

326   // |num_fifo_buffers_needed_| is a multiple of 10ms of buffered up audio.
398 // Interfaces for streaming audio data, setting volume and Android are needed.
453 WEBRTC_TRACE(kTraceWarning, kTraceAudioDevice, id_, "Audio underrun");
460 // All buffers have been flushed. Restart the audio from scratch.
489 int8_t* audio = fifo_->Pop();
490 if (audio)
493 audio,
557 int8_t* audio = play_buf_[active_queue_].get();
558 fine_buffer_->GetBufferData(audio);
559 fifo_->Push(audio);