Home
last modified time | relevance | path

Searched refs:rc_mode (Results 1 – 22 of 22) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvp9enc.cpp131 guint rc_mode; member
177 if (device_caps->rc_mode) { in gst_mf_vp9_enc_class_init()
322 self->rc_mode = DEFAULT_RC_MODE; in gst_mf_vp9_enc_init()
343 g_value_set_enum (value, self->rc_mode); in gst_mf_vp9_enc_get_property()
386 self->rc_mode = g_value_get_enum (value); in gst_mf_vp9_enc_set_property()
413 gst_mf_vp9_enc_rc_mode_to_enum (guint rc_mode) in gst_mf_vp9_enc_rc_mode_to_enum() argument
415 switch (rc_mode) { in gst_mf_vp9_enc_rc_mode_to_enum()
426 gst_mf_vp9_enc_content_type_to_enum (guint rc_mode) in gst_mf_vp9_enc_content_type_to_enum() argument
428 switch (rc_mode) { in gst_mf_vp9_enc_content_type_to_enum()
467 if (device_caps->rc_mode) { in gst_mf_vp9_enc_set_option()
[all …]
Dgstmfh265enc.cpp151 guint rc_mode; member
206 if (device_caps->rc_mode) { in gst_mf_h265_enc_class_init()
425 self->rc_mode = DEFAULT_RC_MODE; in gst_mf_h265_enc_init()
454 g_value_set_enum (value, self->rc_mode); in gst_mf_h265_enc_get_property()
524 self->rc_mode = g_value_get_enum (value); in gst_mf_h265_enc_set_property()
578 gst_mf_h265_enc_rc_mode_to_enum (guint rc_mode) in gst_mf_h265_enc_rc_mode_to_enum() argument
580 switch (rc_mode) { in gst_mf_h265_enc_rc_mode_to_enum()
591 gst_mf_h265_enc_content_type_to_enum (guint rc_mode) in gst_mf_h265_enc_content_type_to_enum() argument
593 switch (rc_mode) { in gst_mf_h265_enc_content_type_to_enum()
641 if (device_caps->rc_mode) { in gst_mf_h265_enc_set_option()
[all …]
Dgstmfh264enc.cpp200 guint rc_mode; member
263 if (device_caps->rc_mode) { in gst_mf_h264_enc_class_init()
537 self->rc_mode = DEFAULT_RC_MODE; in gst_mf_h264_enc_init()
581 g_value_set_enum (value, self->rc_mode); in gst_mf_h264_enc_get_property()
666 self->rc_mode = g_value_get_enum (value); in gst_mf_h264_enc_set_property()
735 gst_mf_h264_enc_rc_mode_to_enum (guint rc_mode) in gst_mf_h264_enc_rc_mode_to_enum() argument
737 switch (rc_mode) { in gst_mf_h264_enc_rc_mode_to_enum()
752 gst_mf_h264_enc_adaptive_mode_to_enum (guint rc_mode) in gst_mf_h264_enc_adaptive_mode_to_enum() argument
754 switch (rc_mode) { in gst_mf_h264_enc_adaptive_mode_to_enum()
765 gst_mf_h264_enc_content_type_to_enum (guint rc_mode) in gst_mf_h264_enc_content_type_to_enum() argument
[all …]
Dgstmfvideoenc.h51 gboolean rc_mode; /* AVEncCommonRateControlMode */ member
Dgstmfvideoenc.cpp1745 CHECK_DEVICE_CAPS (codec_api, CODECAPI_AVEncCommonRateControlMode, rc_mode); in gst_mf_video_enc_enum_internal()
/third_party/ffmpeg/libavcodec/
Dvaapi_encode.c1498 const VAAPIEncodeRCMode *rc_mode; in vaapi_encode_init_rate_control() local
1530 rc_mode = &vaapi_encode_rc_modes[i]; in vaapi_encode_init_rate_control()
1531 if (supported_va_rc_modes & rc_mode->va_mode) { in vaapi_encode_init_rate_control()
1533 first ? "" : ", ", rc_mode->name); in vaapi_encode_init_rate_control()
1563 rc_mode = &vaapi_encode_rc_modes[mode]; \ in vaapi_encode_init_rate_control()
1564 if (!(rc_mode->va_mode & supported_va_rc_modes)) { \ in vaapi_encode_init_rate_control()
1567 "RC mode (supported modes: %s).\n", rc_mode->name, \ in vaapi_encode_init_rate_control()
1572 "RC mode.\n", rc_mode->name); \ in vaapi_encode_init_rate_control()
1573 rc_mode = NULL; \ in vaapi_encode_init_rate_control()
1617 if (rc_mode->bitrate) { in vaapi_encode_init_rate_control()
[all …]
Dnvenc.h42 #define RCD(rc_mode) ((rc_mode) | RC_MODE_DEPRECATED) argument
Dqsvenc.c84 mfxU16 rc_mode; member
114 static const char *print_ratecontrol(mfxU16 rc_mode) in print_ratecontrol() argument
118 if (rc_mode == rc_names[i].rc_mode) in print_ratecontrol()
303 mfxU16 rc_mode; in select_rc_mode() local
334 rc_mode = MFX_RATECONTROL_CQP; in select_rc_mode()
339 rc_mode = MFX_RATECONTROL_VCM; in select_rc_mode()
345 rc_mode = MFX_RATECONTROL_LA; in select_rc_mode()
350 rc_mode = MFX_RATECONTROL_LA_ICQ; in select_rc_mode()
358 rc_mode = MFX_RATECONTROL_ICQ; in select_rc_mode()
363 rc_mode = MFX_RATECONTROL_CBR; in select_rc_mode()
[all …]
Dlibopenh264enc.c57 int rc_mode; member
99 …{ "rc_mode", "Select rate control mode", OFFSET(rc_mode), AV_OPT_TYPE_INT, { .i64 = RC_QUALITY_MOD…
173 param.iRCMode = s->rc_mode; in svc_encode_init()
Dlibsvtav1.c66 int rc_mode; member
191 param->rate_control_mode = svt_enc->rc_mode; in config_enc_params()
521 { "rc", "Bit rate control mode", OFFSET(rc_mode),
Dvaapi_encode.h220 const VAAPIEncodeRCMode *rc_mode; member
Dvaapi_encode_vp9.c184 if (ctx->rc_mode->quality) { in vaapi_encode_vp9_configure()
Dvaapi_encode_h264.c1080 if (!ctx->rc_mode->hrd) { in vaapi_encode_h264_configure()
/third_party/cef/tests/ceftests/
Dtest_util.h100 rc_mode, with_cache_path) \ argument
110 new test_class(test_class::test_mode, rc_mode, cache_path); \
Ddownload_unittest.cc180 TestRequestContextMode rc_mode, in DownloadTestHandler() argument
183 rc_mode_(rc_mode), in DownloadTestHandler()
Drequest_context_unittest.cc479 TestRequestContextMode rc_mode, in PopupNavTestHandler() argument
481 : mode_(test_mode), rc_mode_(rc_mode), rc_cache_path_(rc_cache_path) {} in PopupNavTestHandler()
/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/
Dgstsvthevcenc.h108 GstSvtHevcEncRC rc_mode; member
Dgstsvthevcenc.c642 encoder->rc_mode = PROP_RC_MODE_DEFAULT; in gst_svthevc_enc_init()
815 param->rateControlMode = encoder->rc_mode; in config_enc_params()
2104 encoder->rc_mode = g_value_get_enum (value); in gst_svthevc_enc_set_property()
2199 g_value_set_enum (value, encoder->rc_mode); in gst_svthevc_enc_get_property()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp166 gint rc_mode);
432 gst_openh264enc_set_rate_control (GstOpenh264Enc * openh264enc, gint rc_mode) in gst_openh264enc_set_rate_control() argument
434 switch (rc_mode) { in gst_openh264enc_set_rate_control()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvbaseenc.c1507 GstNvRCMode rc_mode = nvenc->rate_control_mode; in gst_nv_base_enc_setup_rate_control() local
1520 if (rc_mode == GST_NV_RC_MODE_DEFAULT) { in gst_nv_base_enc_setup_rate_control()
1523 rc_mode = GST_NV_RC_MODE_CONSTQP; in gst_nv_base_enc_setup_rate_control()
1561 nv_rcmode = _rc_mode_to_nv (rc_mode); in gst_nv_base_enc_setup_rate_control()
2659 GstNvRCMode rc_mode = g_value_get_enum (value); in gst_nv_base_enc_set_property() local
2660 NV_ENC_PARAMS_RC_MODE nv_rc_mode = _rc_mode_to_nv (rc_mode); in gst_nv_base_enc_set_property()
2663 nvenc->rate_control_mode = rc_mode; in gst_nv_base_enc_set_property()
2666 "device does not support requested rate control mode %d", rc_mode); in gst_nv_base_enc_set_property()
/third_party/gstreamer/gstplugins_bad/ext/aom/
Dgstav1enc.c505 gst_av1_enc_get_aom_rc_mode_name (enum aom_rc_mode rc_mode) in gst_av1_enc_get_aom_rc_mode_name() argument
507 switch (rc_mode) { in gst_av1_enc_get_aom_rc_mode_name()
/third_party/ffmpeg/doc/
Dencoders.texi3267 @item rc_mode