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

/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp131 OMX_AUDIO_PARAM_VORBISTYPE *vorbisParams = local
134 if (!isValidOMXParam(vorbisParams)) {
138 if (vorbisParams->nPortIndex != 0) {
142 vorbisParams->nBitRate = 0;
143 vorbisParams->nMinBitRate = 0;
144 vorbisParams->nMaxBitRate = 0;
145 vorbisParams->nAudioBandWidth = 0;
146 vorbisParams->nQuality = 3;
147 vorbisParams->bManaged = OMX_FALSE;
148 vorbisParams
224 const OMX_AUDIO_PARAM_VORBISTYPE *vorbisParams = local
[all...]

Completed in 254 milliseconds