Searched refs:SLMetadataInfo (Results 1 - 7 of 7) sorted by path

/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc230 SLMetadataInfo *keyInfo, *value;
235 keyInfo = static_cast<SLMetadataInfo*>(malloc(keySize));
241 value = static_cast<SLMetadataInfo*>(malloc(valueSize));
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h757 } SLMetadataInfo; typedef in typeref:struct:SLMetadataInfo_
779 SLMetadataInfo *pKey
790 SLMetadataInfo *pValue
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp1818 *pKeySize = keyNameSize + sizeof(SLMetadataInfo);
1837 SLuint32 index, SLuint32 size, SLMetadataInfo *pKey) {
1848 if ((size < sizeof(SLMetadataInfo) ||
1849 (!decoder->getPcmFormatKeyName(index, size - sizeof(SLMetadataInfo),
1891 *pValueSize = valueSize + sizeof(SLMetadataInfo);
1910 SLuint32 index, SLuint32 size, SLMetadataInfo *pValue) {
1924 if ((size < sizeof(SLMetadataInfo)
1926 || (!decoder->getPcmFormatKeyValue(index, size - sizeof(SLMetadataInfo),
H A DAudioPlayer_to_android.h104 SLuint32 index, SLuint32 size, SLMetadataInfo *pKey);
110 SLuint32 index, SLuint32 size, SLMetadataInfo *pValue);
/frameworks/wilhelm/src/itf/
H A DIMetadataExtraction.c72 SLuint32 index, SLuint32 keySize, SLMetadataInfo *pKey)
122 SLuint32 index, SLuint32 valueSize, SLMetadataInfo *pValue)
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp95 * are SLuint32, but it is saved in the data field of a SLMetadataInfo, hence the larger size.
100 static SLMetadataInfo *pcmMetaData = NULL;
352 SLMetadataInfo pcmMetaData;
680 SLMetadataInfo *keyInfo, *value;
688 keyInfo = (SLMetadataInfo*) malloc(keySize);
H A DslesTestDecodeToBuffQueue.cpp73 * are SLuint32, but it is saved in the data field of a SLMetadataInfo, hence the larger size.
78 static SLMetadataInfo *pcmMetaData = NULL;
313 pcmMetaData = (SLMetadataInfo*) malloc(PCM_METADATA_VALUE_SIZE);
466 SLMetadataInfo *keyInfo, *value;
474 keyInfo = (SLMetadataInfo*) malloc(keySize);

Completed in 116 milliseconds