Searched defs:fs (Results 1 - 25 of 458) sorted by last modified time

1234567891011>>

/external/webrtc/src/common_audio/vad/
H A Dwebrtc_vad.c135 WebRtc_Word16 fs,
158 if (fs == 32000)
166 } else if (fs == 16000)
174 } else if (fs == 8000)
134 WebRtcVad_Process(VadInst *vad_inst, WebRtc_Word16 fs, WebRtc_Word16 *speech_frame, WebRtc_Word16 frame_length) argument
/external/webrtc/src/modules/audio_processing/agc/
H A Danalog_agc.c128 if (stt->fs == 8000)
149 } else if (stt->fs == 16000)
170 } else if (stt->fs == 32000)
190 if ((stt->fs == 32000) && (in_mic_H == NULL))
245 if (stt->fs == 32000)
301 if (stt->fs == 16000)
342 if (stt->fs == 8000)
354 } else if (stt->fs == 16000)
366 } else if (stt->fs == 32000)
420 if (stt->fs !
1526 WebRtcAgc_Init(void *agcInst, WebRtc_Word32 minLevel, WebRtc_Word32 maxLevel, WebRtc_Word16 agcMode, WebRtc_UWord32 fs) argument
[all...]
H A Danalog_agc.h49 WebRtc_UWord32 fs; // Sampling frequency member in struct:__anon33486
/external/webrtc/src/modules/audio_processing/ns/
H A Dnoise_suppression.c52 int WebRtcNs_Init(NsHandle* NS_inst, WebRtc_UWord32 fs) { argument
53 return WebRtcNs_InitCore((NSinst_t*) NS_inst, fs);
H A Dnoise_suppression_x.c51 int WebRtcNsx_Init(NsxHandle* nsxInst, WebRtc_UWord32 fs) { argument
52 return WebRtcNsx_InitCore((NsxInst_t*)nsxInst, fs);
H A Dns_core.c71 int WebRtcNs_InitCore(NSinst_t* inst, WebRtc_UWord32 fs) { argument
81 if (fs == 8000 || fs == 16000 || fs == 32000) {
82 inst->fs = fs;
87 if (fs == 8000) {
94 } else if (fs == 16000) {
101 } else if (fs == 32000) {
764 if (inst->fs
[all...]
H A Dns_core.h53 WebRtc_UWord32 fs; member in struct:NSinst_t_
122 * - fs : Sampling frequency
130 int WebRtcNs_InitCore(NSinst_t* inst, WebRtc_UWord32 fs);
H A Dnsx_core.c741 WebRtc_Word32 WebRtcNsx_InitCore(NsxInst_t* inst, WebRtc_UWord32 fs) { argument
751 if (fs == 8000 || fs == 16000 || fs == 32000) {
752 inst->fs = fs;
757 if (fs == 8000) {
765 } else if (fs == 16000) {
773 } else if (fs == 32000) {
1712 if (inst->fs
[all...]
H A Dnsx_core.h24 WebRtc_UWord32 fs; member in struct:NsxInst_t_
116 * - fs : Sampling frequency
124 WebRtc_Word32 WebRtcNsx_InitCore(NsxInst_t* inst, WebRtc_UWord32 fs);
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc463 int fs[] = {8000, 16000, 32000}; local
464 for (size_t i = 0; i < sizeof(fs) / sizeof(*fs); i++) {
465 EXPECT_EQ(apm_->kNoError, apm_->set_sample_rate_hz(fs[i]));
466 EXPECT_EQ(fs[i], apm_->sample_rate_hz());
/external/valgrind/main/VEX/priv/
H A Dguest_mips_helpers.c1143 : "r" (&(addr[fs])), "r" (fcsr) \
1185 : "r" (&(addr[fs])), "r" (&(addr[ft])), "r" (fcsr) \
1191 extern UInt mips_dirtyhelper_calculate_FCSR_fp32 ( void* gs, UInt fs, UInt ft, argument
1200 loFsVal = (UInt)addr[fs];
1201 hiFsVal = (UInt)addr[fs+1];
1206 loFsVal = (UInt)addr[fs*2];
1207 hiFsVal = (UInt)addr[fs*2+2];
1319 extern UInt mips_dirtyhelper_calculate_FCSR_fp64 ( void* gs, UInt fs, UInt ft, argument
H A Dguest_mips_toIR.c1106 /* fs - fpu source register number.
1112 static void calculateFCSR(UInt fs, UInt ft, UInt inst, Bool sz32, UInt opN) argument
1122 mkU32(fs),
1130 mkU32(fs),
1149 d->fxState[1].offset = floatGuestRegOffset(fs);
1154 d->fxState[2].offset = floatGuestRegOffset(fs+1);
1172 d->fxState[1].offset = floatGuestRegOffset(fs);
1180 d->fxState[3].offset = floatGuestRegOffset(fs+1);
1734 UInt fs = get_fs(cins); local
1742 DIP("c.%s.s %d, f%d, f%d", showCondCode(cond), fpc_cc, fs, f
11688 UInt opcode, cins, rs, rt, rd, sa, ft, fs, fd, fmt, tf, nd, function, local
[all...]
H A Dhost_mips_defs.c4026 UInt rt, fs; local
4029 fs = fregNo(i->Min.FpGpMove.src, mode64);
4030 p = mkFormR(p, 0x11, 0x0, rt, fs, 0x0, 0x0);
4036 fs = fregNo(i->Min.FpGpMove.src, mode64);
4037 p = mkFormR(p, 0x11, 0x1, rt, fs, 0x0, 0x0);
4042 fs = fregNo(i->Min.FpGpMove.dst, mode64);
4043 p = mkFormR(p, 0x11, 0x4, rt, fs, 0x0, 0x0);
4049 fs = fregNo(i->Min.FpGpMove.dst, mode64);
4050 p = mkFormR(p, 0x11, 0x5, rt, fs, 0x0, 0x0);
/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h214 unsigned short fs; member in struct:vki_sigcontext
511 unsigned long ds,es,fs,gs; member in struct:vki_user_regs_struct
H A Dvki-arm-linux.h848 unsigned short fs, __fsh; member in struct:vki_vm86_regs
H A Dvki-x86-linux.h236 unsigned short fs, __fsh; member in struct:vki_sigcontext
607 unsigned short fs, __fs, gs, __gs; member in struct:vki_user_regs_struct
860 unsigned short fs, __fsh; member in struct:vki_vm86_regs
H A Dvki-xen-x86.h50 vki_uint16_t fs, _pad4; member in struct:vki_xen_cpu_user_regs
81 vki_uint16_t fs, _pad5[3]; /* Non-zero => takes precedence over fs_base. */ member in struct:vki_xen_cpu_user_regs
/external/stlport/test/unit/
H A Dptrspec_test.cpp229 vector<Func> fs; local
230 fs.push_back(&f1);
231 CPPUNIT_ASSERT( !fs.empty() );
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp580 FcFontSet* fs = FcFontList(NULL, pat, os); local
581 SkAutoTCallVProc<FcFontSet, FcFontSetDestroy> autoDestroyFs(fs);
582 if (NULL == fs) {
588 for (int i = 0; i < fs->nfont; ++i) {
589 FcPattern* match = fs->fonts[i];
H A DSkFontHost_mac.cpp415 static SkTypeface::Style fontstyle2stylebits(const SkFontStyle& fs) { argument
417 if (fs.width() >= WEIGHT_THRESHOLD) {
420 if (fs.isItalic()) {
438 SkTypeface_Mac(const SkFontStyle& fs, SkFontID fontID, bool isFixedPitch, argument
440 : SkTypeface(fontstyle2stylebits(fs), fontID, isFixedPitch)
443 , fFontStyle(fs)
H A DSkFontMgr_win_dw.cpp308 virtual void getStyle(int index, SkFontStyle* fs, SkString* styleName) SK_OVERRIDE;
662 void SkFontStyleSet_DirectWrite::getStyle(int index, SkFontStyle* fs, SkString* styleName) { argument
666 if (fs) {
683 *fs = SkFontStyle(weight, width, slant);
/external/skia/tests/
H A DFontMgrTest.cpp99 SkFontStyle fs; local
100 set->getStyle(j, &fs, &sname);
108 fs.weight(), fs.width(), fs.isItalic());
H A DFontNamesTest.cpp151 SkFontStyle fs; local
152 set->getStyle(j, &fs, &sname);
/external/skia/gm/
H A Dfontmgr.cpp72 SkFontStyle fs; variable
73 set->getStyle(j, &fs, &sname);
74 sname.appendf(" [%d %d %d]", fs.weight(), fs.width(), fs.isItalic());
123 SkFontStyle fs; local
124 fset->getStyle(j, &fs, &sname);
126 sname.appendf(" [%d %d]", fs.weight(), fs.width());
141 SkFontStyle fs(weigh
[all...]
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 3231 milliseconds

1234567891011>>