Home
last modified time | relevance | path

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

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