Home
last modified time | relevance | path

Searched refs:device_caps (Results 1 – 25 of 26) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfh264enc.cpp248 GstMFVideoEncDeviceCaps *device_caps = &cdata->device_caps; in gst_mf_h264_enc_class_init() local
263 if (device_caps->rc_mode) { in gst_mf_h264_enc_class_init()
280 if (device_caps->quality && !device_caps->qp) { in gst_mf_h264_enc_class_init()
289 if (device_caps->adaptive_mode) { in gst_mf_h264_enc_class_init()
304 if (device_caps->buffer_size) { in gst_mf_h264_enc_class_init()
313 if (device_caps->max_bitrate) { in gst_mf_h264_enc_class_init()
322 if (device_caps->quality_vs_speed) { in gst_mf_h264_enc_class_init()
332 if (device_caps->cabac) { in gst_mf_h264_enc_class_init()
341 if (device_caps->sps_id) { in gst_mf_h264_enc_class_init()
350 if (device_caps->pps_id) { in gst_mf_h264_enc_class_init()
[all …]
Dgstmfh265enc.cpp192 GstMFVideoEncDeviceCaps *device_caps = &cdata->device_caps; in gst_mf_h265_enc_class_init() local
206 if (device_caps->rc_mode) { in gst_mf_h265_enc_class_init()
221 if (device_caps->buffer_size) { in gst_mf_h265_enc_class_init()
230 if (device_caps->max_bitrate) { in gst_mf_h265_enc_class_init()
239 if (device_caps->quality_vs_speed) { in gst_mf_h265_enc_class_init()
249 if (device_caps->bframes) { in gst_mf_h265_enc_class_init()
258 if (device_caps->gop_size) { in gst_mf_h265_enc_class_init()
269 if (device_caps->threads) { in gst_mf_h265_enc_class_init()
278 if (device_caps->content_type) { in gst_mf_h265_enc_class_init()
293 if (device_caps->qp) { in gst_mf_h265_enc_class_init()
[all …]
Dgstmfvp9enc.cpp163 GstMFVideoEncDeviceCaps *device_caps = &cdata->device_caps; in gst_mf_vp9_enc_class_init() local
177 if (device_caps->rc_mode) { in gst_mf_vp9_enc_class_init()
192 if (device_caps->max_bitrate) { in gst_mf_vp9_enc_class_init()
202 if (device_caps->quality_vs_speed) { in gst_mf_vp9_enc_class_init()
212 if (device_caps->gop_size) { in gst_mf_vp9_enc_class_init()
223 if (device_caps->threads) { in gst_mf_vp9_enc_class_init()
233 if (device_caps->content_type) { in gst_mf_vp9_enc_class_init()
248 if (device_caps->low_latency) { in gst_mf_vp9_enc_class_init()
267 device_caps->d3d11_aware, in gst_mf_vp9_enc_class_init()
277 if (device_caps->d3d11_aware) { in gst_mf_vp9_enc_class_init()
[all …]
Dgstmfvideoenc.cpp125 GstMFVideoEncDeviceCaps *device_caps = &klass->device_caps; in gst_mf_video_enc_set_context() local
127 if (device_caps->d3d11_aware) { in gst_mf_video_enc_set_context()
129 device_caps->adapter_luid, &self->other_d3d11_device); in gst_mf_video_enc_set_context()
141 GstMFVideoEncDeviceCaps *device_caps = &klass->device_caps; in gst_mf_video_enc_open() local
147 if (device_caps->d3d11_aware) { in gst_mf_video_enc_open()
154 device_caps->adapter_luid, &self->other_d3d11_device)) { in gst_mf_video_enc_open()
161 gst_d3d11_device_new_for_adapter_luid (device_caps->adapter_luid, in gst_mf_video_enc_open()
211 if (device_caps->d3d11_aware) in gst_mf_video_enc_open()
212 enum_params.adapter_luid = device_caps->adapter_luid; in gst_mf_video_enc_open()
217 device_caps->d3d11_aware, device_caps->adapter_luid); in gst_mf_video_enc_open()
[all …]
Dgstmfvideoenc.h89 GstMFVideoEncDeviceCaps device_caps; member
128 GstMFVideoEncDeviceCaps device_caps; member
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264enc.c105 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()
[all …]
Dgstnvh265enc.c106 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()
[all …]
Dgstnvenc.c624 GstNvEncDeviceCaps device_caps = { 0, }; in gst_nv_enc_register() local
709 &device_caps.rc_modes) != NV_ENC_SUCCESS) { in gst_nv_enc_register()
710 device_caps.rc_modes = 0; in gst_nv_enc_register()
713 device_index, codec, device_caps.rc_modes); in gst_nv_enc_register()
718 IS_SUPPORTED_RC (device_caps.rc_modes, NV_ENC_PARAMS_RC_CONSTQP)); in gst_nv_enc_register()
720 IS_SUPPORTED_RC (device_caps.rc_modes, NV_ENC_PARAMS_RC_VBR)); in gst_nv_enc_register()
722 IS_SUPPORTED_RC (device_caps.rc_modes, NV_ENC_PARAMS_RC_CBR)); in gst_nv_enc_register()
724 IS_SUPPORTED_RC (device_caps.rc_modes, in gst_nv_enc_register()
727 IS_SUPPORTED_RC (device_caps.rc_modes, NV_ENC_PARAMS_RC_CBR_HQ)); in gst_nv_enc_register()
729 IS_SUPPORTED_RC (device_caps.rc_modes, NV_ENC_PARAMS_RC_VBR_HQ)); in gst_nv_enc_register()
[all …]
Dgstnvbaseenc.h173 GstNvEncDeviceCaps device_caps; member
189 GstNvEncDeviceCaps * device_caps);
Dgstnvh264enc.h40 GstNvEncDeviceCaps * device_caps);
Dgstnvh265enc.h45 GstNvEncDeviceCaps * device_caps);
Dgstnvbaseenc.c2662 if ((klass->device_caps.rc_modes & nv_rc_mode) == nv_rc_mode) { in gst_nv_base_enc_set_property()
2839 GstNvEncDeviceCaps device_caps; member
2849 nvbaseenc_class->device_caps = cdata->device_caps; in gst_nv_base_enc_subclass_init()
2856 GstNvEncDeviceCaps * device_caps) in gst_nv_base_enc_register() argument
2873 cdata->device_caps = *device_caps; in gst_nv_base_enc_register()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dv4l2_calls.c76 v4l2object->device_caps = v4l2object->vcap.device_caps; in gst_v4l2_get_capabilities()
78 v4l2object->device_caps = v4l2object->vcap.capabilities; in gst_v4l2_get_capabilities()
84 GST_LOG_OBJECT (e, "capabilities: %08x", v4l2object->device_caps); in gst_v4l2_get_capabilities()
495 if (v4l2object->device_caps & in gst_v4l2_adjust_buf_type()
502 if (v4l2object->device_caps & in gst_v4l2_adjust_buf_type()
569 !(v4l2object->device_caps & (V4L2_CAP_VIDEO_CAPTURE | in gst_v4l2_open()
574 !(v4l2object->device_caps & (V4L2_CAP_VIDEO_OUTPUT | in gst_v4l2_open()
579 !GST_V4L2_IS_M2M (v4l2object->device_caps)) in gst_v4l2_open()
631 ("Capabilities: 0x%x", v4l2object->device_caps)); in gst_v4l2_open()
638 ("Capabilities: 0x%x", v4l2object->device_caps)); in gst_v4l2_open()
[all …]
Dgstv4l2.c128 guint32 device_caps; in gst_v4l2_probe_and_register() local
158 device_caps = vcap.device_caps; in gst_v4l2_probe_and_register()
160 device_caps = vcap.capabilities; in gst_v4l2_probe_and_register()
162 if (!GST_V4L2_IS_M2M (device_caps)) in gst_v4l2_probe_and_register()
Dgstv4l2deviceprovider.c139 v4l2obj->vcap.device_caps, NULL); in gst_v4l2_device_provider_probe_device()
141 if (v4l2obj->device_caps & in gst_v4l2_device_provider_probe_device()
144 if (v4l2obj->device_caps & V4L2_CAP_TOUCH) in gst_v4l2_device_provider_probe_device()
151 if (v4l2obj->device_caps & in gst_v4l2_device_provider_probe_device()
162 if (v4l2obj->device_caps & V4L2_CAP_VIDEO_OUTPUT_MPLANE) in gst_v4l2_device_provider_probe_device()
Dgstv4l2radio.c95 v4l2object->device_caps = vc.device_caps; in gst_v4l2radio_fill_channel_list()
97 v4l2object->device_caps = vc.capabilities; in gst_v4l2radio_fill_channel_list()
99 if (!(v4l2object->device_caps & V4L2_CAP_TUNER)) in gst_v4l2radio_fill_channel_list()
Dgstv4l2object.h181 guint32 device_caps; member
Dgstv4l2bufferpool.c813 if (obj->device_caps & V4L2_CAP_STREAMING) in gst_v4l2_buffer_pool_start()
1974 if (size == 0 && GST_V4L2_IS_M2M (obj->device_caps)) in gst_v4l2_buffer_pool_process()
2029 if (GST_V4L2_IS_M2M (obj->device_caps)) in gst_v4l2_buffer_pool_process()
Dgstv4l2sink.c255 if (obj->device_caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY) in gst_v4l2sink_sync_overlay_fields()
Dgstv4l2object.c754 flags |= v4l2object->device_caps & in gst_v4l2_object_get_property_helper()
761 if (v4l2object->device_caps & V4L2_CAP_VIDEO_CAPTURE_MPLANE) in gst_v4l2_object_get_property_helper()
764 if (v4l2object->device_caps & V4L2_CAP_VIDEO_OUTPUT_MPLANE) in gst_v4l2_object_get_property_helper()
928 v4l2object->device_caps = 0; in gst_v4l2_object_close()
3101 if (v4l2object->device_caps & V4L2_CAP_READWRITE) { in gst_v4l2_object_setup_pool()
3107 if (v4l2object->device_caps & V4L2_CAP_STREAMING) { in gst_v4l2_object_setup_pool()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11deinterlace.cpp172 GstD3D11DeinterlaceDeviceCaps device_caps; member
269 GstD3D11DeinterlaceDeviceCaps device_caps; member
365 GST_TYPE_D3D11_DEINTERLACE_METHOD, cdata->device_caps.default_method, in gst_d3d11_deinterlace_class_init()
372 cdata->device_caps.supported_methods, in gst_d3d11_deinterlace_class_init()
420 klass->device_caps = cdata->device_caps; in gst_d3d11_deinterlace_class_init()
433 self->method = klass->device_caps.default_method; in gst_d3d11_deinterlace_init()
463 g_value_set_flags (value, klass->device_caps.supported_methods); in gst_d3d11_deinterlace_get_property()
479 if ((self->method & klass->device_caps.supported_methods) == 0) { in gst_d3d11_deinterlace_update_method()
484 klass->device_caps.supported_methods); in gst_d3d11_deinterlace_update_method()
486 klass->device_caps.supported_methods); in gst_d3d11_deinterlace_update_method()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davfvideosrc.m619 GstCaps *device_caps = gst_av_capture_device_get_caps (device, output, orientation);
620 GST_DEBUG_OBJECT (element, "Device returned the following caps %" GST_PTR_FORMAT, device_caps);
622 return device_caps;
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2decoder.c193 capabilities = querycap.device_caps; in gst_v4l2_decoder_open()
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dvideodev2.h440 __u32 device_caps; member
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dvideodev2.h440 __u32 device_caps; member

12