Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp.c2867 {PTP_DPC_FlashMode, N_("Flash Mode")}, in ptp_get_property_description()
3606 {PTP_DPC_FlashMode, 0, 0, N_("Undefined")}, /* 500C */ in ptp_render_property_value()
3607 {PTP_DPC_FlashMode, 0, 1, N_("Automatic flash")}, in ptp_render_property_value()
3608 {PTP_DPC_FlashMode, 0, 2, N_("Flash off")}, in ptp_render_property_value()
3609 {PTP_DPC_FlashMode, 0, 3, N_("Fill flash")}, in ptp_render_property_value()
3610 {PTP_DPC_FlashMode, 0, 4, N_("Automatic Red-eye Reduction")}, in ptp_render_property_value()
3611 {PTP_DPC_FlashMode, 0, 5, N_("Red-eye fill flash")}, in ptp_render_property_value()
3612 {PTP_DPC_FlashMode, 0, 6, N_("External sync")}, in ptp_render_property_value()
3613 {PTP_DPC_FlashMode, PTP_VENDOR_NIKON, 32784, N_("Default")}, in ptp_render_property_value()
3614 {PTP_DPC_FlashMode, PTP_VENDOR_NIKON, 32785, N_("Slow Sync")}, in ptp_render_property_value()
[all …]
Dptp.h1145 #define PTP_DPC_FlashMode 0x500C macro