• Home
  • Raw
  • Download

Lines Matching refs:device_caps

105   GstNvEncDeviceCaps *device_caps = &nvenc_class->device_caps;  in gst_nv_h264_enc_class_init()  local
138 if (device_caps->weighted_prediction) { in gst_nv_h264_enc_class_init()
153 if (device_caps->custom_vbv_bufsize) { in gst_nv_h264_enc_class_init()
170 if (device_caps->lookahead) { in gst_nv_h264_enc_class_init()
186 if (device_caps->temporal_aq) { in gst_nv_h264_enc_class_init()
201 if (device_caps->bframes > 0) { in gst_nv_h264_enc_class_init()
211 "Number of B-frames between I and P", 0, device_caps->bframes, in gst_nv_h264_enc_class_init()
561 GstNvEncDeviceCaps *device_caps = &klass->device_caps; in gst_nv_h264_enc_set_property() local
577 if (!device_caps->weighted_prediction) { in gst_nv_h264_enc_set_property()
585 if (!device_caps->custom_vbv_bufsize) { in gst_nv_h264_enc_set_property()
593 if (!device_caps->lookahead) { in gst_nv_h264_enc_set_property()
601 if (!device_caps->temporal_aq) { in gst_nv_h264_enc_set_property()
609 if (!device_caps->bframes) { in gst_nv_h264_enc_set_property()
617 if (!device_caps->bframes) { in gst_nv_h264_enc_set_property()
639 GstNvEncDeviceCaps *device_caps = &klass->device_caps; in gst_nv_h264_enc_get_property() local
646 if (!device_caps->weighted_prediction) { in gst_nv_h264_enc_get_property()
653 if (!device_caps->custom_vbv_bufsize) { in gst_nv_h264_enc_get_property()
660 if (!device_caps->lookahead) { in gst_nv_h264_enc_get_property()
667 if (!device_caps->temporal_aq) { in gst_nv_h264_enc_get_property()
674 if (!device_caps->bframes) { in gst_nv_h264_enc_get_property()
681 if (!device_caps->bframes) { in gst_nv_h264_enc_get_property()
695 GstCaps * sink_caps, GstCaps * src_caps, GstNvEncDeviceCaps * device_caps) in gst_nv_h264_enc_register() argument
715 parent_type = gst_nv_base_enc_register ("H264", device_id, device_caps); in gst_nv_h264_enc_register()