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

/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.h68 bool getPcmFormatValueSize(uint32_t index, uint32_t* pValueSize);
H A Dandroid_AudioSfDecoder.cpp123 bool AudioSfDecoder::getPcmFormatValueSize(uint32_t index, uint32_t* pValueSize) { function in class:android::AudioSfDecoder
137 if (!getPcmFormatValueSize(index, &valueSize)) {
H A DAudioPlayer_to_android.cpp1886 if (!decoder->getPcmFormatValueSize(index, &valueSize)) {
1925 || (!decoder->getPcmFormatValueSize(index, &valueSize))

Completed in 34 milliseconds