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

/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp130 OMX_AUDIO_PARAM_VORBISTYPE *vorbisParams = local
133 if (vorbisParams->nPortIndex != 0) {
137 vorbisParams->nBitRate = 0;
138 vorbisParams->nMinBitRate = 0;
139 vorbisParams->nMaxBitRate = 0;
140 vorbisParams->nAudioBandWidth = 0;
141 vorbisParams->nQuality = 3;
142 vorbisParams->bManaged = OMX_FALSE;
143 vorbisParams->bDownmix = OMX_FALSE;
146 vorbisParams
211 const OMX_AUDIO_PARAM_VORBISTYPE *vorbisParams = local
[all...]

Completed in 104 milliseconds