Searched refs:offload_info (Results 1 – 2 of 2) sorted by relevance
1891 if (config->offload_info.version != AUDIO_INFO_INITIALIZER.version || in adev_open_output_stream()1892 config->offload_info.size != AUDIO_INFO_INITIALIZER.size) { in adev_open_output_stream()1897 if (!is_supported_format(config->offload_info.format)) { in adev_open_output_stream()1907 if (config->offload_info.channel_mask) in adev_open_output_stream()1908 out->channel_mask = config->offload_info.channel_mask; in adev_open_output_stream()1911 out->format = config->offload_info.format; in adev_open_output_stream()1912 out->sample_rate = config->offload_info.sample_rate; in adev_open_output_stream()1921 get_snd_codec_id(config->offload_info.format); in adev_open_output_stream()1925 compress_get_alsa_rate(config->offload_info.sample_rate); in adev_open_output_stream()1927 config->offload_info.bit_rate; in adev_open_output_stream()[all …]
148 audio_offload_info_t offload_info; member