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

  /device/asus/grouper/audio/
audio_hw.c 478 frames_wr * audio_stream_in_frame_size(&in->stream)),
488 frames_wr * audio_stream_in_frame_size(&in->stream),
490 buf.frame_count * audio_stream_in_frame_size(&in->stream));
852 return size * audio_stream_in_frame_size(&in->stream);
943 size_t frames_rq = bytes / audio_stream_in_frame_size(stream);
996 usleep(bytes * 1000000 / audio_stream_in_frame_size(stream) /
    [all...]
  /hardware/libhardware/include/hardware/
audio.h 437 * Deprecated: use audio_stream_out_frame_size() or audio_stream_in_frame_size() instead.
472 static inline size_t audio_stream_in_frame_size(const struct audio_stream_in *s) function
  /hardware/libhardware/modules/audio/
audio_hw.c 196 usleep(bytes * 1000000 / audio_stream_in_frame_size(stream) /
  /device/samsung/manta/audio/
audio_hw.c 895 size_t frame_size = audio_stream_in_frame_size(&in->stream);
    [all...]
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 442 if (in) device_config->pipe_frame_size = audio_stream_in_frame_size(&in->stream);
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 628 return proxy_get_period_size(&in->proxy) * audio_stream_in_frame_size(&(in->stream));
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c     [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]

Completed in 797 milliseconds