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

/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp128 OMX_AUDIO_PARAM_VORBISTYPE *vorbisParams = local
131 if (vorbisParams->nPortIndex != 0) {
135 vorbisParams->nBitRate = 0;
136 vorbisParams->nMinBitRate = 0;
137 vorbisParams->nMaxBitRate = 0;
138 vorbisParams->nAudioBandWidth = 0;
139 vorbisParams->nQuality = 3;
140 vorbisParams->bManaged = OMX_FALSE;
141 vorbisParams->bDownmix = OMX_FALSE;
144 vorbisParams
209 const OMX_AUDIO_PARAM_VORBISTYPE *vorbisParams = local
[all...]

Completed in 41 milliseconds