/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_udev.c | 287 static void get_caps(struct udev_device *dev, struct udev_device *pdev, const char *attr, unsigned … in get_caps() function 338 get_caps(dev, pdev, "capabilities/ev", bitmask_ev, SDL_arraysize(bitmask_ev)); in guess_device_class() 339 get_caps(dev, pdev, "capabilities/abs", bitmask_abs, SDL_arraysize(bitmask_abs)); in guess_device_class() 340 get_caps(dev, pdev, "capabilities/rel", bitmask_rel, SDL_arraysize(bitmask_rel)); in guess_device_class() 341 get_caps(dev, pdev, "capabilities/key", bitmask_key, SDL_arraysize(bitmask_key)); in guess_device_class()
|
/third_party/gstreamer/gstplugins_good/sys/osxaudio/ |
D | gstosxaudiosrc.c | 146 gstbasesrc_class->get_caps = GST_DEBUG_FUNCPTR (gst_osx_audio_src_get_caps); in gst_osx_audio_src_class_init() 256 return GST_BASE_SRC_CLASS (parent_class)->get_caps (src, filter); in gst_osx_audio_src_get_caps() 281 caps = GST_BASE_SRC_CLASS (parent_class)->get_caps (src, NULL); in gst_osx_audio_src_get_caps()
|
D | gstosxaudiosink.c | 185 gstbasesink_class->get_caps = GST_DEBUG_FUNCPTR (gst_osx_audio_sink_getcaps); in gst_osx_audio_sink_class_init() 332 return GST_BASE_SINK_CLASS (parent_class)->get_caps (sink, filter); in gst_osx_audio_sink_getcaps()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpopuspay.c | 174 gstbasertppayload_class->get_caps = gst_rtp_opus_pay_getcaps; in gst_rtp_opus_pay_class_init() 380 GST_RTP_BASE_PAYLOAD_CLASS (gst_rtp_opus_pay_parent_class)->get_caps in gst_rtp_opus_pay_getcaps() 389 GST_RTP_BASE_PAYLOAD_CLASS (gst_rtp_opus_pay_parent_class)->get_caps in gst_rtp_opus_pay_getcaps()
|
D | gstrtpisacpay.c | 162 payload_class->get_caps = gst_rtp_isac_pay_getcaps; in gst_rtp_isac_pay_class_init()
|
D | gstrtpbvpay.c | 99 gstrtpbasepayload_class->get_caps = gst_rtp_bv_pay_sink_getcaps; in gst_rtp_bv_pay_class_init()
|
D | gstrtpilbcpay.c | 86 gstrtpbasepayload_class->get_caps = gst_rtp_ilbc_pay_sink_getcaps; in gst_rtp_ilbc_pay_class_init()
|
D | gstrtpg722pay.c | 94 gstrtpbasepayload_class->get_caps = gst_rtp_g722_pay_getcaps; in gst_rtp_g722_pay_class_init()
|
D | gstrtpL8pay.c | 98 gstrtpbasepayload_class->get_caps = gst_rtp_L8_pay_getcaps; in gst_rtp_L8_pay_class_init()
|
D | gstrtpL24pay.c | 96 gstrtpbasepayload_class->get_caps = gst_rtp_L24_pay_getcaps; in gst_rtp_L24_pay_class_init()
|
D | gstrtpL16pay.c | 107 gstrtpbasepayload_class->get_caps = gst_rtp_L16_pay_getcaps; in gst_rtp_L16_pay_class_init()
|
D | gstrtpspeexpay.c | 83 gstrtpbasepayload_class->get_caps = gst_rtp_speex_pay_getcaps; in gst_rtp_speex_pay_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/inter/ |
D | gstintervideosrc.c | 117 base_src_class->get_caps = GST_DEBUG_FUNCPTR (gst_inter_video_src_get_caps); in gst_inter_video_src_class_init() 206 return GST_BASE_SRC_CLASS (parent_class)->get_caps (src, filter); in gst_inter_video_src_get_caps() 229 return GST_BASE_SRC_CLASS (parent_class)->get_caps (src, filter); in gst_inter_video_src_get_caps()
|
D | gstinteraudiosrc.c | 123 base_src_class->get_caps = GST_DEBUG_FUNCPTR (gst_inter_audio_src_get_caps); in gst_inter_audio_src_class_init() 239 return GST_BASE_SRC_CLASS (parent_class)->get_caps (src, filter); in gst_inter_audio_src_get_caps() 259 return GST_BASE_SRC_CLASS (parent_class)->get_caps (src, filter); in gst_inter_audio_src_get_caps()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfsourceobject.c | 276 g_assert (klass->get_caps != NULL); in gst_mf_source_object_get_caps() 278 return klass->get_caps (object); in gst_mf_source_object_get_caps()
|
D | gstmfsourceobject.h | 79 GstCaps * (*get_caps) (GstMFSourceObject * object); member
|
/third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
D | basesink | 42 base_sink_class->get_caps = GST_DEBUG_FUNCPTR (gst_replace_get_caps); 66 GST_DEBUG_OBJECT (replace, "get_caps");
|
D | basesrc | 41 base_src_class->get_caps = GST_DEBUG_FUNCPTR (gst_replace_get_caps); 67 GST_DEBUG_OBJECT (replace, "get_caps");
|
/third_party/gstreamer/gstplugins_bad/sys/bluez/ |
D | gstavdtpsrc.c | 103 basesrc_class->get_caps = GST_DEBUG_FUNCPTR (gst_avdtp_src_getcaps); in gst_avdtp_src_class_init() 302 ret = GST_BASE_SRC_CLASS (parent_class)->get_caps (bsrc, filter); in gst_avdtp_src_getcaps()
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | capsnego2-docs | 143 The GstPad get_caps function 174 When two pads are connected get_caps is called on both pads to get their caps. 256 ! 2. the pad get_caps function will return the pad caps of the srcpad and
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbasepayload.h | 132 …GstCaps * (*get_caps) (GstRTPBasePayload *payload, GstPad * pad, GstCaps * filter); member
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_winsys.h | 117 int (*get_caps)(struct virgl_winsys *vws, struct virgl_drm_caps *caps); member
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasesrc.h | 183 GstCaps* (*get_caps) (GstBaseSrc *src, GstCaps *filter); member
|
D | gstbasesink.h | 168 GstCaps* (*get_caps) (GstBaseSink *sink, GstCaps *filter); member
|
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | camerabin2-src.txt | 71 camera source pads. The camera source can simply get_caps on the peer of
|