Searched refs:allowBandwidthSwitch (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A Dcontrol.h102 opus_int allowBandwidthSwitch; member in struct:__anon14710
H A Denc_API.c128 encStatus->allowBandwidthSwitch = state_Fxx[ 0 ].sCmn.allow_bandwidth_switch;
240 if( ( ret = silk_control_encoder( &psEnc->state_Fxx[ n ], encControl, TargetRate_bps, psEnc->allowBandwidthSwitch, n, force_fs_kHz ) ) != 0 ) {
321 psEnc->allowBandwidthSwitch = 0;
521 psEnc->allowBandwidthSwitch = 1;
524 psEnc->allowBandwidthSwitch = 0;
540 encControl->allowBandwidthSwitch = psEnc->allowBandwidthSwitch;
/external/libopus/silk/
H A Dcontrol.h102 opus_int allowBandwidthSwitch; member in struct:__anon24541
H A Denc_API.c128 encStatus->allowBandwidthSwitch = state_Fxx[ 0 ].sCmn.allow_bandwidth_switch;
240 if( ( ret = silk_control_encoder( &psEnc->state_Fxx[ n ], encControl, TargetRate_bps, psEnc->allowBandwidthSwitch, n, force_fs_kHz ) ) != 0 ) {
321 psEnc->allowBandwidthSwitch = 0;
521 psEnc->allowBandwidthSwitch = 1;
524 psEnc->allowBandwidthSwitch = 0;
540 encControl->allowBandwidthSwitch = psEnc->allowBandwidthSwitch;
/external/chromium_org/third_party/opus/src/silk/float/
H A Dstructs_FLP.h123 opus_int allowBandwidthSwitch; member in struct:__anon14723
/external/libopus/silk/float/
H A Dstructs_FLP.h123 opus_int allowBandwidthSwitch; member in struct:__anon24554
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dstructs_FIX.h124 opus_int allowBandwidthSwitch; member in struct:__anon14718
/external/libopus/silk/fixed/
H A Dstructs_FIX.h124 opus_int allowBandwidthSwitch; member in struct:__anon24549
/external/chromium_org/third_party/opus/src/src/
H A Dopus_encoder.c1227 if (st->mode == MODE_CELT_ONLY || st->first || st->silk_mode.allowBandwidthSwitch)
/external/libopus/src/
H A Dopus_encoder.c1227 if (st->mode == MODE_CELT_ONLY || st->first || st->silk_mode.allowBandwidthSwitch)

Completed in 176 milliseconds