Searched refs:SLMetadataInfo (Results 1 – 6 of 6) sorted by relevance
/frameworks/wilhelm/src/android/ |
D | AudioPlayer_to_android.h | 104 SLuint32 index, SLuint32 size, SLMetadataInfo *pKey); 110 SLuint32 index, SLuint32 size, SLMetadataInfo *pValue);
|
D | AudioPlayer_to_android.cpp | 1833 *pKeySize = keyNameSize + sizeof(SLMetadataInfo); in android_audioPlayer_metadata_getKeySize() 1852 SLuint32 index, SLuint32 size, SLMetadataInfo *pKey) { in android_audioPlayer_metadata_getKey() 1863 if ((size < sizeof(SLMetadataInfo) || in android_audioPlayer_metadata_getKey() 1864 (!decoder->getPcmFormatKeyName(index, size - sizeof(SLMetadataInfo), in android_audioPlayer_metadata_getKey() 1906 *pValueSize = valueSize + sizeof(SLMetadataInfo); in android_audioPlayer_metadata_getValueSize() 1925 SLuint32 index, SLuint32 size, SLMetadataInfo *pValue) { in android_audioPlayer_metadata_getValue() 1939 if ((size < sizeof(SLMetadataInfo) in android_audioPlayer_metadata_getValue() 1941 || (!decoder->getPcmFormatKeyValue(index, size - sizeof(SLMetadataInfo), in android_audioPlayer_metadata_getValue()
|
/frameworks/wilhelm/src/itf/ |
D | IMetadataExtraction.c | 72 SLuint32 index, SLuint32 keySize, SLMetadataInfo *pKey) in IMetadataExtraction_GetKey() 122 SLuint32 index, SLuint32 valueSize, SLMetadataInfo *pValue) in IMetadataExtraction_GetValue()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestDecodeToBuffQueue.cpp | 78 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()
|
D | slesTestDecodeAac.cpp | 100 static SLMetadataInfo *pcmMetaData = NULL; 353 SLMetadataInfo pcmMetaData; in DecPlayCallback() 681 SLMetadataInfo *keyInfo, *value; in TestDecToBuffQueue() 689 keyInfo = (SLMetadataInfo*) malloc(keySize); in TestDecToBuffQueue()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 757 } SLMetadataInfo; typedef 779 SLMetadataInfo *pKey 790 SLMetadataInfo *pValue
|