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

  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 316 audio_stream_out_frame_size((struct audio_stream_out *)stream);
321 audio_stream_out_frame_size((struct audio_stream_out *)stream);
333 audio_stream_out_frame_size((struct audio_stream_out *)stream));
645 (audio_stream_out_frame_size(stream)) /
  /hardware/libhardware/include/hardware/
audio.h 437 * Deprecated: use audio_stream_out_frame_size() or audio_stream_in_frame_size() instead.
456 static inline size_t audio_stream_out_frame_size(const struct audio_stream_out *s) function
  /hardware/libhardware/modules/audio/
audio_hw.c 108 usleep(bytes * 1000000 / audio_stream_out_frame_size(stream) /
  /device/asus/grouper/audio/
audio_hw.c 520 audio_stream_out_frame_size((const struct audio_stream_out *)stream);
629 size_t frame_size = audio_stream_out_frame_size(stream);
771 usleep(bytes * 1000000 / audio_stream_out_frame_size(&stream->common) /
    [all...]
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 443 if (out) device_config->pipe_frame_size = audio_stream_out_frame_size(&out->stream);
655 audio_stream_out_frame_size((const struct audio_stream_out *)stream);
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 259 proxy_get_period_size(&out->proxy) * audio_stream_out_frame_size(&(out->stream));
443 usleep(bytes * 1000000 / audio_stream_out_frame_size(stream) /
    [all...]
  /device/samsung/manta/audio/
audio_hw.c 948 audio_stream_out_frame_size((const struct audio_stream_out *)stream);
    [all...]
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 759 audio_stream_out_frame_size(&out->stream) /
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c     [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]

Completed in 7098 milliseconds