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
86 celt_assert(st->DecControl.API_sampleRate == st->Fs); in validate_opus_decoder()
87 …st->DecControl.internalSampleRate == 0 || st->DecControl.internalSampleRate == 16000 || st->DecCon… in validate_opus_decoder()
88 celt_assert(st->DecControl.nChannelsAPI == st->channels); in validate_opus_decoder()
89 …celt_assert(st->DecControl.nChannelsInternal == 0 || st->DecControl.nChannelsInternal == 1 || st-> in validate_opus_decoder()
90DecControl.payloadSize_ms == 0 || st->DecControl.payloadSize_ms == 10 || st->DecControl.payloadSiz… in validate_opus_decoder()
140 st->DecControl.API_sampleRate = st->Fs; in opus_decoder_init()
141 st->DecControl.nChannelsAPI = st->channels; in opus_decoder_init()
375 st->DecControl.payloadSize_ms = IMAX(10, 1000 * audiosize / st->Fs); in opus_decode_frame()
379 st->DecControl.nChannelsInternal = st->stream_channels; in opus_decode_frame()
[all …]