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

  /external/chromium_org/third_party/opus/src/celt/
modes.h 61 opus_int32 Fs;
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c 110 * Do not apply filter if w =2*pi*fc/fs >= 2.9
148 LVM_INT32 Fs = LVM_GetFsFromTable(pPrivate->NewParams.SampleRate);
149 LVM_UINT32 DelayLengthSamples = (LVM_UINT32)(Fs * pPrivate->RoomSizeInms);
180 Temp = (MaxT_Delay[i] - MaxAP_Delay[i]) * Fs / 48000;
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c 31 LVPSA_RETURN LVPSA_BPSinglePrecCoefs( LVM_UINT16 Fs,
35 LVPSA_RETURN LVPSA_BPDoublePrecCoefs( LVM_UINT16 Fs,
39 LVPSA_RETURN LVPSA_BPDoublePrecCoefs( LVM_UINT16 Fs,
77 if(pNewParams->Fs >= LVPSA_NR_SUPPORTED_RATE)
117 pParams->Fs = pLVPSA_Inst->CurrentParams.Fs;
195 if(Params.Fs != pInst->CurrentParams.Fs)
197 pInst->CurrentParams.Fs = Params.Fs;
273 LVM_UINT32 fs = (LVM_UINT32)LVPSA_SampleRateTab[(LVM_UINT16)pParams->Fs]; \/* Sample rate *\/ local
    [all...]
  /frameworks/av/tools/resampler_tools/
fir.cpp 86 double Fs = 48000;
128 // with dw the transition width = 2*pi*dF/Fs
164 Fs = atof(optarg);
193 // cut off frequency ratio Fc/Fs
194 double Fcr = Fc / Fs;
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
LVPSA.h 84 LVM_Fs_en Fs; /* Input sampling rate */
  /external/chromium_org/third_party/opus/src/src/
opus_multistream.c 152 opus_int32 Fs,
183 ret = opus_encoder_init((OpusEncoder*)ptr, Fs, 2, application);
189 ret = opus_encoder_init((OpusEncoder*)ptr, Fs, 1, application);
197 opus_int32 Fs,
222 ret = opus_multistream_encoder_init(st, Fs, channels, streams, coupled_streams, mapping, application);
254 opus_int32 Fs;
266 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_SAMPLE_RATE(&Fs));
269 if (400*frame_size != Fs && 200*frame_size != Fs &&
270 100*frame_size != Fs && 50*frame_size != Fs &
    [all...]
opus_decoder.c 54 opus_int32 Fs; /** Sampling rate (at the API level) */
93 int opus_decoder_init(OpusDecoder *st, opus_int32 Fs, int channels)
99 if ((Fs!=48000&&Fs!=24000&&Fs!=16000&&Fs!=12000&&Fs!=8000)
116 st->Fs = Fs;
117 st->DecControl.API_sampleRate = st->Fs;
    [all...]
opus_encoder.c 66 opus_int32 Fs;
143 int opus_encoder_init(OpusEncoder* st, opus_int32 Fs, int channels, int application)
150 if((Fs!=48000&&Fs!=24000&&Fs!=16000&&Fs!=12000&&Fs!=8000)||(channels!=1&&channels!=2)||
168 st->Fs = Fs;
176 st->silk_mode.API_sampleRate = st->Fs;
    [all...]
  /external/svox/pico/lib/
picosig2.c     [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java     [all...]

Completed in 244 milliseconds