/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-multisink/videoitem/ |
D | videoitem.cpp | 132 : QQuickItem(parent), _priv(new VideoItemPrivate(this)) in VideoItem() 138 _priv->pipeline = gst_pipeline_new(nullptr); in VideoItem() 139 _priv->src = gst_element_factory_make("videotestsrc", nullptr); in VideoItem() 140 _priv->sink = gst_element_factory_make("glsinkbin", nullptr); in VideoItem() 144 Q_ASSERT(_priv->pipeline && _priv->src && _priv->sink); in VideoItem() 147 g_object_set(_priv->sink, "sink", fakesink, nullptr); in VideoItem() 149 gst_bin_add_many(GST_BIN(_priv->pipeline), _priv->src, _priv->sink, nullptr); in VideoItem() 150 gst_element_link_many (_priv->src, _priv->sink, nullptr); in VideoItem() 153 _priv->bus = gst_pipeline_get_bus(GST_PIPELINE(_priv->pipeline)); in VideoItem() 154 gst_bus_set_sync_handler(_priv->bus, messageHandler, _priv.data(), nullptr); in VideoItem() [all …]
|
D | videoitem.h | 64 QSharedPointer<VideoItemPrivate> _priv;
|
/third_party/libwebsockets/test-apps/ |
D | test-sshd.c | 104 ssh_ops_channel_create(struct lws *wsi, void **_priv) in ssh_ops_channel_create() argument 109 *_priv = priv; in ssh_ops_channel_create() 134 ssh_ops_channel_destroy(void *_priv) in ssh_ops_channel_destroy() argument 136 struct sshd_instance_priv *priv = _priv; in ssh_ops_channel_destroy() 158 ssh_ops_tx_waiting(void *_priv) in ssh_ops_tx_waiting() argument 160 struct sshd_instance_priv *priv = _priv; in ssh_ops_tx_waiting() 172 ssh_ops_tx(void *_priv, int stdch, uint8_t *buf, size_t len) in ssh_ops_tx() argument 174 struct sshd_instance_priv *priv = _priv; in ssh_ops_tx() 197 ssh_ops_rx(void *_priv, struct lws *wsi, const uint8_t *buf, uint32_t len) in ssh_ops_rx() argument 199 struct sshd_instance_priv *priv = _priv; in ssh_ops_rx() [all …]
|
/third_party/libwebsockets/plugins/ |
D | protocol_lws_sshd_demo.c | 119 ssh_ops_channel_create(struct lws *wsi, void **_priv) in ssh_ops_channel_create() argument 124 *_priv = priv; in ssh_ops_channel_create() 135 ssh_ops_channel_destroy(void *_priv) in ssh_ops_channel_destroy() argument 137 struct sshd_instance_priv *priv = _priv; in ssh_ops_channel_destroy() 147 ssh_ops_tx_waiting(void *_priv) in ssh_ops_tx_waiting() argument 149 struct sshd_instance_priv *priv = _priv; in ssh_ops_tx_waiting() 162 ssh_ops_tx(void *_priv, int stdch, uint8_t *buf, size_t len) in ssh_ops_tx() argument 164 struct sshd_instance_priv *priv = _priv; in ssh_ops_tx() 193 ssh_ops_rx(void *_priv, struct lws *wsi, const uint8_t *buf, uint32_t len) in ssh_ops_rx() argument 195 struct sshd_instance_priv *priv = _priv; in ssh_ops_rx() [all …]
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_csmt_helper.h | 173 name##_priv( struct NineDevice9 *device ARGS_FOR_DECLARATION( __VA_ARGS__ ) ); \ 183 name##_priv( \ 199 name##_priv( \ 212 name##_priv( struct NineDevice9 *device ARGS_FOR_DECLARATION( __VA_ARGS__ ) ) 223 name##_priv( struct NineDevice9 *device ARGS_FOR_DECLARATION( __VA_ARGS__ ) ); \ 233 name##_priv( \ 250 name##_priv( \ 266 name##_priv( struct NineDevice9 *device ARGS_FOR_DECLARATION( __VA_ARGS__ ) ) 275 name##_priv( struct NineDevice9 *device ARGS_FOR_DECLARATION( __VA_ARGS__ ) ); \ 285 name##_priv( \ [all …]
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
D | print.rs | 17 _priv: (), field 28 PrinterBuilder { _priv: () } in new() 32 Printer { _priv: () } in build() 54 _priv: (), field
|
/third_party/node/deps/openssl/openssl/apps/ |
D | testdsa.h | 204 st.priv = dsa##bits##_priv; \ 209 st.priv_l = sizeof(dsa##bits##_priv); \
|
/third_party/openssl/apps/ |
D | testdsa.h | 204 st.priv = dsa##bits##_priv; \ 209 st.priv_l = sizeof(dsa##bits##_priv); \
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | usbd_video.c | 355 uvc->_priv = NULL; in uvc_video_tran_stop() 499 uvc->_priv = priv; in uvc_video_tran_nocp() 589 uvc->_priv = priv; in uvc_video_tran_copy() 722 ret = next_func(uvc, transfer, uvc->_priv); in uvc_nocp_continue() 784 ret = copy(uvc, frame, uvc->_priv); in uvc_copy_continue()
|
D | f_uvc.h | 777 void *_priv; /* video transmission private pointer */ member
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | fops-zip.c | 147 #define eff_size(_priv) (_priv->hdr.method == ZIP_COMPRESSION_METHOD_STORE ? \ argument 148 _priv->hdr.uncomp_size : _priv->hdr.comp_size)
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
D | print.rs | 16 _priv: (), field 27 PrinterBuilder { _priv: () } in new() 31 Printer { _priv: () } in build() 46 _priv: (), field
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/ |
D | mod.rs | 105 _priv: [::uintptr_t; 38], // FIXME if needed
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
D | mod.rs | 44 _priv: [::uintptr_t; 4],
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
D | mod.rs | 44 _priv: [::uintptr_t; 4],
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 351 _priv: [::uintptr_t; 36], 355 _priv: [::uintptr_t; 15],
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 489 _priv: [::c_int; 3], 541 _priv: ::uintptr_t,
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 704 pub _priv: [[::c_char; 6]; 24],
|
/third_party/rust/crates/log/rfcs/ |
D | 0296-structured-logging.md | 749 _priv: (),
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 61328 gst: add some _priv prefixes to private methods 106067 by adding _priv prefix, so that they won't appear in the global
|