HomeSort by relevance Sort by last modified time
    Searched refs:SLuint32 (Results 76 - 100 of 173) sorted by null

1 2 34 5 6 7

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 60 SLuint32 command,
61 SLuint32 commandSize,
63 SLuint32 *replySize,
126 SLuint32 *pNumSupportedEffects);
130 SLuint32 index,
153 SLuint32 valueSize);
157 SLuint32 *pValueSize,
180 SLuint32 count;
181 SLuint32 index;
189 SLuint32 siz
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES_Android.h 60 SLuint32 command,
61 SLuint32 commandSize,
63 SLuint32 *replySize,
126 SLuint32 *pNumSupportedEffects);
130 SLuint32 index,
153 SLuint32 valueSize);
157 SLuint32 *pValueSize,
180 SLuint32 count;
181 SLuint32 index;
189 SLuint32 siz
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES_Android.h 60 SLuint32 command,
61 SLuint32 commandSize,
63 SLuint32 *replySize,
126 SLuint32 *pNumSupportedEffects);
130 SLuint32 index,
153 SLuint32 valueSize);
157 SLuint32 *pValueSize,
180 SLuint32 count;
181 SLuint32 index;
189 SLuint32 siz
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 60 SLuint32 command,
61 SLuint32 commandSize,
63 SLuint32 *replySize,
126 SLuint32 *pNumSupportedEffects);
130 SLuint32 index,
153 SLuint32 valueSize);
157 SLuint32 *pValueSize,
180 SLuint32 count;
181 SLuint32 index;
189 SLuint32 siz
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES_Android.h 60 SLuint32 command,
61 SLuint32 commandSize,
63 SLuint32 *replySize,
126 SLuint32 *pNumSupportedEffects);
130 SLuint32 index,
153 SLuint32 valueSize);
157 SLuint32 *pValueSize,
180 SLuint32 count;
181 SLuint32 index;
189 SLuint32 siz
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES_Android.h 60 SLuint32 command,
61 SLuint32 commandSize,
63 SLuint32 *replySize,
126 SLuint32 *pNumSupportedEffects);
130 SLuint32 index,
153 SLuint32 valueSize);
157 SLuint32 *pValueSize,
180 SLuint32 count;
181 SLuint32 index;
189 SLuint32 siz
    [all...]
  /frameworks/wilhelm/src/ut/
OpenSLESUT.h 25 extern const char *slesutObjectIDToString(SLuint32 objectID);
  /frameworks/wilhelm/src/itf/
IMetadataTraversal.c 22 static SLresult IMetadataTraversal_SetMode(SLMetadataTraversalItf self, SLuint32 mode)
46 static SLresult IMetadataTraversal_GetChildCount(SLMetadataTraversalItf self, SLuint32 *pCount)
55 SLuint32 count = thiz->mCount;
66 SLMetadataTraversalItf self, SLuint32 index, SLuint32 *pSize)
75 SLuint32 size = thiz->mSize;
85 static SLresult IMetadataTraversal_GetChildInfo(SLMetadataTraversalItf self, SLuint32 index,
86 SLint32 *pNodeID, SLuint32 *pType, SLuint32 size, SLchar *pMimeType)
97 static SLresult IMetadataTraversal_SetActiveNode(SLMetadataTraversalItf self, SLuint32 index
    [all...]
IMIDITime.c 22 static SLresult IMIDITime_GetDuration(SLMIDITimeItf self, SLuint32 *pDuration)
30 SLuint32 duration = thiz->mDuration;
39 static SLresult IMIDITime_SetPosition(SLMIDITimeItf self, SLuint32 position)
58 static SLresult IMIDITime_GetPosition(SLMIDITimeItf self, SLuint32 *pPosition)
67 SLuint32 position = thiz->mPosition;
77 static SLresult IMIDITime_SetLoopPoints(SLMIDITimeItf self, SLuint32 startTick, SLuint32 numTicks)
83 SLuint32 duration = thiz->mDuration;
98 static SLresult IMIDITime_GetLoopPoints(SLMIDITimeItf self, SLuint32 *pStartTick,
99 SLuint32 *pNumTicks
    [all...]
IMetadataExtraction.c 22 static SLresult IMetadataExtraction_GetItemCount(SLMetadataExtractionItf self, SLuint32 *pItemCount)
47 SLuint32 index, SLuint32 *pKeySize)
72 SLuint32 index, SLuint32 keySize, SLMetadataInfo *pKey)
97 SLuint32 index, SLuint32 *pValueSize)
122 SLuint32 index, SLuint32 valueSize, SLMetadataInfo *pValue)
147 SLuint32 keySize, const void *pKey, SLuint32 keyEncoding
    [all...]
