Searched defs:pKeySize (Results 1 - 3 of 3) 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 Dandroid_AudioSfDecoder.cpp98 bool AudioSfDecoder::getPcmFormatKeySize(uint32_t index, uint32_t* pKeySize) { argument
102 *pKeySize = strlen(kPcmDecodeMetadataKeys[index]) +1;
H A DAudioPlayer_to_android.cpp1799 // pKeySize != NULL
1801 SLuint32 index, SLuint32 *pKeySize) {
1816 // *pKeySize is the size of the region used to store the key name AND
1818 *pKeySize = keyNameSize + sizeof(SLMetadataInfo);
1823 *pKeySize = 0;
1800 android_audioPlayer_metadata_getKeySize(CAudioPlayer *ap, SLuint32 index, SLuint32 *pKeySize) argument

Completed in 229 milliseconds