Home
last modified time | relevance | path

Searched refs:cpu_used (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/aom/
Dgstav1enc.h112 gint cpu_used; member
Dgstav1enc.c424 av1enc->cpu_used = DEFAULT_CPU_USED; in gst_av1_enc_init()
736 GST_AV1_ENC_APPLY_CODEC_CONTROL (av1enc, AOME_SET_CPUUSED, av1enc->cpu_used); in gst_av1_enc_set_format()
912 av1enc->cpu_used = g_value_get_int (value); in gst_av1_enc_set_property()
914 av1enc->cpu_used); in gst_av1_enc_set_property()
1035 g_value_set_int (value, av1enc->cpu_used); in gst_av1_enc_get_property()
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxenc.h91 int cpu_used; member
Dgstvpxenc.c822 gst_vpx_enc->cpu_used = DEFAULT_CPU_USED; in gst_vpx_enc_init()
1168 gst_vpx_enc->cpu_used = g_value_get_int (value); in gst_vpx_enc_set_property()
1172 gst_vpx_enc->cpu_used); in gst_vpx_enc_set_property()
1529 g_value_set_int (value, gst_vpx_enc->cpu_used); in gst_vpx_enc_get_property()
1843 encoder->cpu_used); in gst_vpx_enc_set_format()
/third_party/ffmpeg/libavcodec/
Dlibvpxenc.c80 int cpu_used; member
1045 codecctl_int(avctx, VP8E_SET_CPUUSED, ctx->cpu_used); in vpx_init()
1486 if (ctx->aq_mode > 0 || ctx->cpu_used < 5 || ctx->deadline != VPX_DL_REALTIME) { in vp9_encode_set_roi()
1768 {"speed", "", offsetof(VPxContext, cpu_used), AV_OPT_TYPE_INT, {.i64 = 1}, -16, 16, VE}, \
1784 …{ "cpu-used", "Quality/Speed ratio modifier", OFFSET(cpu_used), AV_OP…
1795 …{ "cpu-used", "Quality/Speed ratio modifier", OFFSET(cpu_used), AV_OP…
Dlibaomenc.c68 int cpu_used; member
755 codecctl_int(avctx, AOME_SET_CPUUSED, ctx->cpu_used); in aom_init()
1250 …{ "cpu-used", "Quality/Speed ratio modifier", OFFSET(cpu_used), AV_OPT_TYP…