Home
last modified time | relevance | path

Searched refs:SLMetadataInfo (Results 1 – 7 of 7) sorted by relevance

/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.h104 SLuint32 index, SLuint32 size, SLMetadataInfo *pKey);
110 SLuint32 index, SLuint32 size, SLMetadataInfo *pValue);
DAudioPlayer_to_android.cpp1883 *pKeySize = keyNameSize + sizeof(SLMetadataInfo); in android_audioPlayer_metadata_getKeySize()
1902 SLuint32 index, SLuint32 size, SLMetadataInfo *pKey) { in android_audioPlayer_metadata_getKey()
1913 if ((size < sizeof(SLMetadataInfo) || in android_audioPlayer_metadata_getKey()
1914 (!decoder->getPcmFormatKeyName(index, size - sizeof(SLMetadataInfo), in android_audioPlayer_metadata_getKey()
1956 *pValueSize = valueSize + sizeof(SLMetadataInfo); in android_audioPlayer_metadata_getValueSize()
1975 SLuint32 index, SLuint32 size, SLMetadataInfo *pValue) { in android_audioPlayer_metadata_getValue()
1989 if ((size < sizeof(SLMetadataInfo) in android_audioPlayer_metadata_getValue()
1991 || (!decoder->getPcmFormatKeyValue(index, size - sizeof(SLMetadataInfo), in android_audioPlayer_metadata_getValue()
/frameworks/wilhelm/src/itf/
DIMetadataExtraction.c72 SLuint32 index, SLuint32 keySize, SLMetadataInfo *pKey) in IMetadataExtraction_GetKey()
122 SLuint32 index, SLuint32 valueSize, SLMetadataInfo *pValue) in IMetadataExtraction_GetValue()
/frameworks/wilhelm/tests/examples/
DslesTestDecodeToBuffQueue.cpp78 static SLMetadataInfo *pcmMetaData = NULL;
313 pcmMetaData = (SLMetadataInfo*) malloc(PCM_METADATA_VALUE_SIZE); in TestDecToBuffQueue()
466 SLMetadataInfo *keyInfo, *value; in TestDecToBuffQueue()
474 keyInfo = (SLMetadataInfo*) malloc(keySize); in TestDecToBuffQueue()
DslesTestDecodeAac.cpp100 static SLMetadataInfo *pcmMetaData = NULL;
352 SLMetadataInfo pcmMetaData; in DecPlayCallback()
680 SLMetadataInfo *keyInfo, *value; in TestDecToBuffQueue()
688 keyInfo = (SLMetadataInfo*) malloc(keySize); in TestDecToBuffQueue()
/frameworks/ex/variablespeed/jni/
Dvariablespeed.cc237 SLMetadataInfo *keyInfo, *value; in ReadSampleRateAndChannelCount()
242 keyInfo = static_cast<SLMetadataInfo*>(malloc(keySize)); in ReadSampleRateAndChannelCount()
248 value = static_cast<SLMetadataInfo*>(malloc(valueSize)); in ReadSampleRateAndChannelCount()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h757 } SLMetadataInfo; typedef
779 SLMetadataInfo *pKey
790 SLMetadataInfo *pValue