Home | History | Annotate | Download | only in mtp

Lines Matching full:packet

58 void MtpObjectInfo::read(MtpDataPacket& packet) {
62 mStorageID = packet.getUInt32();
63 mFormat = packet.getUInt16();
64 mProtectionStatus = packet.getUInt16();
65 mCompressedSize = packet.getUInt32();
66 mThumbFormat = packet.getUInt16();
67 mThumbCompressedSize = packet.getUInt32();
68 mThumbPixWidth = packet.getUInt32();
69 mThumbPixHeight = packet.getUInt32();
70 mImagePixWidth = packet.getUInt32();
71 mImagePixHeight = packet.getUInt32();
72 mImagePixDepth = packet.getUInt32();
73 mParent = packet.getUInt32();
74 mAssociationType = packet.getUInt16();
75 mAssociationDesc = packet.getUInt32();
76 mSequenceNumber = packet.getUInt32();
78 packet.getString(string);
81 packet.getString(string);
85 packet.getString(string);
89 packet.getString(string);