Searched refs:pKeySize (Results 1 - 7 of 7) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIMetadataExtraction.c47 SLuint32 index, SLuint32 *pKeySize)
51 if (NULL == pKeySize) {
58 index, pKeySize);
46 IMetadataExtraction_GetKeySize(SLMetadataExtractionItf self, SLuint32 index, SLuint32 *pKeySize) argument
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.h92 * input pointers != NULL (pItemCount, pKeySize, pKey, pValueSize, pValue)
101 SLuint32 index, SLuint32 *pKeySize);
H A Dandroid_AudioSfDecoder.h66 bool getPcmFormatKeySize(uint32_t index, uint32_t* pKeySize);
H A Dandroid_AudioSfDecoder.cpp98 bool AudioSfDecoder::getPcmFormatKeySize(uint32_t index, uint32_t* pKeySize) { argument
102 *pKeySize = strlen(kPcmDecodeMetadataKeys[index]) +1;
H A DAudioPlayer_to_android.cpp1775 // pKeySize != NULL
1777 SLuint32 index, SLuint32 *pKeySize) {
1792 // *pKeySize is the size of the region used to store the key name AND
1794 *pKeySize = keyNameSize + sizeof(SLMetadataInfo);
1799 *pKeySize = 0;
1776 android_audioPlayer_metadata_getKeySize(CAudioPlayer *ap, SLuint32 index, SLuint32 *pKeySize) argument
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1319 XAuint32 * pKeySize
1387 XAuint32 * pKeySize
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h773 SLuint32 *pKeySize

Completed in 313 milliseconds