HomeSort by relevance Sort by last modified time
    Searched full:slint32 (Results 51 - 75 of 103) sorted by null

1 23 4 5

  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/SLES/
OpenSLES.h 70 typedef sl_int32_t SLint32; /* 32 bit signed integer */
81 typedef SLint32 SLmillimeter;
82 typedef SLint32 SLmillidegree;
136 #define SL_PRIORITY_LOWEST ((SLint32) (-0x7FFFFFFF-1))
137 #define SL_PRIORITY_VERYLOW ((SLint32) -0x60000000)
138 #define SL_PRIORITY_LOW ((SLint32) -0x40000000)
139 #define SL_PRIORITY_BELOWNORMAL ((SLint32) -0x20000000)
140 #define SL_PRIORITY_NORMAL ((SLint32) 0x00000000)
141 #define SL_PRIORITY_ABOVENORMAL ((SLint32) 0x20000000)
142 #define SL_PRIORITY_HIGH ((SLint32) 0x40000000
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/SLES/
OpenSLES.h 70 typedef sl_int32_t SLint32; /* 32 bit signed integer */
81 typedef SLint32 SLmillimeter;
82 typedef SLint32 SLmillidegree;
136 #define SL_PRIORITY_LOWEST ((SLint32) (-0x7FFFFFFF-1))
137 #define SL_PRIORITY_VERYLOW ((SLint32) -0x60000000)
138 #define SL_PRIORITY_LOW ((SLint32) -0x40000000)
139 #define SL_PRIORITY_BELOWNORMAL ((SLint32) -0x20000000)
140 #define SL_PRIORITY_NORMAL ((SLint32) 0x00000000)
141 #define SL_PRIORITY_ABOVENORMAL ((SLint32) 0x20000000)
142 #define SL_PRIORITY_HIGH ((SLint32) 0x40000000
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 70 typedef sl_int32_t SLint32; /* 32 bit signed integer */
81 typedef SLint32 SLmillimeter;
82 typedef SLint32 SLmillidegree;
136 #define SL_PRIORITY_LOWEST ((SLint32) (-0x7FFFFFFF-1))
137 #define SL_PRIORITY_VERYLOW ((SLint32) -0x60000000)
138 #define SL_PRIORITY_LOW ((SLint32) -0x40000000)
139 #define SL_PRIORITY_BELOWNORMAL ((SLint32) -0x20000000)
140 #define SL_PRIORITY_NORMAL ((SLint32) 0x00000000)
141 #define SL_PRIORITY_ABOVENORMAL ((SLint32) 0x20000000)
142 #define SL_PRIORITY_HIGH ((SLint32) 0x40000000
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES.h 70 typedef sl_int32_t SLint32; /* 32 bit signed integer */
81 typedef SLint32 SLmillimeter;
82 typedef SLint32 SLmillidegree;
136 #define SL_PRIORITY_LOWEST ((SLint32) (-0x7FFFFFFF-1))
137 #define SL_PRIORITY_VERYLOW ((SLint32) -0x60000000)
138 #define SL_PRIORITY_LOW ((SLint32) -0x40000000)
139 #define SL_PRIORITY_BELOWNORMAL ((SLint32) -0x20000000)
140 #define SL_PRIORITY_NORMAL ((SLint32) 0x00000000)
141 #define SL_PRIORITY_ABOVENORMAL ((SLint32) 0x20000000)
142 #define SL_PRIORITY_HIGH ((SLint32) 0x40000000
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 70 typedef sl_int32_t SLint32; /* 32 bit signed integer */
81 typedef SLint32 SLmillimeter;
82 typedef SLint32 SLmillidegree;
136 #define SL_PRIORITY_LOWEST ((SLint32) (-0x7FFFFFFF-1))
137 #define SL_PRIORITY_VERYLOW ((SLint32) -0x60000000)
138 #define SL_PRIORITY_LOW ((SLint32) -0x40000000)
139 #define SL_PRIORITY_BELOWNORMAL ((SLint32) -0x20000000)
140 #define SL_PRIORITY_NORMAL ((SLint32) 0x00000000)
141 #define SL_PRIORITY_ABOVENORMAL ((SLint32) 0x20000000)
142 #define SL_PRIORITY_HIGH ((SLint32) 0x40000000
    [all...]
  /external/chromium_org/media/audio/android/
opensles_input.cc 252 SLint32 stream_type = SL_ANDROID_RECORDING_PRESET_VOICE_COMMUNICATION;
257 sizeof(SLint32)),
opensles_output.cc 251 SLint32 stream_type = SL_ANDROID_STREAM_VOICE;
256 sizeof(SLint32)),
  /frameworks/wilhelm/tests/mimeUri/
slesTestGetPositionUri.cpp 131 SLint32 numOutputs = 0;
286 if (((SLint32)posInMsec > (counter*1000 + TIME_TOLERANCE_MS)) ||
287 ((SLint32)posInMsec < (counter*1000 - TIME_TOLERANCE_MS))) {
slesTestLoopUri.cpp 126 SLint32 numOutputs = 0;
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 103 SLint32 numOutputs = 0;
222 SLint32 durationDiffMsec = durationInMsec - MP3_DURATION;
  /frameworks/wilhelm/tests/sandbox/
outputmix.c 182 SLint32 numDevices = 1;
  /frameworks/wilhelm/src/
itfstruct.h 36 SLint32 mPriority;
251 SLint32 mVolume[MAX_DEVICE];
  /frameworks/wilhelm/tests/examples/
slesTestPlayFdPath.cpp 116 locatorFd.fd = (SLint32) fd;
slesTestSawtoothBufferQueue.cpp 109 SLint32 numOutputs = 0;
slesTestBassBoostPath.cpp 123 locatorFd.fd = (SLint32) fd;
slesTestEqFdPath.cpp 128 locatorFd.fd = (SLint32) fd;
slesTestEqOutputPath.cpp 135 locatorFd.fd = (SLint32) fd;
slesTestVirtualizerPath.cpp 124 locatorFd.fd = (SLint32) fd;
  /frameworks/wilhelm/src/itf/
IObject.c 642 static SLresult IObject_SetPriority(SLObjectItf self, SLint32 priority, SLboolean preemptable)
661 static SLresult IObject_GetPriority(SLObjectItf self, SLint32 *pPriority, SLboolean *pPreemptable)
671 SLint32 priority = thiz->mPriority;
  /cts/tests/tests/nativemedia/sl/src/
SLObjectCreationTest.cpp 149 locatorFdSrc.fd = (SLint32) 1;// a positive value to fake a valid FD
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES_Android.h 218 SLint32 fd;
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 218 SLint32 fd;
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 218 SLint32 fd;
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES_Android.h 218 SLint32 fd;
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 218 SLint32 fd;

Completed in 1468 milliseconds

1 23 4 5