Searched refs:offload_info (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/audio/hal/
H A Daudio_hw.c1891 if (config->offload_info.version != AUDIO_INFO_INITIALIZER.version ||
1892 config->offload_info.size != AUDIO_INFO_INITIALIZER.size) {
1897 if (!is_supported_format(config->offload_info.format)) {
1907 if (config->offload_info.channel_mask)
1908 out->channel_mask = config->offload_info.channel_mask;
1911 out->format = config->offload_info.format;
1912 out->sample_rate = config->offload_info.sample_rate;
1921 get_snd_codec_id(config->offload_info.format);
1925 compress_get_alsa_rate(config->offload_info.sample_rate);
1927 config->offload_info
[all...]
/hardware/libhardware/include/hardware/
H A Daudio.h148 audio_offload_info_t offload_info; member in struct:audio_config

Completed in 72 milliseconds