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

/external/libopus/src/
H A Dopus_decoder.c60 silk_DecControlStruct DecControl; member in struct:OpusDecoder
120 st->DecControl.API_sampleRate = st->Fs;
121 st->DecControl.nChannelsAPI = st->channels;
352 st->DecControl.payloadSize_ms = IMAX(10, 1000 * audiosize / st->Fs);
356 st->DecControl.nChannelsInternal = st->stream_channels;
359 st->DecControl.internalSampleRate = 8000;
361 st->DecControl.internalSampleRate = 12000;
363 st->DecControl.internalSampleRate = 16000;
365 st->DecControl.internalSampleRate = 16000;
370 st->DecControl
[all...]

Completed in 115 milliseconds