HomeSort by relevance Sort by last modified time
    Searched refs:kPcmDecodeMetadataKeys (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.h 34 // keep in sync with the entries of kPcmDecodeMetadataKeys[]
43 static const char* const kPcmDecodeMetadataKeys[] = {
47 #define NB_PCMMETADATA_KEYS (sizeof(kPcmDecodeMetadataKeys)/sizeof(kPcmDecodeMetadataKeys[0]))
android_AudioSfDecoder.cpp 109 *pKeySize = strlen(kPcmDecodeMetadataKeys[index]) +1;
124 strncpy(keyName, kPcmDecodeMetadataKeys[index], actualKeySize);

Completed in 77 milliseconds