Home
last modified time | relevance | path

Searched refs:probetype (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/src/
Dntfs-3g.probe.c46 probe_t probetype; member
70 if (opts.probetype == PROBE_READONLY) in ntfs_open()
101 opts.probetype = PROBE_UNSET; in parse_options()
123 opts.probetype = PROBE_READONLY; in parse_options()
126 opts.probetype = PROBE_READWRITE; in parse_options()
140 if (opts.probetype == PROBE_UNSET) { in parse_options()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/insertbin/
Dgstinsertbin.c378 GstPadProbeType probetype; in gst_insert_bin_block_pad_unlock() local
452 probetype = GST_PAD_PROBE_TYPE_BLOCK_DOWNSTREAM; in gst_insert_bin_block_pad_unlock()
454 probetype = GST_PAD_PROBE_TYPE_BLOCK_UPSTREAM; in gst_insert_bin_block_pad_unlock()
457 gst_pad_add_probe (pad, GST_PAD_PROBE_TYPE_IDLE | probetype, pad_blocked_cb, in gst_insert_bin_block_pad_unlock()