Home
last modified time | relevance | path

Searched refs:tune (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/ltp/testcases/kernel/mem/tunable/
Dmin_free_kbytes.c89 unsigned long tune, memfree, memtotal; in test_tune() local
104 tune = memfree / 20; in test_tune()
105 if (tune > (memtotal / 50)) in test_tune()
106 tune = memtotal / 50; in test_tune()
108 set_sys_tune("min_free_kbytes", tune, 1); in test_tune()
187 unsigned long tune; in check_monitor() local
192 tune = get_sys_tune("min_free_kbytes"); in check_monitor()
194 if (memfree < tune) { in check_monitor()
196 "min_free_kbytes is %lu kB", memfree, tune); in check_monitor()
/third_party/exfatprogs/
DMakefile.am5 SUBDIRS = lib mkfs fsck tune label dump exfat2img subdir
10 manpages/tune.exfat.8 \
22 tune/Android.bp \
DBUILD.gn41 "tune",
143 ##Build tune.exfat
144 ohos_executable("tune.exfat") {
146 sources = [ "tune/tune.c" ]
DREADME.md61 - tune.exfat:
66 tune.exfat -l /dev/sda1
68 tune.exfat -L "new label" /dev/sda1
70 tune.exfat -i /dev/sda1
72 tune.exfat -I 0x12345678 /dev/sda1
DNEWS22 * tune.exfat: Fix bitmap entry corruption when adding new volume lablel.
99 * Rename label.exfat to tune.exfat.
100 * tune.exfat: change argument style(-l option for print level,
102 * mkfs.exfat: harmonize set volume label option with tune.exfat.
Dconfigure.ac32 tune/Makefile
/third_party/exfatprogs/tune/
DMakefile.am4 sbin_PROGRAMS = tune.exfat
6 tune_exfat_SOURCES = tune.c
/third_party/ltp/testcases/kernel/mem/lib/
Dmem.c641 void set_sys_tune(char *sys_file, long tune, int check) in set_sys_tune() argument
646 tst_res(TINFO, "set %s to %ld", sys_file, tune); in set_sys_tune()
649 SAFE_FILE_PRINTF(path, "%ld", tune); in set_sys_tune()
653 if (val != tune) in set_sys_tune()
655 sys_file, val, tune); in set_sys_tune()
662 long tune; in get_sys_tune() local
665 SAFE_FILE_SCANF(path, "%ld", &tune); in get_sys_tune()
667 return tune; in get_sys_tune()
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
DLatencyTuningCallback.cpp28 mLatencyTuner->tune(); in onAudioReady()
/third_party/skia/third_party/externals/oboe/include/oboe/
DLatencyTuner.h67 Result tune();
/third_party/ltp/testcases/kernel/mem/include/
Dmem.h74 void set_sys_tune(char *sys_file, long tune, int check);
/third_party/lame/libmp3lame/
Dlame_global_flags.h145 int tune; /* 0 off, 1 on */ member
/third_party/ffmpeg/libavcodec/
Dlibx265.c52 char *tune; member
142 if (ctx->api->param_default_preset(ctx->params, ctx->preset, ctx->tune) < 0) { in libx265_encode_init()
145 av_log(avctx, AV_LOG_ERROR, "Error setting preset/tune %s/%s.\n", ctx->preset, ctx->tune); in libx265_encode_init()
714 …5 tune parameter", OFFSET(tune), AV_OPT_TYPE_…
Dlibx264.c64 char *tune; member
654 if (x4->preset || x4->tune) in X264_init()
655 if (x264_param_default_preset(&x4->params, x4->preset, x4->tune) < 0) { in X264_init()
657 av_log(avctx, AV_LOG_ERROR, "Error setting preset/tune %s/%s.\n", x4->preset, x4->tune); in X264_init()
1102 …{ "tune", "Tune the encoding params (cf. x264 --fullhelp)", OFFSET(tune), AV_OP…
Dlibaomenc.c102 int tune; member
919 if (ctx->tune >= 0) in aom_init()
920 codecctl_int(avctx, AOME_SET_TUNING, ctx->tune); in aom_init()
1376 …ncoder tunes for. Automatically chosen by the encoder by default", OFFSET(tune), AV_OPT_TYPE_INT, …
Dlibvpxenc.c105 int tune; member
1124 if (ctx->tune >= 0) in vpx_init()
1125 codecctl_int(avctx, VP8E_SET_TUNING, ctx->tune); in vpx_init()
1821 …{ "tune", "Tune the encoding to a specific scenario", OFFSET(tune), AV_OPT_TYP…
/third_party/skia/third_party/externals/oboe/src/common/
DLatencyTuner.cpp34 Result LatencyTuner::tune() { in tune() function in LatencyTuner
/third_party/openh264/build/
DDockerfile20 …--with-mpfr=/usr/lib --without-included-gettext --with-system-zlib --with-tune=generic --disable-m…
/third_party/lame/dshow/
DREADME23 property pages so you can tune some encoding parameters.
/third_party/openGLES/extensions/SGIX/
DSGIX_bali_timer_instruments.txt29 and to fine-tune application performance.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_bali_timer_instruments.txt29 and to fine-tune application performance.
/third_party/libuv/docs/src/
Dtcp.rst73 This setting is used to tune a TCP server for the desired performance.
/third_party/skia/third_party/externals/oboe/docs/
DFAQ.md10 You can dynamically tune the latency of the stream just like in Oboe using [`setBufferSizeInFrames(…
/third_party/openGLES/extensions/ATI/
DATI_pn_triangles.txt32 user to tune the amount of tessellation to be performed on each triangle as
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/
DATI_pn_triangles.txt32 user to tune the amount of tessellation to be performed on each triangle as

12345