Searched defs:pKeySize (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIMetadataExtraction.cpp47 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.cpp105 bool AudioSfDecoder::getPcmFormatKeySize(uint32_t index, uint32_t* pKeySize) { argument
109 *pKeySize = strlen(kPcmDecodeMetadataKeys[index]) +1;
H A DAudioPlayer_to_android.cpp2069 // pKeySize != NULL
2071 SLuint32 index, SLuint32 *pKeySize) {
2086 // *pKeySize is the size of the region used to store the key name AND
2088 *pKeySize = keyNameSize + sizeof(SLMetadataInfo);
2093 *pKeySize = 0;
2070 android_audioPlayer_metadata_getKeySize(CAudioPlayer *ap, SLuint32 index, SLuint32 *pKeySize) argument

Completed in 70 milliseconds