HomeSort by relevance Sort by last modified time
    Searched refs:Fs (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
SettingLibRobolectricTestRunner.java 22 import org.robolectric.res.Fs;
41 final AndroidManifest manifest = new AndroidManifest(Fs.fileFromPath(manifestPath),
42 Fs.fileFromPath(resDir), Fs.fileFromPath(assetsDir)) {
57 Fs.fileFromPath("./frameworks/base/packages/SettingsLib/res"),
61 Fs.fileFromPath("./frameworks/base/core/res/res"),
65 Fs.fileFromPath("./frameworks/support/v7/appcompat/res"),
  /packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/
CarSettingsRobolectricTestRunner.java 25 import org.robolectric.res.Fs;
61 final AndroidManifest manifest = new AndroidManifest(Fs.fileFromPath(manifestPath),
62 Fs.fileFromPath(resDir), Fs.fileFromPath(assetsDir)) {
68 Fs.fileFromPath("./packages/apps/Car/Settings/res"),
72 Fs.fileFromPath("./frameworks/base/packages/SettingsLib/res"),
76 Fs.fileFromPath("./frameworks/base/core/res/res"),
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/testing/
StorageManagerRobolectricTestRunner.java 23 import org.robolectric.res.Fs;
53 final AndroidManifest manifest = new AndroidManifest(Fs.fileFromPath(manifestPath),
54 Fs.fileFromPath(resDir), Fs.fileFromPath(assetsDir)) {
60 Fs.fileFromPath("./packages/apps/StorageManager/res"),
64 Fs.fileFromPath("./frameworks/base/packages/SettingsLib/res"),
68 Fs.fileFromPath("./frameworks/base/core/res/res"),
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
SettingsRobolectricTestRunner.java 25 import org.robolectric.res.Fs;
65 final AndroidManifest manifest = new AndroidManifest(Fs.fileFromPath(manifestPath),
66 Fs.fileFromPath(resDir), Fs.fileFromPath(assetsDir)) {
83 Fs.fileFromPath("./packages/apps/Settings/res"),
87 Fs.fileFromPath("./frameworks/base/packages/SettingsLib/res"),
91 Fs.fileFromPath("./frameworks/base/core/res/res"),
95 Fs.fileFromPath("./frameworks/opt/setupwizard/library/main/res"),
99 Fs.fileFromPath("./frameworks/opt/setupwizard/library/gingerbread/res"),
103 Fs.fileFromPath("./frameworks/opt/setupwizard/library/recyclerview/res")
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_GetOmega.c 24 /* Defines and Tables for 2*Pi/Fs */
79 /* LVM_Fs_en Fs) */
82 /* This function calculates the value of w using Fc and Fs */
87 /* LVM_Fs_en Fs The SampleRate */
89 /* w=2*pi*Fc/Fs in Q2.29 format */
94 LVM_Fs_en Fs)
97 LVM_Fs_en Fs)
101 w = (LVM_FLOAT)Fc * LVVDL_2PiOnFsTable[Fs];
106 LVM_Fs_en Fs)
109 MUL32x32INTO32((LVM_INT32)Fc,LVVDL_2PiOnFsTable[Fs%3],w,LVVDL_2PiOnFsShiftTable[Fs/3]
    [all...]
LVC_Mixer_SetTimeConstant.c 37 /* Fs - LVM_Fs_en enumerator for Sampling Frequency */
50 LVM_Fs_en Fs,
78 LVM_FLOAT Delta = DeltaTable[Fs];
94 LVM_Fs_en Fs,
107 LVM_INT32 Delta=DeltaTable[Fs];
LVC_Mixer_VarSlope_SetTimeConstant.c 38 /* Fs - LVM_Fs_en enumerator for Sampling Frequency */
51 LVM_Fs_en Fs,
79 LVM_FLOAT Delta = DeltaTable[Fs];
116 LVM_Fs_en Fs,
129 LVM_INT32 Delta=DeltaTable[Fs];
LVM_Mixer_TimeConstant.c 40 /* is approximately a fixed, and correct factor of the value of Fs */
48 /* 2. The product tc * Fs is limited approximately to the range */
49 /* 8 < (tc * Fs) < 2^35 */
53 /* Fs - the filter update rate in Hz */
63 LVM_UINT32 Fs,
65 LVM_UINT16 Fs,
129 Product = ((tc >> 16) * (LVM_UINT32)Fs) << 13; /* Stereo value */
130 Product = Product + (((tc & 0x0000FFFF) * (LVM_UINT32)Fs) >> 3);
165 LVM_UINT16 Fs,
227 Product = ((tc >> 16) * (LVM_UINT32)Fs) << 13; /* Stereo value *
    [all...]
LVC_Mixer.h 136 LVM_Fs_en Fs,
141 LVM_Fs_en Fs,
148 LVM_Fs_en Fs,
153 LVM_Fs_en Fs,
  /external/libopus/celt/dump_modes/
dump_modes.c 61 fprintf(file, " %d %d",mode->Fs,mode->shortMdctSize*mode->nbShortMdcts);
80 standard = (mode->Fs == 400*(opus_int32)mode->shortMdctSize);
81 framerate = mode->Fs/mode->shortMdctSize;
85 fprintf(file, "#ifndef DEF_EBANDS%d_%d\n", mode->Fs, mdctSize);
86 fprintf(file, "#define DEF_EBANDS%d_%d\n", mode->Fs, mdctSize);
87 fprintf (file, "static const opus_int16 eBands%d_%d[%d] = {\n", mode->Fs, mdctSize, mode->nbEBands+2);
106 fprintf(file, "#ifndef DEF_ALLOC_VECTORS%d_%d\n", mode->Fs, mdctSize);
107 fprintf(file, "#define DEF_ALLOC_VECTORS%d_%d\n", mode->Fs, mdctSize);
108 fprintf (file, "static const unsigned char allocVectors%d_%d[%d] = {\n", mode->Fs, mdctSize, mode->nbEBands*mode->nbAllocVectors);
130 fprintf(file, "#ifndef DEF_PULSE_CACHE%d\n", mode->Fs/mdctSize)
    [all...]
dump_modes_arm_ne10.c 60 fprintf(file, " %d %d",mode->Fs,mode->shortMdctSize*mode->nbShortMdcts);
78 fprintf(file, "#ifndef NE10_FFT_PARAMS%d_%d\n", mode->Fs, mdctSize);
79 fprintf(file, "#define NE10_FFT_PARAMS%d_%d\n", mode->Fs, mdctSize);
151 fprintf(file, "#endif /* end NE10_FFT_PARAMS%d_%d */\n", mode->Fs, mdctSize);
  /external/libopus/celt/
modes.h 53 opus_int32 Fs;
modes.c 90 static opus_int16 *compute_ebands(opus_int32 Fs, int frame_size, int res, int *nbEBands)
96 if (Fs == 400*(opus_int32)frame_size)
106 if (bark_freq[nBark+1]*2 >= Fs)
179 if (mode->Fs == 400*(opus_int32)mode->shortMdctSize)
195 if (400*(opus_int32)eband5ms[k] > mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize)
202 a1 = mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize - 400*(opus_int32)eband5ms[k-1];
203 a0 = 400*(opus_int32)eband5ms[k] - mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize;
224 CELTMode *opus_custom_mode_create(opus_int32 Fs, int frame_size, int *error)
247 if (Fs == static_mode_list[i]->Fs &
    [all...]
  /external/libopus/include/
opus_multistream.h 217 * @param Fs <tt>opus_int32</tt>: Sampling rate of the input signal (in Hz).
258 opus_int32 Fs,
268 opus_int32 Fs,
287 * @param Fs <tt>opus_int32</tt>: Sampling rate of the input signal (in Hz).
328 opus_int32 Fs,
338 opus_int32 Fs,
478 * @param Fs <tt>opus_int32</tt>: Sampling rate to decode at (in Hz).
505 opus_int32 Fs,
522 * @param Fs <tt>opus_int32</tt>: Sampling rate to decode at (in Hz).
549 opus_int32 Fs,
    [all...]
opus.h 86 * enc = opus_encoder_create(Fs, channels, application, &error);
102 * error = opus_encoder_init(enc, Fs, channels, application);
197 * @param [in] Fs <tt>opus_int32</tt>: Sampling rate of input signal (Hz)
209 opus_int32 Fs,
221 * @param [in] Fs <tt>opus_int32</tt>: Sampling rate of input signal (Hz)
230 opus_int32 Fs,
341 * dec = opus_decoder_create(Fs, channels, &error);
344 * @li Fs is the sampling rate and must be 8000, 12000, 16000, 24000, or 48000
357 * error = opus_decoder_init(dec, Fs, channels);
409 * @param [in] Fs <tt>opus_int32</tt>: Sample rate to decode at (Hz)
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c 32 LVPSA_RETURN LVPSA_BPSinglePrecCoefs( LVM_UINT16 Fs,
36 LVPSA_RETURN LVPSA_BPDoublePrecCoefs( LVM_UINT16 Fs,
40 LVPSA_RETURN LVPSA_BPSinglePrecCoefs( LVM_UINT16 Fs,
44 LVPSA_RETURN LVPSA_BPDoublePrecCoefs( LVM_UINT16 Fs,
48 LVPSA_RETURN LVPSA_BPDoublePrecCoefs( LVM_UINT16 Fs,
86 if(pNewParams->Fs >= LVPSA_NR_SUPPORTED_RATE)
126 pParams->Fs = pLVPSA_Inst->CurrentParams.Fs;
208 if(Params.Fs != pInst->CurrentParams.Fs)
289 LVM_UINT32 fs = (LVM_UINT32)LVPSA_SampleRateTab[(LVM_UINT16)pParams->Fs]; \/* Sample rate *\/ local
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Private.h 135 LVEQNB_ReturnStatus_en LVEQNB_SinglePrecCoefs(LVM_UINT16 Fs,
139 LVEQNB_ReturnStatus_en LVEQNB_SinglePrecCoefs(LVM_UINT16 Fs,
143 LVEQNB_ReturnStatus_en LVEQNB_DoublePrecCoefs(LVM_UINT16 Fs,
LVEQNB_CalcCoef.c 45 /* Fs Sampling frequency index */
56 /* t0 = 2 * Pi * Fc / Fs */
66 /* Fc is the centre frequency, DC to Fs/50 */
67 /* Fs is the sample frequency, 8000 to 48000 in descrete steps */
70 /* 2. The double precision coefficients are only used when fc is less than fs/85, so */
83 LVEQNB_ReturnStatus_en LVEQNB_DoublePrecCoefs(LVM_UINT16 Fs,
120 T0 = (LVM_INT32)Frequency * LVEQNB_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */
143 T0 = (T0 >> 6) * 0x7f53; /* Scale to 1.0 in 16-bit for range 0 to fs/50 */
184 /* Fs Sampling frequency index *
    [all...]
  /external/libopus/src/
opus_encoder.c 75 opus_int32 Fs;
164 int opus_encoder_init(OpusEncoder* st, opus_int32 Fs, int channels, int application)
171 if((Fs!=48000&&Fs!=24000&&Fs!=16000&&Fs!=12000&&Fs!=8000)||(channels!=1&&channels!=2)||
189 st->Fs = Fs;
199 st->silk_mode.API_sampleRate = st->Fs;
    [all...]
opus_decoder.c 59 opus_int32 Fs; /** Sampling rate (at the API level) */
96 int opus_decoder_init(OpusDecoder *st, opus_int32 Fs, int channels)
102 if ((Fs!=48000&&Fs!=24000&&Fs!=16000&&Fs!=12000&&Fs!=8000)
119 st->Fs = Fs;
120 st->DecControl.API_sampleRate = st->Fs;
    [all...]
opus_multistream_encoder.c 429 opus_int32 Fs,
467 ret = opus_encoder_init((OpusEncoder*)ptr, Fs, 2, application);
475 ret = opus_encoder_init((OpusEncoder*)ptr, Fs, 1, application);
492 opus_int32 Fs,
500 return opus_multistream_encoder_init_impl(st, Fs, channels, streams,
507 opus_int32 Fs,
575 return opus_multistream_encoder_init_impl(st, Fs, channels, *streams,
581 opus_int32 Fs,
606 ret = opus_multistream_encoder_init(st, Fs, channels, streams, coupled_streams, mapping, application);
618 opus_int32 Fs,
    [all...]
opus_multistream_decoder.c 65 opus_int32 Fs,
96 ret=opus_decoder_init((OpusDecoder*)ptr, Fs, 2);
102 ret=opus_decoder_init((OpusDecoder*)ptr, Fs, 1);
111 opus_int32 Fs,
135 ret = opus_multistream_decoder_init(st, Fs, channels, streams, coupled_streams, mapping);
156 opus_int32 len, int nb_streams, opus_int32 Fs)
174 tmp_samples = opus_packet_get_nb_samples(data, packet_offset, Fs);
195 opus_int32 Fs;
205 opus_multistream_decoder_ctl(st, OPUS_GET_SAMPLE_RATE(&Fs));
206 frame_size = IMIN(frame_size, Fs/25*3)
    [all...]
opus.c 174 opus_int32 Fs)
180 audiosize = (Fs<<audiosize)/400;
183 audiosize = (data[0]&0x08) ? Fs/50 : Fs/100;
187 audiosize = Fs*60/1000;
189 audiosize = (Fs<<audiosize)/100;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
IpfThunk.h 79 UINT16 Fs; // 46
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsInternal.h 85 EFI_SIMPLE_FILE_SYSTEM_PROTOCOL Fs;
95 #define BOOTMON_FS_FROM_FS_THIS(a) CR (a, BOOTMON_FS_INSTANCE, Fs, BOOTMON_FS_SIGNATURE)

Completed in 1129 milliseconds

1 2 3 4