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

  /external/adhd/cras/src/server/
dev_stream.h 145 * delay_frames - The delay reproted by the device, in frames at the device's
149 unsigned int delay_frames);
cras_empty_iodev.c 80 static int delay_frames(const struct cras_iodev *iodev) function
202 iodev->delay_frames = delay_frames;
cras_hfp_iodev.c 141 static int delay_frames(const struct cras_iodev *iodev) function
247 iodev->delay_frames = delay_frames;
test_iodev.c 61 static int delay_frames(const struct cras_iodev *iodev) function
199 iodev->delay_frames = delay_frames;
cras_loopback_iodev.c 149 static int delay_frames(const struct cras_iodev *iodev) function
266 iodev->delay_frames = delay_frames;
cras_bt_io.c 247 static int delay_frames(const struct cras_iodev *iodev) function
252 return dev->delay_frames(dev);
336 iodev->delay_frames = delay_frames;
cras_iodev.h 107 * delay_frames - The delay of the next sample in frames.
186 int (*delay_frames)(const struct cras_iodev *iodev); member in struct:cras_iodev
561 return iodev->delay_frames(iodev) + cras_iodev_get_dsp_delay(iodev);
cras_a2dp_iodev.c 342 static int delay_frames(const struct cras_iodev *iodev) function
489 iodev->delay_frames = delay_frames;
dev_stream.c 577 unsigned int delay_frames)
586 delay_frames);
594 delay_frames);
cras_alsa_io.c 278 static int delay_frames(const struct cras_iodev *iodev) function
    [all...]
  /external/adhd/cras/src/tests/
bt_io_unittest.cc 77 d->delay_frames = delay_frames;
106 static int delay_frames(const cras_iodev* iodev) { function in class:__anon14129::BtIoBasicSuite
audio_thread_unittest_obsolete.cc 82 iodev_.delay_frames = delay_frames;
159 static int delay_frames(const cras_iodev* iodev) { function in class:ReadStreamSuite
512 iodev_.delay_frames = delay_frames;
587 static int delay_frames(const cras_iodev* iodev) { function in class:WriteStreamSuite
1547 static int delay_frames(const cras_iodev* iodev) { function in class:ActiveDevicesSuite
    [all...]
audio_thread_unittest.cc 97 iodev->delay_frames = delay_frames;
151 static int delay_frames(const cras_iodev* iodev) { function in class:StreamDeviceSuite
941 unsigned int delay_frames)
  /external/webrtc/webrtc/common_audio/
audio_converter_unittest.cc 127 const size_t delay_frames = src_sample_rate_hz == dst_sample_rate_hz ? 0 : local
141 ComputeSNR(*ref_buffer.get(), *dst_buffer.get(), delay_frames));

Completed in 266 milliseconds