Home
last modified time | relevance | path

Searched refs:optv (Results 1 – 9 of 9) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dplaylog.c171 if (optv) in freeclusterentry()
234 if (optv > 1) in sanity_indx_list()
281 if (optv <= 1) /* Do not repeat the warning */ in sanity_indx_list()
347 if (optv > 1) { in sanity_mft()
370 if ((optv > 1) && (attr->type == AT_END)) in sanity_mft()
451 if (optv) in read_raw()
454 if ((optv > 1) && optc in read_raw()
465 if (optv) in read_raw()
469 if ((optv > 1) && optc in read_raw()
513 if (optv) in write_raw()
[all …]
Dntfsrecover.c159 int optv; /* verbose */ variable
1040 if (optv in firstrecord()
1045 if (optv >= 2) in firstrecord()
1053 if (optv >= 2) { in firstrecord()
2161 if (optv && (!optc || within_lcn_range(logr))) { in showlogr()
2250 if (optv) in mark_transactions()
2272 if (optv) { in mark_transactions()
2281 if (optv && (actives > 1)) in mark_transactions()
2320 if (optv) in enqueue_action()
2323 if (optv) in enqueue_action()
[all …]
Dntfsrecover.h122 extern int optv;
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgsteffectv.h34 GST_ELEMENT_REGISTER_DECLARE (optv);
Dgsteffectv.c55 ret |= GST_ELEMENT_REGISTER (optv, plugin); in plugin_init()
Dgstop.c99 GST_ELEMENT_REGISTER_DEFINE (optv, "optv", GST_RANK_NONE, gst_optv_get_type ());
/third_party/gstreamer/gstplugins_good/tests/check/pipelines/
Deffectv.c112 CREATE_TEST (optv);
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dporting-list-0.11.txt124 * -good effectv: optv: OpTV effect
/third_party/gstreamer/gstplugins_good/
DChangeLog37151 effectv/optv: remove unnecessary NULL checks before g_free()
115115 effectv: Make the optv threshold property an uint
115123 effect: Add optv effect filter from the effectv project