/external/skia/src/core/ |
SkFontMgr.cpp | 106 const SkFontStyle& fs) const { 107 return this->onMatchFamilyStyle(familyName, fs); 117 const SkFontStyle& fs) const { 118 return this->onMatchFaceStyle(face, fs);
|
/external/squashfs-tools/kernel/fs/squashfs/ |
fragment.c | 36 #include <linux/fs.h>
|
id.c | 34 #include <linux/fs.h>
|
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/ |
webrtc_cng.h | 60 * - fs : 8000 for narrowband and 16000 for wideband 71 int WebRtcCng_InitEnc(CNG_enc_inst* cng_inst, int fs, int16_t interval,
|
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/ |
gain_control.h | 69 * given in samples (80 when FS=8000, and 160 when FS=16000, FS=32000 or 70 * FS=48000). 88 * given in samples (80 when FS=8000, and 160 when FS=16000, FS=32000 or 89 * FS=48000). For very low input levels, the input signal is increased in level 114 * of the input speech vector must be given in samples (80 when FS=8000, and 160 115 * when FS=16000, FS=32000 or FS=48000) [all...] |
/external/webrtc/webrtc/modules/audio_processing/test/ |
apmtest.m | 113 opt = ['-fs 32000 -ec 1 -agc 2 -nc 2']; 115 opt = ['--no_progress -fs 32000 -hpf' ... 286 fs = str2num(result(str_idx(end) + 13:str_idx(end) + 17)); 287 fprintf('Using %d Hz\n', fs); 290 spclab(fs, farFile, nearFile, [refpath outfile], ... 292 %spclab(fs, diffvector); 294 spclab(fs, nearFile, [refpath outfile], [outpath outfile], ... 296 %spclab(fs, diffvector);
|
/external/webrtc/webrtc/voice_engine/ |
dtmf_inband.cc | 37 // Second table is sin(2*pi*f/fs) in Q14 270 int16_t fs) 276 if (fs==8000) { 279 } else if (fs==16000) { 282 } else if (fs==32000) {
|
dtmf_inband.h | 56 int16_t fs);
|
/frameworks/av/cmds/screenrecord/ |
Program.h | 80 static status_t linkShaderProgram(GLuint vs, GLuint fs, GLuint* outPgm);
|
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
LVEQNB_Control.c | 134 /* Double precision if (fc <= fs/110) */ 135 /* Double precision if (fs/110 < fc < fs/85) & (Q>3) */ 146 LVM_UINT32 fs = (LVM_UINT32)LVEQNB_SampleRateTab[(LVM_UINT16)pParams->SampleRate]; /* Sample rate */ local 166 if ((fc << 15) <= (LOW_FREQ * fs)) 169 * fc <= fs/110 173 else if (((fc << 15) <= (HIGH_FREQ * fs)) && (QFactor > 300)) 176 * (fs/110 < fc < fs/85) & (Q>3) 185 if (fc > (fs >> 1) [all...] |
/frameworks/compile/mclinker/lib/Support/ |
raw_ostream.cpp | 39 llvm::sys::fs::OpenFlags pFlags)
|
/frameworks/compile/mclinker/unittests/ |
FragmentRefTest.cpp | 20 using namespace mcld::sys::fs;
|
MCRegionFragmentTest.cpp | 18 using namespace mcld::sys::fs;
|
/hardware/qcom/display/msm8996/sdm/include/utils/ |
sys.h | 64 static bool getline_(fstream &fs, std::string &line); // NOLINT
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/ |
options.h | 67 int *fs; /* First level to optimize (statement-wise). */ member in struct:cloogoptions 68 int fs_ls_size; /* Size of the fs and ls arrays (same size) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/ |
vm86.h | 88 unsigned short fs, __fsh; member in struct:vm86_regs
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/video/ |
uvesafb.h | 21 __u16 fs; member in struct:v86_regs
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/ |
options.h | 67 int *fs; /* First level to optimize (statement-wise). */ member in struct:cloogoptions 68 int fs_ls_size; /* Size of the fs and ls arrays (same size) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/ |
vm86.h | 88 unsigned short fs, __fsh; member in struct:vm86_regs
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
elfcore.h | 9 #include <linux/fs.h>
|
romfs_fs.h | 5 #include <linux/fs.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/video/ |
uvesafb.h | 21 __u16 fs; member in struct:v86_regs
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/ |
vm86.h | 88 unsigned short fs, __fsh; member in struct:vm86_regs
|
/prebuilts/go/darwin-x86/src/runtime/ |
signal_darwin_386.go | 26 func (c *sigctxt) fs() uint32 { return c.regs().fs } func
|
signal_darwin_amd64.go | 34 func (c *sigctxt) fs() uint64 { return c.regs().fs } func
|