Home | History | Annotate | Download | only in src

Lines Matching refs:PTP_OPC_RepresentativeSampleWidth

527   register_property("Representative Sample Width", LIBMTP_PROPERTY_RepresentativeSampleWidth, PTP_OPC_RepresentativeSampleWidth);
8090 case PTP_OPC_RepresentativeSampleWidth:
8115 ptp_mtp_getobjectpropdesc (params, PTP_OPC_RepresentativeSampleWidth, map_libmtp_type_to_ptp_type(filetype), &opd_width);
8242 set_object_u32(device, id, PTP_OPC_RepresentativeSampleWidth, sampledata->width);
8324 sampledata->width = get_u32_from_object(device, id, PTP_OPC_RepresentativeSampleWidth, 0);