Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp.c3042 {PTP_DPC_NIKON_ToneCompensation, /* 0xD02b */ in ptp_get_property_description()
3652 {PTP_DPC_NIKON_ToneCompensation, PTP_VENDOR_NIKON, 0, N_("Auto")}, /* D02B */ in ptp_render_property_value()
3653 {PTP_DPC_NIKON_ToneCompensation, PTP_VENDOR_NIKON, 1, N_("Normal")}, in ptp_render_property_value()
3654 {PTP_DPC_NIKON_ToneCompensation, PTP_VENDOR_NIKON, 2, N_("Low contrast")}, in ptp_render_property_value()
3655 {PTP_DPC_NIKON_ToneCompensation, PTP_VENDOR_NIKON, 3, N_("Medium Low")}, in ptp_render_property_value()
3656 {PTP_DPC_NIKON_ToneCompensation, PTP_VENDOR_NIKON, 4, N_("Medium High")}, in ptp_render_property_value()
3657 {PTP_DPC_NIKON_ToneCompensation, PTP_VENDOR_NIKON, 5, N_("High control")}, in ptp_render_property_value()
3658 {PTP_DPC_NIKON_ToneCompensation, PTP_VENDOR_NIKON, 6, N_("Custom")}, in ptp_render_property_value()
Dptp.h1426 #define PTP_DPC_NIKON_ToneCompensation 0xD02B macro