Home
last modified time | relevance | path

Searched refs:audio_stream_out_frame_size (Results 1 – 6 of 6) sorted by relevance

/hardware/libhardware/modules/audio/
Daudio_hw.c87 audio_stream_out_frame_size(&out->stream); in out_get_buffer_size()
167 int64_t sleep_time = bytes * 1000000LL / audio_stream_out_frame_size(stream) / in out_write()
/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp415 if (out) device_config->pipe_frame_size = audio_stream_out_frame_size(&out->stream); in submix_audio_device_create_pipe_l()
612 audio_stream_out_frame_size((const struct audio_stream_out *)stream); in out_get_buffer_size()
717 audio_stream_out_frame_size(stream); in out_get_latency()
741 const size_t frame_size = audio_stream_out_frame_size(stream); in out_write()
/hardware/libhardware/include/hardware/
Daudio.h798 static inline size_t audio_stream_out_frame_size(const struct audio_stream_out *s) in audio_stream_out_frame_size() function
/hardware/interfaces/audio/core/all-versions/default/
DStreamOut.cpp183 return audio_stream_out_frame_size(mStream); in getFrameSize()
581 return mStreamMmap->createMmapBuffer(minSizeFrames, audio_stream_out_frame_size(mStream), in createMmapBuffer()
/hardware/libhardware/modules/usbaudio/
Daudio_hal.c682 return proxy_get_period_size(&device_info->proxy) * audio_stream_out_frame_size(&(out->stream)); in out_get_buffer_size()
881 usleep(bytes * 1000000 / audio_stream_out_frame_size(stream) / in out_write()
/hardware/qcom/audio/hal/
Daudio_hw.c2786 audio_stream_out_frame_size((const struct audio_stream_out *)stream); in out_get_buffer_size()
3499 usleep(bytes * 1000000 / audio_stream_out_frame_size( in out_write_for_no_output()
3517 const size_t frame_size = audio_stream_out_frame_size(stream); in out_write()