Searched defs:nChannelsAPI (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A Dcontrol.h48 opus_int32 nChannelsAPI; member in struct:__anon14710
120 opus_int32 nChannelsAPI; member in struct:__anon14711
H A Ddec_API.c41 opus_int nChannelsAPI; member in struct:__anon14712
156 if( decControl->nChannelsAPI == 2 && decControl->nChannelsInternal == 2 && ( psDec->nChannelsAPI == 1 || psDec->nChannelsInternal == 1 ) ) {
161 psDec->nChannelsAPI = decControl->nChannelsAPI;
294 if( decControl->nChannelsAPI == 2 && decControl->nChannelsInternal == 2 ) {
308 decControl->nChannelsAPI == 2 ? *nSamplesOut : ALLOC_NONE, opus_int16 );
309 if( decControl->nChannelsAPI == 2 ) {
315 for( n = 0; n < silk_min( decControl->nChannelsAPI, decControl->nChannelsInternal ); n++ ) {
321 if( decControl->nChannelsAPI
[all...]
H A Dstructs.h203 opus_int nChannelsAPI; member in struct:__anon14732
/external/libopus/silk/
H A Dcontrol.h48 opus_int32 nChannelsAPI; member in struct:__anon24541
120 opus_int32 nChannelsAPI; member in struct:__anon24542
H A Ddec_API.c41 opus_int nChannelsAPI; member in struct:__anon24543
156 if( decControl->nChannelsAPI == 2 && decControl->nChannelsInternal == 2 && ( psDec->nChannelsAPI == 1 || psDec->nChannelsInternal == 1 ) ) {
161 psDec->nChannelsAPI = decControl->nChannelsAPI;
294 if( decControl->nChannelsAPI == 2 && decControl->nChannelsInternal == 2 ) {
308 decControl->nChannelsAPI == 2 ? *nSamplesOut : ALLOC_NONE, opus_int16 );
309 if( decControl->nChannelsAPI == 2 ) {
315 for( n = 0; n < silk_min( decControl->nChannelsAPI, decControl->nChannelsInternal ); n++ ) {
321 if( decControl->nChannelsAPI
[all...]
H A Dstructs.h203 opus_int nChannelsAPI; member in struct:__anon24563
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dstructs_FIX.h120 opus_int nChannelsAPI; member in struct:__anon14718
/external/chromium_org/third_party/opus/src/silk/float/
H A Dstructs_FLP.h119 opus_int nChannelsAPI; member in struct:__anon14723
/external/libopus/silk/fixed/
H A Dstructs_FIX.h120 opus_int nChannelsAPI; member in struct:__anon24549
/external/libopus/silk/float/
H A Dstructs_FLP.h119 opus_int nChannelsAPI; member in struct:__anon24554

Completed in 133 milliseconds