Home
last modified time | relevance | path

Searched refs:getPcmFormatKeySize (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.h66 bool getPcmFormatKeySize(uint32_t index, uint32_t* pKeySize);
Dandroid_AudioSfDecoder.cpp100 bool AudioSfDecoder::getPcmFormatKeySize(uint32_t index, uint32_t* pKeySize) { in getPcmFormatKeySize() function in android::AudioSfDecoder
113 if (!getPcmFormatKeySize(index, &actualKeySize)) { in getPcmFormatKeyName()
DAudioPlayer_to_android.cpp1828 if (!decoder->getPcmFormatKeySize(index, &keyNameSize)) { in android_audioPlayer_metadata_getKeySize()