IMIDITempo.c 22 static SLresult IMIDITempo_SetTicksPerQuarterNote(SLMIDITempoItf self, SLuint32 tpqn)
40 static SLresult IMIDITempo_GetTicksPerQuarterNote(SLMIDITempoItf self, SLuint32 *pTpqn)
49 SLuint32 ticksPerQuarterNote = thiz->mTicksPerQuarterNote;
87 SLuint32 microsecondsPerQuarterNote = thiz->mMicrosecondsPerQuarterNote;
IEngineCapabilities.c 103 SLuint32 *pIndex, SLuint32 *pLEDDeviceID, SLLEDDescriptor *pDescriptor)
109 SLuint32 index;
128 SLuint32 id = *pLEDDeviceID;
145 SLuint32 *pIndex, SLuint32 *pVibraDeviceID, SLVibraDescriptor *pDescriptor)
151 SLuint32 index;
170 SLuint32 id = *pVibraDeviceID;
IDeviceVolume.c 22 static SLresult IDeviceVolume_GetVolumeScale(SLDeviceVolumeItf self, SLuint32 deviceID,
49 static SLresult IDeviceVolume_SetVolume(SLDeviceVolumeItf self, SLuint32 deviceID, SLint32 volume)
78 static SLresult IDeviceVolume_GetVolume(SLDeviceVolumeItf self, SLuint32 deviceID, SLint32 *pVolume)
IAudioIODeviceCapabilities.c 25 SLAudioIODeviceCapabilitiesItf self, SLint32 *pNumInputs, SLuint32 *pInputDeviceIDs)
48 SLAudioIODeviceCapabilitiesItf self, SLuint32 deviceID, SLAudioInputDescriptor *pDescriptor)
88 SLAudioIODeviceCapabilitiesItf self, SLint32 *pNumOutputs, SLuint32 *pOutputDeviceIDs)
114 SLAudioIODeviceCapabilitiesItf self, SLuint32 deviceID, SLAudioOutputDescriptor *pDescriptor)
175 SLAudioIODeviceCapabilitiesItf self, SLuint32 deviceID,
176 SLint32 *pNumAudioInputs, SLuint32 *pAudioInputDeviceIDs)
193 SLAudioIODeviceCapabilitiesItf self, SLuint32 deviceID,
194 SLint32 *pNumAudioOutputs, SLuint32 *pAudioOutputDeviceIDs)
211 SLAudioIODeviceCapabilitiesItf self, SLuint32 defaultDeviceID,
212 SLint32 *pNumAudioDevices, SLuint32 *pAudioDeviceIDs
    [all...]
  /frameworks/wilhelm/src/
