Lines Matching refs:device_caps
106 GstNvEncDeviceCaps *device_caps = &nvenc_class->device_caps; in gst_nv_h265_enc_class_init() local
140 if (device_caps->weighted_prediction) { in gst_nv_h265_enc_class_init()
155 if (device_caps->custom_vbv_bufsize) { in gst_nv_h265_enc_class_init()
172 if (device_caps->lookahead) { in gst_nv_h265_enc_class_init()
188 if (device_caps->temporal_aq) { in gst_nv_h265_enc_class_init()
203 if (device_caps->bframes > 0) { in gst_nv_h265_enc_class_init()
213 "Number of B-frames between I and P", 0, device_caps->bframes, in gst_nv_h265_enc_class_init()
674 GstNvEncDeviceCaps *device_caps = &klass->device_caps; in gst_nv_h265_enc_set_property() local
690 if (!device_caps->weighted_prediction) { in gst_nv_h265_enc_set_property()
698 if (!device_caps->custom_vbv_bufsize) { in gst_nv_h265_enc_set_property()
706 if (!device_caps->lookahead) { in gst_nv_h265_enc_set_property()
714 if (!device_caps->temporal_aq) { in gst_nv_h265_enc_set_property()
722 if (!device_caps->bframes) { in gst_nv_h265_enc_set_property()
730 if (!device_caps->bframes) { in gst_nv_h265_enc_set_property()
752 GstNvEncDeviceCaps *device_caps = &klass->device_caps; in gst_nv_h265_enc_get_property() local
759 if (!device_caps->weighted_prediction) { in gst_nv_h265_enc_get_property()
766 if (!device_caps->custom_vbv_bufsize) { in gst_nv_h265_enc_get_property()
773 if (!device_caps->lookahead) { in gst_nv_h265_enc_get_property()
780 if (!device_caps->temporal_aq) { in gst_nv_h265_enc_get_property()
787 if (!device_caps->bframes) { in gst_nv_h265_enc_get_property()
794 if (!device_caps->bframes) { in gst_nv_h265_enc_get_property()
808 GstCaps * sink_caps, GstCaps * src_caps, GstNvEncDeviceCaps * device_caps) in gst_nv_h265_enc_register() argument
828 parent_type = gst_nv_base_enc_register ("H265", device_id, device_caps); in gst_nv_h265_enc_register()