HomeSort by relevance Sort by last modified time
    Searched refs:force_fs_kHz (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/opus/src/silk/
control_codec.c 71 const opus_int force_fs_kHz
102 if( force_fs_kHz ) {
103 fs_kHz = force_fs_kHz;
enc_API.c 239 opus_int force_fs_kHz = (n==1) ? psEnc->state_Fxx[0].sCmn.fs_kHz : 0;
240 if( ( ret = silk_control_encoder( &psEnc->state_Fxx[ n ], encControl, TargetRate_bps, psEnc->allowBandwidthSwitch, n, force_fs_kHz ) ) != 0 ) {
  /external/libopus/silk/
control_codec.c 71 const opus_int force_fs_kHz
102 if( force_fs_kHz ) {
103 fs_kHz = force_fs_kHz;
enc_API.c 239 opus_int force_fs_kHz = (n==1) ? psEnc->state_Fxx[0].sCmn.fs_kHz : 0;
240 if( ( ret = silk_control_encoder( &psEnc->state_Fxx[ n ], encControl, TargetRate_bps, psEnc->allowBandwidthSwitch, n, force_fs_kHz ) ) != 0 ) {
  /external/chromium_org/third_party/opus/src/silk/fixed/
main_FIX.h 87 const opus_int force_fs_kHz
  /external/chromium_org/third_party/opus/src/silk/float/
main_FLP.h 85 const opus_int force_fs_kHz
  /external/libopus/silk/fixed/
main_FIX.h 87 const opus_int force_fs_kHz
  /external/libopus/silk/float/
main_FLP.h 85 const opus_int force_fs_kHz

Completed in 109 milliseconds