Searched refs:audio_stream_in_frame_size (Results 1 - 5 of 5) sorted by relevance

/hardware/libhardware/include/hardware/
H A Daudio.h437 * 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/
H A Daudio_hw.c196 usleep(bytes * 1000000 / audio_stream_in_frame_size(stream) /
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp442 if (in) device_config->pipe_frame_size = audio_stream_in_frame_size(&in->stream);
937 audio_stream_in_frame_size((const struct audio_stream_in *)stream);
1033 const size_t frame_size = audio_stream_in_frame_size(stream);
/hardware/qcom/audio/hal/
H A Daudio_hw.c1692 audio_stream_in_frame_size((const struct audio_stream_in *)stream);
1836 usleep(bytes * 1000000 / audio_stream_in_frame_size(stream) /
2416 frame_size = audio_stream_in_frame_size(&in->stream);
/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c628 return proxy_get_period_size(&in->proxy) * audio_stream_in_frame_size(&(in->stream));

Completed in 1174 milliseconds