OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vorbisparams
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp
128
OMX_AUDIO_PARAM_VORBISTYPE *
vorbisParams
=
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
->nChannels = 1
[
all
...]
Completed in 38 milliseconds