sl_entry.c 21 SL_API SLresult SLAPIENTRY slCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions,
22 const SLEngineOption *pEngineOptions, SLuint32 numInterfaces,
37 SL_API SLresult SLAPIENTRY slQueryNumSupportedEngineInterfaces(SLuint32 *pNumSupportedInterfaces)
52 SL_API SLresult SLAPIENTRY slQuerySupportedEngineInterfaces(SLuint32 index,
sles_allinclusive.h 207 SLuint32 mInterfaceCount; // number of possible interfaces
225 SLuint32 mSize;
232 SLuint32 mTsCmdCode;
239 SLuint32 mAdtsCmdCode;
254 SLuint32 mDataSize;
255 SLuint32 mDataSizeConsumed;
259 // SLuint32 mBufferState;
275 SLuint32 mWhich; // which buffer to use next
298 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds,
302 extern const ClassTable *objectIDtoClass(SLuint32 objectID)
    [all...]
itfstruct.h 29 SLuint32 mInstanceID; // const for debugger and for RPC, 0 means unpublished
50 SLuint8 mState; // really SLuint32, but SLuint8 to save space
70 SLuint32 mGeneration; // incremented each master clock cycle
71 SLuint32 mWaiting; // number of threads waiting in Commit
233 // originally SLuint32, but range-checked down to SLuint16
239 SLuint32 mSizeConsumed;
294 SLuint32 mInstanceCount;
301 // SLuint32 mVersion; // 0xXXYYZZ where XX=major, YY=minor, ZZ=step
309 SLuint32 mMaxIndexLED;
310 SLuint32 mMaxIndexVibra
    [all...]
data.h 20 SLuint32 mLocatorType;
35 SLuint32 mFormatType;
88 DataLocatorFormat *myDataSourceLocator, SLuint32 allowedDataLocatorMask,
89 SLuint32 allowedDataFormatMask);
91 DataLocatorFormat *myDataSinkLocator, SLuint32 allowedDataLocatorMask,
92 SLuint32 allowedDataFormatMask);
devices.c 92 (SLuint32) ~0 // colorMask
114 static const SLuint32 Codec_IDs[] = {
126 const SLuint32 * const Decoder_IDs = Codec_IDs;
127 const SLuint32 * const Encoder_IDs = Codec_IDs;
130 static const SLuint32 VideoCodecIds[] = {
143 const SLuint32 * const VideoDecoderIds = VideoCodecIds;
172 (SLuint32) ~0, // maxBitRate
209 SLresult GetCodecCapabilities(SLuint32 codecId, SLuint32 *pIndex,
216 SLuint32 index
    [all...]
entry.c 28 LI_API SLresult liCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions,
29 const SLEngineOption *pEngineOptions, SLuint32 numInterfaces,
59 SLuint32 i;
106 SLuint32 index;
180 LI_API SLresult liQueryNumSupportedInterfaces(SLuint32 *pNumSupportedInterfaces,
188 SLuint32 count = 0;
189 SLuint32 i;
215 LI_API SLresult liQuerySupportedInterfaces(SLuint32 index, SLInterfaceID *pInterfaceId,
225 SLuint32 i;
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.h 32 const void *pConfigValue, SLuint32 valueSize);
44 SLuint32* pValueSize, void *pConfigValue);
54 extern void android_audioRecorder_setRecordState(CAudioRecorder* ar, SLuint32 state);
android_defs.h 129 #define ANDROID_MP2TSEVENT_NONE ((SLuint32) 0x0)
131 #define ANDROID_MP2TSEVENT_EOS ((SLuint32) 0x1)
133 #define ANDROID_MP2TSEVENT_DISCONTINUITY ((SLuint32) 0x1 << 1)
136 #define ANDROID_MP2TSEVENT_DISCON_NEWPTS ((SLuint32) 0x1 << 2)
138 #define ANDROID_MP2TSEVENT_FORMAT_CHANGE_FULL ((SLuint32) 0x1 << 3)
139 #define ANDROID_MP2TSEVENT_FORMAT_CHANGE_VIDEO ((SLuint32) 0x1 << 4)
BufferQueueSource.h 22 // number of SLuint32 fields to store a buffer event message in an item, by mapping each
23 // to the item key (SLuint32), the item size (SLuint32), and the item data (mask on SLuint32)
34 static const SLuint32 kItemProcessed[NB_BUFFEREVENT_ITEM_FIELDS];
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 47 static const SLuint32 invalidNumBuffers[] = { 0, 0xFFFFFFFF, 0x80000000, 0x10002, 0x102,
49 static const SLuint32 validNumBuffers[] = { 1, 2, 3, 4, 5, 6, 7, 8, 255 };
88 SLuint32 playerState;
136 SLuint32 i;
172 SLuint32 numBuffers = invalidNumBuffers[i];
185 void PrepareValidBuffer(SLuint32 numBuffers) {
209 ASSERT_EQ((SLuint32) 0, bufferqueueState.count);
210 ASSERT_EQ((SLuint32) 0, bufferqueueState.playIndex);
213 void EnqueueMaxBuffer(SLuint32 numBuffers) {
214 SLuint32 j
    [all...]
  /frameworks/ex/variablespeed/jni/
variablespeed.h 61 void DecodingEventCallback(SLPlayItf caller, SLuint32 event);
62 void PrefetchEventCallback(SLPrefetchStatusItf caller, SLuint32 event);
87 SLuint32 GetSLSampleRate();
88 SLuint32 GetSLChannels();
117 SLuint32 mSampleRate;
118 SLuint32 mChannels;

Completed in 492 milliseconds

1 2 34 5 6 7