Home
last modified time | relevance | path

Searched refs:audio_channel_mask_get_representation (Results 1 – 3 of 3) sorted by relevance

/system/media/audio_utils/
DBalance.cpp45 if (audio_channel_mask_get_representation(mChannelMask) in setChannelMask()
166 || audio_channel_mask_get_representation(mChannelMask) in setBalance()
Dformat.c167 audio_channel_mask_get_representation(src_channel_mask); in memcpy_by_index_array_initialization_from_channel_mask()
169 audio_channel_mask_get_representation(dst_channel_mask); in memcpy_by_index_array_initialization_from_channel_mask()
/system/media/audio/include/system/
Daudio.h290 static inline CONSTEXPR audio_channel_representation_t audio_channel_mask_get_representation( in audio_channel_mask_get_representation() function
300 static inline constexpr uint32_t audio_channel_mask_get_representation(int32_t mask) { in audio_channel_mask_get_representation() function
301 return audio_channel_mask_get_representation(static_cast<audio_channel_mask_t>(mask)); in audio_channel_mask_get_representation()
315 audio_channel_representation_t representation = audio_channel_mask_get_representation(channel); in audio_channel_mask_is_valid()
352 return audio_channel_mask_get_representation(channelMask) in audio_is_channel_mask_spatialized()
1493 switch (audio_channel_mask_get_representation(channel)) { in audio_is_input_channel()
1515 switch (audio_channel_mask_get_representation(channel)) { in audio_is_output_channel()
1537 switch (audio_channel_mask_get_representation(channel)) { in audio_channel_count_from_in_mask()
1566 switch (audio_channel_mask_get_representation(channel)) { in audio_channel_count_from_out_mask()
1772 if (audio_channel_mask_get_representation(channelMask) in audio_channel_position_mask_is_out_canonical()