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

/external/chromium_org/third_party/opus/src/src/
H A Dopus_decoder.c60 silk_DecControlStruct DecControl; member in struct:OpusDecoder
125 st->DecControl.API_sampleRate = st->Fs;
126 st->DecControl.nChannelsAPI = st->channels;
341 st->DecControl.payloadSize_ms = IMAX(10, 1000 * audiosize / st->Fs);
345 st->DecControl.nChannelsInternal = st->stream_channels;
348 st->DecControl.internalSampleRate = 8000;
350 st->DecControl.internalSampleRate = 12000;
352 st->DecControl.internalSampleRate = 16000;
354 st->DecControl.internalSampleRate = 16000;
359 st->DecControl
[all...]
/external/libopus/src/
H A Dopus_decoder.c60 silk_DecControlStruct DecControl; member in struct:OpusDecoder
125 st->DecControl.API_sampleRate = st->Fs;
126 st->DecControl.nChannelsAPI = st->channels;
341 st->DecControl.payloadSize_ms = IMAX(10, 1000 * audiosize / st->Fs);
345 st->DecControl.nChannelsInternal = st->stream_channels;
348 st->DecControl.internalSampleRate = 8000;
350 st->DecControl.internalSampleRate = 12000;
352 st->DecControl.internalSampleRate = 16000;
354 st->DecControl.internalSampleRate = 16000;
359 st->DecControl
[all...]

Completed in 926 milliseconds