Home
last modified time | relevance | path

Searched refs:SLMetadataInfo (Results 1 – 6 of 6) 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.cpp1882 *pKeySize = keyNameSize + sizeof(SLMetadataInfo); in android_audioPlayer_metadata_getKeySize()
1901 SLuint32 index, SLuint32 size, SLMetadataInfo *pKey) { in android_audioPlayer_metadata_getKey()
1912 if ((size < sizeof(SLMetadataInfo) || in android_audioPlayer_metadata_getKey()
1913 (!decoder->getPcmFormatKeyName(index, size - sizeof(SLMetadataInfo), in android_audioPlayer_metadata_getKey()
1955 *pValueSize = valueSize + sizeof(SLMetadataInfo); in android_audioPlayer_metadata_getValueSize()
1974 SLuint32 index, SLuint32 size, SLMetadataInfo *pValue) { in android_audioPlayer_metadata_getValue()
1988 if ((size < sizeof(SLMetadataInfo) in android_audioPlayer_metadata_getValue()
1990 || (!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.cpp351 SLMetadataInfo pcmMetaData; in DecPlayCallback()
679 SLMetadataInfo *keyInfo, *value; in TestDecToBuffQueue()
687 keyInfo = (SLMetadataInfo*) malloc(keySize); in TestDecToBuffQueue()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h757 } SLMetadataInfo; typedef
779 SLMetadataInfo *pKey
790 SLMetadataInfo *pValue