Home | History | Annotate | Download | only in src

Lines Matching refs:PTP_OPC_RepresentativeSampleDuration

528   register_property("Representative Sample Duration", LIBMTP_PROPERTY_RepresentativeSampleDuration, PTP_OPC_RepresentativeSampleDuration);
8093 case PTP_OPC_RepresentativeSampleDuration:
8142 ptp_mtp_getobjectpropdesc (params, PTP_OPC_RepresentativeSampleDuration, map_libmtp_type_to_ptp_type(filetype), &opd_duration);
8247 set_object_u32(device, id, PTP_OPC_RepresentativeSampleDuration, sampledata->duration);
8326 sampledata->duration = get_u32_from_object(device, id, PTP_OPC_RepresentativeSampleDuration, 0);