Searched refs:row_mt (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/ext/vpx/ |
D | gstvp9enc.c | 261 gst_vp9_enc->row_mt = DEFAULT_ROW_MT; in gst_vp9_enc_init() 304 gst_vp9_enc->row_mt = g_value_get_boolean (value); in gst_vp9_enc_set_property() 308 gst_vp9_enc->row_mt ? 1 : 0); in gst_vp9_enc_set_property() 365 g_value_set_boolean (value, gst_vp9_enc->row_mt); in gst_vp9_enc_get_property() 488 vp9enc->row_mt ? 1 : 0); in gst_vp9_enc_configure_encoder()
|
D | gstvp9enc.h | 51 gboolean row_mt; member
|
/third_party/gstreamer/gstplugins_bad/ext/aom/ |
D | gstav1enc.h | 114 gboolean row_mt; member
|
D | gstav1enc.c | 427 av1enc->row_mt = DEFAULT_ROW_MT; in gst_av1_enc_init() 739 (av1enc->row_mt ? 1 : 0)); in gst_av1_enc_set_format() 995 av1enc->row_mt = g_value_get_boolean (value); in gst_av1_enc_set_property() 997 (av1enc->row_mt ? 1 : 0)); in gst_av1_enc_set_property() 1096 g_value_set_boolean (value, av1enc->row_mt); in gst_av1_enc_get_property()
|
/third_party/ffmpeg/libavcodec/ |
D | libaomenc.c | 92 int row_mt; member 870 if (ctx->row_mt >= 0) in aom_init() 871 codecctl_int(avctx, AV1E_SET_ROW_MT, ctx->row_mt); in aom_init() 1277 …{ "row-mt", "Enable row based multi-threading", OFFSET(row_mt), AV_OPT_TYPE…
|
D | libvpxenc.c | 119 int row_mt; member 1104 if (ctx->row_mt >= 0) in vpx_init() 1105 codecctl_int(avctx, VP9E_SET_ROW_MT, ctx->row_mt); in vpx_init() 1814 … {"row-mt", "Row based multi-threading", OFFSET(row_mt), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, VE},
|