Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp.c1504 if ( (params->deviceinfo.VendorExtensionID == PTP_VENDOR_NIKON) && in ptp_check_event()
3486 if (params->deviceinfo.VendorExtensionID==PTP_VENDOR_NIKON) in ptp_get_property_description()
3562 {PTP_DPC_NIKON_LightMeter, PTP_VENDOR_NIKON, 0.08333, 0.0, N_("%.1f stops")},/* D10A */ in ptp_render_property_value()
3563 …{PTP_DPC_NIKON_FlashExposureCompensation, PTP_VENDOR_NIKON, 0.16666, 0.0, N_("%.1f stops")}, /* D1… in ptp_render_property_value()
3564 {PTP_DPC_NIKON_CenterWeightArea, PTP_VENDOR_NIKON, 2.0, 6.0, N_("%.0f mm")},/* D059 */ in ptp_render_property_value()
3565 {PTP_DPC_NIKON_FocalLengthMin, PTP_VENDOR_NIKON, 0.01, 0.0, "%.0f mm"}, /* D0E3 */ in ptp_render_property_value()
3566 {PTP_DPC_NIKON_FocalLengthMax, PTP_VENDOR_NIKON, 0.01, 0.0, "%.0f mm"}, /* D0E4 */ in ptp_render_property_value()
3567 {PTP_DPC_NIKON_MaxApAtMinFocalLength, PTP_VENDOR_NIKON, 0.01, 0.0, "f/%.2g"}, /* D0E5 */ in ptp_render_property_value()
3568 {PTP_DPC_NIKON_MaxApAtMaxFocalLength, PTP_VENDOR_NIKON, 0.01, 0.0, "f/%.2g"}, /* D0E6 */ in ptp_render_property_value()
3569 {PTP_DPC_NIKON_ExternalFlashCompensation, PTP_VENDOR_NIKON, 1.0/6.0, 0.0,"%.0f"}, /* D124 */ in ptp_render_property_value()
[all …]
Dptp.h163 #define PTP_VENDOR_NIKON 0x0000000A macro