Home
last modified time | relevance | path

Searched refs:SL_ANDROID_SPEAKER_NON_POSITIONAL (Results 1 – 2 of 2) sorted by relevance

/frameworks/wilhelm/include/SLES/
DOpenSLES_Android.h58 #define SL_ANDROID_SPEAKER_NON_POSITIONAL ((SLuint32) 0x80000000) macro
72 ((bitfield) | SL_ANDROID_SPEAKER_NON_POSITIONAL)
/frameworks/wilhelm/src/android/
Dchannels.c114 if (mask & SL_ANDROID_SPEAKER_NON_POSITIONAL) { in sles_to_audio_channel_mask_representation()