Searched refs:is_bit_perfect (Results 1 – 1 of 1) sorted by relevance
123 bool is_bit_perfect; // True if the stream is open with bit-perfect output flag member605 bool is_bit_perfect) in stream_set_new_devices() argument622 status = proxy_prepare(&device_info->proxy, &device_info->profile, config, is_bit_perfect); in stream_set_new_devices()933 const bool is_bit_perfect = ((flags & AUDIO_OUTPUT_FLAG_BIT_PERFECT) != AUDIO_OUTPUT_FLAG_NONE); in adev_open_output_stream() local934 if (is_bit_perfect && (config->format == AUDIO_FORMAT_DEFAULT || in adev_open_output_stream()998 if (is_bit_perfect) { in adev_open_output_stream()1022 if (is_bit_perfect) { in adev_open_output_stream()1066 if (is_bit_perfect && proxy_config.channels != out->hal_channel_count) { in adev_open_output_stream()1072 ret = proxy_prepare(&device_info->proxy, &device_info->profile, &proxy_config, is_bit_perfect); in adev_open_output_stream()1073 if (is_bit_perfect && ret != 0) { in adev_open_output_stream()[all …]