Home
last modified time | relevance | path

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

12345

/third_party/ltp/testcases/kernel/mem/tunable/
Dmin_free_kbytes.c90 unsigned long tune, memfree, memtotal; in test_tune() local
105 tune = memfree / 20; in test_tune()
106 if (tune > (memtotal / 50)) in test_tune()
107 tune = memtotal / 50; in test_tune()
109 set_sys_tune("min_free_kbytes", tune, 1); in test_tune()
188 unsigned long tune; in check_monitor() local
193 tune = get_sys_tune("min_free_kbytes"); in check_monitor()
195 if (memfree < tune) { in check_monitor()
197 "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.c703 void set_sys_tune(char *sys_file, long tune, int check) in set_sys_tune() argument
708 tst_res(TINFO, "set %s to %ld", sys_file, tune); in set_sys_tune()
711 SAFE_FILE_PRINTF(path, "%ld", tune); in set_sys_tune()
715 if (val != tune) in set_sys_tune()
717 sys_file, val, tune); in set_sys_tune()
724 long tune; in get_sys_tune() local
727 SAFE_FILE_SCANF(path, "%ld", &tune); in get_sys_tune()
729 return tune; in get_sys_tune()
/third_party/gstreamer/gstplugins_bad/ext/x265/
Dgstx265enc.c132 static GType tune = 0; in gst_x265_enc_tune_get_type() local
136 if (tune != 0) in gst_x265_enc_tune_get_type()
137 return tune; in gst_x265_enc_tune_get_type()
155 tune = g_enum_register_static ("GstX265Tune", tune_values); in gst_x265_enc_tune_get_type()
157 return tune; in gst_x265_enc_tune_get_type()
569 encoder->tune = PROP_TUNE_DEFAULT; in gst_x265_enc_init()
843 x265_tune_names[encoder->tune - 1]) < 0) { in gst_x265_enc_init_encoder_locked()
1261 if (encoder->tune > 0 && encoder->tune <= G_N_ELEMENTS (x265_tune_names) && in gst_x265_enc_set_latency()
1262 strcmp (x265_tune_names[encoder->tune - 1], "zerolatency") == 0) in gst_x265_enc_set_latency()
1684 encoder->tune = g_value_get_enum (value); in gst_x265_enc_set_property()
[all …]
Dgstx265enc.h63 gint tune; member
/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/ffmpeg/libavcodec/
Dlibx265.c49 char *tune; member
133 if (ctx->api->param_default_preset(ctx->params, ctx->preset, ctx->tune) < 0) { in libx265_encode_init()
136 av_log(avctx, AV_LOG_ERROR, "Error setting preset/tune %s/%s.\n", ctx->preset, ctx->tune); in libx265_encode_init()
662 …5 tune parameter", OFFSET(tune), AV_OPT_TYPE_…
Dlibx264.c63 char *tune; member
616 if (x4->preset || x4->tune) in X264_init()
617 if (x264_param_default_preset(&x4->params, x4->preset, x4->tune) < 0) { in X264_init()
619 av_log(avctx, AV_LOG_ERROR, "Error setting preset/tune %s/%s.\n", x4->preset, x4->tune); in X264_init()
1070 …{ "tune", "Tune the encoding params (cf. x264 --fullhelp)", OFFSET(tune), AV_OP…
Dlibaomenc.c98 int tune; member
828 if (ctx->tune >= 0) in aom_init()
829 codecctl_int(avctx, AOME_SET_TUNING, ctx->tune); in aom_init()
1285 …ncoder tunes for. Automatically chosen by the encoder by default", OFFSET(tune), AV_OPT_TYPE_INT, …
Dlibvpxenc.c95 int tune; member
1057 if (ctx->tune >= 0) in vpx_init()
1058 codecctl_int(avctx, VP8E_SET_TUNING, ctx->tune); in vpx_init()
1745 …{ "tune", "Tune the encoding to a specific scenario", OFFSET(tune), AV_OPT_TYP…
/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/
Dgstsvthevcenc.h113 GstSvtHevcEncTune tune; member
Dgstsvthevcenc.c647 encoder->tune = PROP_TUNE_DEFAULT; in gst_svthevc_enc_init()
817 param->tune = encoder->tune; in config_enc_params()
2119 encoder->tune = g_value_get_enum (value); in gst_svthevc_enc_set_property()
2214 g_value_set_enum (value, encoder->tune); in gst_svthevc_enc_get_property()
/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/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_bali_timer_instruments.txt29 and to fine-tune application performance.
/third_party/openGLES/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(…

12345