Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp.c4352 {PTP_DPC_CANON_WhiteBalance, N_("White Balance")}, in ptp_get_property_description()
5616 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 0, N_("Auto")}, in ptp_render_property_value()
5617 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 1, N_("Daylight")}, in ptp_render_property_value()
5618 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 2, N_("Cloudy")}, in ptp_render_property_value()
5619 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 3, N_("Tungsten")}, in ptp_render_property_value()
5620 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 4, N_("Fluorescent")}, in ptp_render_property_value()
5621 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 6, N_("Preset")}, in ptp_render_property_value()
5622 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 7, N_("Fluorescent H")}, in ptp_render_property_value()
5623 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 9, N_("Color Temperature")}, in ptp_render_property_value()
5624 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 10, N_("Custom Whitebalance PC-1")}, in ptp_render_property_value()
[all …]
Dptp.h1464 #define PTP_DPC_CANON_WhiteBalance 0xD013 macro