OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowBandwidthSwitch
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
control.h
99
opus_int
allowBandwidthSwitch
;
enc_API.c
126
encStatus->
allowBandwidthSwitch
= state_Fxx[ 0 ].sCmn.allow_bandwidth_switch;
231
if( ( ret = silk_control_encoder( &psEnc->state_Fxx[ n ], encControl, TargetRate_bps, psEnc->
allowBandwidthSwitch
, n, force_fs_kHz ) ) != 0 ) {
304
psEnc->
allowBandwidthSwitch
= 0;
504
psEnc->
allowBandwidthSwitch
= 1;
507
psEnc->
allowBandwidthSwitch
= 0;
523
encControl->
allowBandwidthSwitch
= psEnc->
allowBandwidthSwitch
;
/external/chromium_org/third_party/opus/src/silk/float/
structs_FLP.h
123
opus_int
allowBandwidthSwitch
;
/external/chromium_org/third_party/opus/src/silk/fixed/
structs_FIX.h
124
opus_int
allowBandwidthSwitch
;
/external/chromium_org/third_party/opus/src/src/
opus_encoder.c
680
if (st->mode == MODE_CELT_ONLY || st->first || st->silk_mode.
allowBandwidthSwitch
)
[
all
...]
Completed in 1774 milliseconds