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.h64 bool getPcmFormatKeySize(uint32_t index, uint32_t* pKeySize);
H A Dandroid_AudioSfDecoder.cpp102 bool AudioSfDecoder::getPcmFormatKeySize(uint32_t index, uint32_t* pKeySize) { argument
106 *pKeySize = strlen(kPcmDecodeMetadataKeys[index]) +1;
H A DAudioPlayer_to_android.cpp1863 // pKeySize != NULL
1865 SLuint32 index, SLuint32 *pKeySize) {
1880 // *pKeySize is the size of the region used to store the key name AND
1882 *pKeySize = keyNameSize + sizeof(SLMetadataInfo);
1887 *pKeySize = 0;
1864 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 115 milliseconds