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

  /external/chromium_org/third_party/opus/src/silk/
control.h 51 opus_int32 nChannelsInternal;
120 opus_int32 nChannelsInternal;
dec_API.c 42 opus_int nChannelsInternal;
104 for( n = 0; n < decControl->nChannelsInternal; n++ ) {
110 if( decControl->nChannelsInternal > psDec->nChannelsInternal ) {
114 stereo_to_mono = decControl->nChannelsInternal == 1 && psDec->nChannelsInternal == 2 &&
118 for( n = 0; n < decControl->nChannelsInternal; n++ ) {
151 if( decControl->nChannelsAPI == 2 && decControl->nChannelsInternal == 2 && ( psDec->nChannelsAPI == 1 || psDec->nChannelsInternal == 1 ) ) {
157 psDec->nChannelsInternal = decControl->nChannelsInternal
    [all...]
structs.h 201 opus_int nChannelsInternal;
  /external/chromium_org/third_party/opus/src/silk/fixed/
structs_FIX.h 121 opus_int nChannelsInternal;
  /external/chromium_org/third_party/opus/src/silk/float/
structs_FLP.h 120 opus_int nChannelsInternal;

Completed in 61 milliseconds