Home
last modified time | relevance | path

Searched refs:ObjectFormat (Results 1 – 5 of 5) sorted by relevance

/external/libmtp/src/
Dlibmtp.c2222 params->objects[i].oi.ObjectFormat = prop->propval.u16; in get_all_metadata_fast()
2302 if (ob->oi.ObjectFormat == PTP_OFC_Association) in get_handles_recursively()
2339 file->filetype = map_ptp_type_to_libmtp_type(ob->oi.ObjectFormat); in obj2file()
2396 ret = ptp_mtp_getobjectpropssupported(params, ob->oi.ObjectFormat, &propcnt, &props); in obj2file()
2603 if(ob->oi.ObjectFormat != PTP_OFC_Association) in flush_handles()
3931 if (ob->oi.ObjectFormat == PTP_OFC_Association) { in LIBMTP_Get_Filelisting_With_Callback()
3947 file->filetype = map_ptp_type_to_libmtp_type(ob->oi.ObjectFormat); in LIBMTP_Get_Filelisting_With_Callback()
4003 ret = ptp_mtp_getobjectpropssupported(params, ob->oi.ObjectFormat, &propcnt, &props); in LIBMTP_Get_Filelisting_With_Callback()
4084 file->filetype = map_ptp_type_to_libmtp_type(ob->oi.ObjectFormat); in LIBMTP_Get_Filemetadata()
4482 mtptype = map_ptp_type_to_libmtp_type(ob->oi.ObjectFormat); in LIBMTP_Get_Tracklisting_With_Callback()
[all …]
Dptp-pack.c472 htod16a(&oidata[PTP_oi_ObjectFormat],oi->ObjectFormat); in ptp_pack_OI()
573 oi->ObjectFormat=dtoh16a(&data[PTP_oi_ObjectFormat]); in ptp_unpack_OI()
1304 (*ce)[i].u.object.oi.ObjectFormat = dtoh16a(&curdata[PTP_ece_OA_OFC]); in ptp_unpack_CANON_changes()
1307 …u.object.oid, (*ce)[i].u.object.oi.ParentObject, (*ce)[i].u.object.oi.ObjectFormat, (*ce)[i].u.obj… in ptp_unpack_CANON_changes()
1313 (*ce)[i].u.object.oi.ObjectFormat = dtoh16a(&curdata[PTP_ece_OI_OFC]); in ptp_unpack_CANON_changes()
1318 …size %d, filename %s", i, (*ce)[i].u.object.oid, (*ce)[i].u.object.oi.ObjectFormat, (*ce)[i].u.obj… in ptp_unpack_CANON_changes()
1802 oi->ObjectFormat = dtoh16a(cur + ptp_canon_dir_ofc); in ptp_unpack_canon_directory()
Dplaylist-spl.c93 return (oi->ObjectFormat == PTP_OFC_Undefined) && in is_spl_playlist()
Dptp.h735 uint16_t ObjectFormat; member
Dptp.c4888 oinfo.ObjectFormat = xpl->propval.u16; in ptp_object_want()