Home
last modified time | relevance | path

Searched refs:proptype (Results 1 – 4 of 4) sorted by relevance

/external/libmtp/src/
Dptp-pack.c1321 uint32_t proptype = dtoh32a(&curdata[PTP_ece_Prop_Subtype]); in ptp_unpack_CANON_changes() local
1328 …ptp_debug (params, "event %d: EOS prop %04x desc record, datasize %d, propxtype %d", i, proptype, … in ptp_unpack_CANON_changes()
1330 if (params->canon_props[j].proptype == proptype) in ptp_unpack_CANON_changes()
1333 ptp_debug (params, "event %d: propdesc %x, default value not found.", i, proptype); in ptp_unpack_CANON_changes()
1342 ptp_debug (params, "event %d: propxtype is %x for %04x, unhandled.", i, propxtype, proptype); in ptp_unpack_CANON_changes()
1351 i, propxtype, proptype, dpd->DataType, propxcnt); in ptp_unpack_CANON_changes()
1356 switch (proptype) { in ptp_unpack_CANON_changes()
1365 …ptp_debug (params, "event %d: suppval[%d] of %x is 0x%x.", i, j, proptype, dpd->FORM.Enum.Supporte… in ptp_unpack_CANON_changes()
1374 ptp_debug (params, "event %d: suppval[%d] of %x is 0x%x.", i, j, proptype, CONV(data)); \ in ptp_unpack_CANON_changes()
1385 …ent %d: data type 0x%04x of %x unhandled, raw values:", i, dpd->DataType, proptype, dtoh32a(data)); in ptp_unpack_CANON_changes()
[all …]
Dptp.h1082 uint32_t proptype; member
Dptp.c1603 if (params->canon_props[i].proptype == propcode) in ptp_canon_eos_getdevicepropdesc()
1716 if (params->canon_props[i].proptype == propcode) in ptp_canon_eos_setdevicepropvalue()
/external/opencv3/modules/python/src2/
Dgen2.py291 …code += "".join([gen_template_set_prop_from_map.substitute(propname=p.name,proptype=p.tp) for p in…