Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp.c3096 {PTP_DPC_NIKON_ISOAuto, /* 0xD054 */ in ptp_get_property_description()
3352 {PTP_DPC_NIKON_ISOAuto, /* 0xD16A */ in ptp_get_property_description()
3669 PTP_VENDOR_VAL_BOOL(PTP_DPC_NIKON_ISOAuto,PTP_VENDOR_NIKON), /* D054 */ in ptp_render_property_value()
3672 {PTP_DPC_NIKON_ISOAuto, PTP_VENDOR_NIKON, 0, "1/125"}, /* D054 */ in ptp_render_property_value()
3673 {PTP_DPC_NIKON_ISOAuto, PTP_VENDOR_NIKON, 1, "1/60"}, in ptp_render_property_value()
3674 {PTP_DPC_NIKON_ISOAuto, PTP_VENDOR_NIKON, 2, "1/30"}, in ptp_render_property_value()
3675 {PTP_DPC_NIKON_ISOAuto, PTP_VENDOR_NIKON, 3, "1/15"}, in ptp_render_property_value()
3676 {PTP_DPC_NIKON_ISOAuto, PTP_VENDOR_NIKON, 4, "1/8"}, in ptp_render_property_value()
3677 {PTP_DPC_NIKON_ISOAuto, PTP_VENDOR_NIKON, 5, "1/4"}, in ptp_render_property_value()
3678 {PTP_DPC_NIKON_ISOAuto, PTP_VENDOR_NIKON, 6, "1/2"}, in ptp_render_property_value()
[all …]
Dptp.h1453 #define PTP_DPC_NIKON_ISOAuto 0xD054 macro