OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:audio_stream_out_frame_size
(Results
1 - 12
of
12
) sorted by null
/frameworks/av/services/audioflinger/
AudioStreamOut.cpp
161
mHalFrameSize =
audio_stream_out_frame_size
(stream);
/device/linaro/hikey/audio/
audio_hw.c
138
return size *
audio_stream_out_frame_size
((struct audio_stream_out *)stream);
249
size_t frame_size =
audio_stream_out_frame_size
(stream);
278
usleep((int64_t)bytes * 1000000 /
audio_stream_out_frame_size
(stream) /
/hardware/intel/audio_media/hdmi/
tinyaudio_hw.c
300
audio_stream_out_frame_size
((struct audio_stream_out *)stream);
305
audio_stream_out_frame_size
((struct audio_stream_out *)stream);
317
audio_stream_out_frame_size
((struct audio_stream_out *)stream));
628
(
audio_stream_out_frame_size
(stream)) /
/hardware/libhardware/include/hardware/
audio.h
458
* Deprecated: use
audio_stream_out_frame_size
() or audio_stream_in_frame_size() instead.
477
static inline size_t
audio_stream_out_frame_size
(const struct audio_stream_out *s)
function
/hardware/libhardware/modules/audio/
audio_hw.c
130
int64_t sleep_time = bytes * 1000000LL /
audio_stream_out_frame_size
(stream) /
/hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp
445
if (out) device_config->pipe_frame_size =
audio_stream_out_frame_size
(&out->stream);
657
audio_stream_out_frame_size
((const struct audio_stream_out *)stream);
[
all
...]
/hardware/bsp/intel/peripheral/audio/generic/
audio_hal.c
366
proxy_get_period_size(&out->proxy) *
audio_stream_out_frame_size
(&(out->stream));
539
usleep(bytes * 1000000 /
audio_stream_out_frame_size
(stream) /
[
all
...]
/hardware/libhardware/modules/usbaudio/
audio_hal.c
304
proxy_get_period_size(&out->proxy) *
audio_stream_out_frame_size
(&(out->stream));
485
usleep(bytes * 1000000 /
audio_stream_out_frame_size
(stream) /
[
all
...]
/system/bt/audio_a2dp_hw/
audio_a2dp_hw.c
632
const size_t frames = bytes /
audio_stream_out_frame_size
(stream);
804
audio_stream_out_frame_size
(&out->stream) /
[
all
...]
/device/google/dragon/audio/hal/
audio_hw.c
[
all
...]
/hardware/qcom/audio/hal/
audio_hw.c
[
all
...]
/device/htc/flounder/audio/hal/
audio_hw.c
[
all
...]
Completed in 2621 milliseconds