Home
last modified time | relevance | path

Searched refs:SL_ANDROID_PCM_REPRESENTATION_SIGNED_INT (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/wilhelm/src/android/
H A Dandroid_sles_conversions.h56 case SL_ANDROID_PCM_REPRESENTATION_SIGNED_INT: in sles_to_android_sampleFormat()
/aosp12/frameworks/wilhelm/src/
H A Ddata.cpp355 case SL_ANDROID_PCM_REPRESENTATION_SIGNED_INT: in checkDataFormat()
404 *df_representation != SL_ANDROID_PCM_REPRESENTATION_SIGNED_INT) { in checkDataFormat()
410 && *df_representation != SL_ANDROID_PCM_REPRESENTATION_SIGNED_INT in checkDataFormat()
/aosp12/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h42 #define SL_ANDROID_PCM_REPRESENTATION_SIGNED_INT ((SLuint32) 0x00000001) macro
/aosp12/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp271 pcm.representation = SL_ANDROID_PCM_REPRESENTATION_SIGNED_INT; in TestRecToBuffQueue()
/aosp12/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.cpp387 : SL_ANDROID_PCM_REPRESENTATION_SIGNED_INT; in main()