Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.h68 bool getPcmFormatValueSize(uint32_t index, uint32_t* pValueSize);
Dandroid_AudioSfDecoder.cpp125 bool AudioSfDecoder::getPcmFormatValueSize(uint32_t index, uint32_t* pValueSize) { in getPcmFormatValueSize() function in android::AudioSfDecoder
139 if (!getPcmFormatValueSize(index, &valueSize)) { in getPcmFormatKeyValue()
DAudioPlayer_to_android.cpp1901 if (!decoder->getPcmFormatValueSize(index, &valueSize)) { in android_audioPlayer_metadata_getValueSize()
1940 || (!decoder->getPcmFormatValueSize(index, &valueSize)) in android_audioPlayer_metadata_getValue()