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.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

Completed in 77 milliseconds