Searched refs:nChannelsAPI (Results 1 – 10 of 10) sorted by relevance
41 opus_int nChannelsAPI; member156 …if( decControl->nChannelsAPI == 2 && decControl->nChannelsInternal == 2 && ( psDec->nChannelsAPI =… in silk_Decode()161 psDec->nChannelsAPI = decControl->nChannelsAPI; in silk_Decode()294 if( decControl->nChannelsAPI == 2 && decControl->nChannelsInternal == 2 ) { in silk_Decode()308 decControl->nChannelsAPI == 2 ? *nSamplesOut : 0, opus_int16 ); in silk_Decode()309 if( decControl->nChannelsAPI == 2 ) { in silk_Decode()315 for( n = 0; n < silk_min( decControl->nChannelsAPI, decControl->nChannelsInternal ); n++ ) { in silk_Decode()321 if( decControl->nChannelsAPI == 2 ) { in silk_Decode()329 if( decControl->nChannelsAPI == 2 && decControl->nChannelsInternal == 1 ) { in silk_Decode()
88 if( encControl->nChannelsAPI < 1 || encControl->nChannelsAPI > ENCODER_NUM_CHANNELS ) { in check_control_input()96 if( encControl->nChannelsInternal > encControl->nChannelsAPI ) { in check_control_input()
48 opus_int32 nChannelsAPI; member117 opus_int32 nChannelsAPI; member
88 psEnc->nChannelsAPI = 1; in silk_InitEncoder()113 encStatus->nChannelsAPI = psEnc->nChannelsAPI; in silk_QueryEncoder()181 if( psEnc->nChannelsAPI == 2 ) { in silk_Encode()189 psEnc->nChannelsAPI = encControl->nChannelsAPI; in silk_Encode()262 if( encControl->nChannelsAPI == 2 && encControl->nChannelsInternal == 2 ) { in silk_Encode()285 } else if( encControl->nChannelsAPI == 2 && encControl->nChannelsInternal == 1 ) { in silk_Encode()305 silk_assert( encControl->nChannelsAPI == 1 && encControl->nChannelsInternal == 1 ); in silk_Encode()312 samplesIn += nSamplesFromInput * encControl->nChannelsAPI; in silk_Encode()
83 psEnc->sCmn.nChannelsAPI = encControl->nChannelsAPI; in silk_control_encoder()
200 opus_int nChannelsAPI; member
119 opus_int nChannelsAPI; member
120 opus_int nChannelsAPI; member
123 st->DecControl.nChannelsAPI = st->channels; in opus_decoder_init()
195 st->silk_mode.nChannelsAPI = channels; in opus_encoder_init()1555 st->silk_mode.nChannelsAPI = st->channels; in opus_encode_native()