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

1 2

  /build/soong/android/
package_ctx.go 59 func (e *configErrorWrapper) Fs() pathtools.FileSystem {
paths_test.go 193 func (moduleInstallPathContextImpl) Fs() pathtools.FileSystem {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
IpfThunk.h 79 UINT16 Fs; // 46
  /device/linaro/bootloader/edk2/OvmfPkg/Library/NvVarsFileLib/
FsAccess.c 41 EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *Fs;
50 (VOID **)&Fs
59 Status = Fs->OpenVolume (Fs, &Root);
  /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...]
  /external/libopus/celt/
modes.h 53 opus_int32 Fs;
  /build/blueprint/
singleton_ctx.go 73 Fs() pathtools.FileSystem
246 func (s *singletonContext) Fs() pathtools.FileSystem {
247 return s.context.fs
module_ctx.go 139 Fs() pathtools.FileSystem
267 func (d *baseModuleContext) Fs() pathtools.FileSystem {
268 return d.context.fs
  /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)
  /external/libopus/src/
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_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_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...]
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c 111 * Do not apply filter if w =2*pi*fc/fs >= 2.9
149 LVM_INT32 Fs = LVM_GetFsFromTable(pPrivate->NewParams.SampleRate);
150 LVM_UINT32 DelayLengthSamples = (LVM_UINT32)(Fs * pPrivate->RoomSizeInms);
181 Temp = (MaxT_Delay[i] - MaxAP_Delay[i]) * Fs / 48000;
665 * Do not apply filter if w =2*pi*fc/fs >= 2.9
705 LVM_INT32 Fs = LVM_GetFsFromTable(pPrivate->NewParams.SampleRate);
706 LVM_UINT32 DelayLengthSamples = (LVM_UINT32)(Fs * pPrivate->RoomSizeInms);
740 Temp = (MaxT_Delay[i] - MaxAP_Delay[i]) * Fs / 192000;
742 Temp = (MaxT_Delay[i] - MaxAP_Delay[i]) * Fs / 48000;
    [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/tools/resampler_tools/
fir.cpp 98 double Fs = 48000;
138 // with dw the transition width = 2*pi*dF/Fs
178 Fs = atof(optarg);
220 // cut off frequency ratio Fc/Fs
221 double Fcr = Fc / Fs;
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
LVPSA.h 84 LVM_Fs_en Fs; /* Input sampling rate */
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
BootOptionSupport.c 227 EFI_FILE_HANDLE Fs;
248 FileProtocol->OpenVolume (FileProtocol, &Fs);
253 Status = Fs->GetInfo (Fs, &gEfiFileSystemInfoGuid, &Size, FsInfo);
256 Status = Fs->GetInfo (Fs, &gEfiFileSystemInfoGuid, &Size, FsInfo);
260 Fs->Close (Fs);
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyDxe/
InstallBootMenu.c 565 EFI_FILE_PROTOCOL *Fs;
657 Status = FsProtocol->OpenVolume (FsProtocol, &Fs);
662 Status = Fs->Open (Fs, &File, FilePathDevicePath->PathName, EFI_FILE_MODE_READ, 0);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
EfiFileLib.c 146 EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *Fs;
191 Status = gBS->HandleProtocol (mFs[Index], &gEfiSimpleFileSystemProtocolGuid, (VOID **)&Fs);
193 Status = Fs->OpenVolume (Fs, &Root);
362 Internal work function to fill in EFI_OPEN_FILE information for the Fs and BlkIo
382 EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *Fs;
420 Status = gBS->HandleProtocol (File->EfiHandle, &gEfiSimpleFileSystemProtocolGuid, (VOID **)&Fs);
422 Status = Fs->OpenVolume (Fs, &Root);
1033 DevStr = "fs%d:";
    [all...]
  /external/svox/pico/lib/
picosig2.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmBoot.c 680 EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *Fs;
723 Status = gBS->HandleProtocol (Handle, &gEfiSimpleFileSystemProtocolGuid, (VOID **) &Fs);
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsFilePath.c 487 EFI_FILE_PROTOCOL *Fs;
509 Status = FsProtocol->OpenVolume (FsProtocol, &Fs);
514 Status = Fs->Open (Fs, &File, FilePathDevicePath->PathName, EFI_FILE_MODE_READ, 0);
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/Ia32/
ProcessorContext.h 187 UINT32 Fs;
278 UINT64 Fs;
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]

Completed in 672 milliseconds

1 2