Searched refs:NV_ENC_PARAMS_RC_CBR (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | nvenc_hevc.c | 91 …", 0, AV_OPT_TYPE_CONST, { .i64 = NV_ENC_PARAMS_RC_CBR }, …
|
D | nvenc_h264.c | 102 …", 0, AV_OPT_TYPE_CONST, { .i64 = NV_ENC_PARAMS_RC_CBR }, …
|
D | nvenc.c | 42 #define IS_CBR(rc) (rc == NV_ENC_PARAMS_RC_CBR || \ 841 case NV_ENC_PARAMS_RC_CBR: in nvenc_override_rate_control() 918 ctx->rc = NV_ENC_PARAMS_RC_CBR; in nvenc_setup_rate_control() 939 ctx->rc = NV_ENC_PARAMS_RC_CBR; in nvenc_setup_rate_control()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | nvEncodeAPI.h | 256 NV_ENC_PARAMS_RC_CBR = 0x2, /**< Constant bitrate mode */ enumerator 290 #define NV_ENC_PARAMS_RC_CBR2 NV_ENC_PARAMS_RC_CBR /**< Deprecated…
|
D | gstnvenc.c | 722 IS_SUPPORTED_RC (device_caps.rc_modes, NV_ENC_PARAMS_RC_CBR)); in gst_nv_enc_register()
|