HomeSort by relevance Sort by last modified time
    Searched defs:nChannelsAPI (Results 1 - 5 of 5) sorted by null

  /external/libopus/silk/
dec_API.c 42 opus_int nChannelsAPI;
160 if( decControl->nChannelsAPI == 2 && decControl->nChannelsInternal == 2 && ( psDec->nChannelsAPI == 1 || psDec->nChannelsInternal == 1 ) ) {
165 psDec->nChannelsAPI = decControl->nChannelsAPI;
262 < decControl->API_sampleRate*decControl->nChannelsAPI;
307 if( decControl->nChannelsAPI == 2 && decControl->nChannelsInternal == 2 ) {
321 decControl->nChannelsAPI == 2 ? *nSamplesOut : ALLOC_NONE, opus_int16 );
322 if( decControl->nChannelsAPI == 2 ) {
337 for( n = 0; n < silk_min( decControl->nChannelsAPI, decControl->nChannelsInternal ); n++ )
    [all...]
control.h 48 opus_int32 nChannelsAPI;
120 opus_int32 nChannelsAPI;
structs.h 203 opus_int nChannelsAPI;
  /external/libopus/silk/fixed/
structs_FIX.h 121 opus_int nChannelsAPI;
  /external/libopus/silk/float/
structs_FLP.h 120 opus_int nChannelsAPI;

Completed in 863 milliseconds