Searched refs:supported_audio_channel_counts (Results 1 – 5 of 5) sorted by relevance
621 return supported_audio_channel_counts.has_value(); in HasSupportedAudioChannelCounts()637 return supported_audio_channel_counts.value_or(0) & (0b1 << (value - 1)); in IsAudioChannelCountsSupported()651 std::optional<uint8_t> supported_audio_channel_counts; member991 sizeof(decltype(core.supported_audio_channel_counts)::value_type))) { in LtvMapToCoreCodecCapabilities()992 core.supported_audio_channel_counts = VEC_UINT8_TO_UINT8(pac.value()); in LtvMapToCoreCodecCapabilities()994 core.supported_audio_channel_counts = 0b1; in LtvMapToCoreCodecCapabilities()
544 caps.supported_audio_channel_counts.value_or(1)); in IsCodecConfigSupported()
345 caps.supported_audio_channel_counts.value()); in TEST()
599 auto new_counts = caps.supported_audio_channel_counts.value(); in GetVendorAseConfigurationsForRequirements()
111 if (stack_caps.supported_audio_channel_counts) { in GetAidlCodecCapabilitiesFromStack()115 .bitmask = *stack_caps.supported_audio_channel_counts}; in GetAidlCodecCapabilitiesFromStack()