Searched refs:max_num_ref (Results 1 – 4 of 4) sorted by relevance
166 guint max_num_ref; member350 if (device_caps->max_num_ref) { in gst_mf_h265_enc_class_init()439 self->max_num_ref = DEFAULT_REF; in gst_mf_h265_enc_init()499 g_value_set_uint (value, self->max_num_ref); in gst_mf_h265_enc_get_property()569 self->max_num_ref = g_value_get_uint (value); in gst_mf_h265_enc_set_property()754 if (device_caps->max_num_ref) { in gst_mf_h265_enc_set_option()756 &CODECAPI_AVEncVideoMaxNumRefFrame, self->max_num_ref); in gst_mf_h265_enc_set_option()
220 guint max_num_ref; member462 if (device_caps->max_num_ref) { in gst_mf_h264_enc_class_init()556 self->max_num_ref = DEFAULT_REF; in gst_mf_h264_enc_init()641 g_value_set_uint (value, self->max_num_ref); in gst_mf_h264_enc_get_property()726 self->max_num_ref = g_value_get_uint (value); in gst_mf_h264_enc_set_property()1015 if (device_caps->max_num_ref) { in gst_mf_h264_enc_set_option()1017 &CODECAPI_AVEncVideoMaxNumRefFrame, self->max_num_ref); in gst_mf_h264_enc_set_option()
72 gboolean max_num_ref; /* AVEncVideoMaxNumRefFrame */ member
1767 CHECK_DEVICE_CAPS (codec_api, CODECAPI_AVEncVideoMaxNumRefFrame, max_num_ref); in gst_mf_video_enc_enum_internal()1768 if (device_caps->max_num_ref) { in gst_mf_video_enc_enum_internal()1782 device_caps->max_num_ref = FALSE; in gst_mf_video_enc_enum_internal()