Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
Dchannels.c95 = sles_to_audio_channel_mask_representation(mask); in sles_channel_count_from_mask()
113 audio_channel_representation_t sles_to_audio_channel_mask_representation(SLuint32 mask) { in sles_to_audio_channel_mask_representation() function
173 audio_channel_representation_t rep = sles_to_audio_channel_mask_representation(mask); in sles_to_android_mask_helper()
237 if (sles_to_audio_channel_mask_representation(mask) == AUDIO_CHANNEL_REPRESENTATION_POSITION) { in sles_is_channel_mask_valid()
Dchannels.h63 extern audio_channel_representation_t sles_to_audio_channel_mask_representation(SLuint32 mask);
DAudioPlayer_to_android.cpp893 sles_to_audio_channel_mask_representation(mask); in android_audioPlayer_validateChannelMask()