OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:audio_stream_frame_size
(Results
1 - 10
of
10
) sorted by null
/hardware/libhardware/include/hardware/
audio.h
296
static inline size_t
audio_stream_frame_size
(const struct audio_stream *s)
function
/hardware/libhardware/modules/audio/
audio_hw.c
108
usleep(bytes * 1000000 /
audio_stream_frame_size
(&stream->common) /
196
usleep(bytes * 1000000 /
audio_stream_frame_size
(&stream->common) /
/hardware/libhardware/modules/usbaudio/
audio_hw.c
105
audio_stream_frame_size
((struct audio_stream *)stream);
217
usleep(bytes * 1000000 /
audio_stream_frame_size
(&stream->common) /
/hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp
234
const size_t frame_size =
audio_stream_frame_size
(&stream->common);
331
in->dev->config.period_size *
audio_stream_frame_size
(stream));
332
return in->dev->config.period_size *
audio_stream_frame_size
(stream);
395
const size_t frame_size =
audio_stream_frame_size
(&stream->common);
/device/ti/panda/audio/
audio_hw.c
708
br->sample_size =
audio_stream_frame_size
(&in->stream.common) / in->config.channels;
[
all
...]
/device/samsung/manta/audio/
audio_hw.c
869
size_t frame_size =
audio_stream_frame_size
(&in->stream.common);
922
audio_stream_frame_size
((struct audio_stream *)stream);
[
all
...]
/device/samsung/tuna/audio/
audio_hw.c
[
all
...]
/hardware/qcom/audio/hal/
audio_hw.c
[
all
...]
/external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c
652
audio_stream_frame_size
(&out->stream.common) /
/frameworks/av/services/audioflinger/
Threads.cpp
[
all
...]
Completed in 135 milliseconds