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

/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp234 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);
/hardware/libhardware/modules/audio/
H A Daudio_hw.c108 usleep(bytes * 1000000 / audio_stream_frame_size(&stream->common) /
196 usleep(bytes * 1000000 / audio_stream_frame_size(&stream->common) /
/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c105 audio_stream_frame_size((struct audio_stream *)stream);
217 usleep(bytes * 1000000 / audio_stream_frame_size(&stream->common) /
/hardware/libhardware/include/hardware/
H A Daudio.h413 static inline size_t audio_stream_frame_size(const struct audio_stream *s) function
/hardware/qcom/audio/hal/
H A Daudio_hw.c1155 return out->config.period_size * audio_stream_frame_size(stream);
1470 usleep(bytes * 1000000 / audio_stream_frame_size(&out->stream.common) /
1648 return in->config.period_size * audio_stream_frame_size(stream);
1784 usleep(bytes * 1000000 / audio_stream_frame_size(&in->stream.common) /
2278 frame_size = audio_stream_frame_size((struct audio_stream *)in);

Completed in 93 milliseconds