Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.h66 bool getPcmFormatValueSize(uint32_t index, uint32_t* pValueSize);
Dandroid_AudioSfDecoder.cpp130 bool AudioSfDecoder::getPcmFormatValueSize(uint32_t index, uint32_t* pValueSize) { in getPcmFormatValueSize() function in android::AudioSfDecoder
144 if (!getPcmFormatValueSize(index, &valueSize)) { in getPcmFormatKeyValue()
DAudioPlayer_to_android.cpp2156 if (!decoder->getPcmFormatValueSize(index, &valueSize)) { in android_audioPlayer_metadata_getValueSize()
2195 || (!decoder->getPcmFormatValueSize(index, &valueSize)) in android_audioPlayer_metadata_getValue()