Searched refs:getUInt32 (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/media/mtp/
H A DMtpObjectInfo.cpp62 if (!packet.getUInt32(mStorageID)) return false;
65 if (!packet.getUInt32(mCompressedSize)) return false;
67 if (!packet.getUInt32(mThumbCompressedSize)) return false;
68 if (!packet.getUInt32(mThumbPixWidth)) return false;
69 if (!packet.getUInt32(mThumbPixHeight)) return false;
70 if (!packet.getUInt32(mImagePixWidth)) return false;
71 if (!packet.getUInt32(mImagePixHeight)) return false;
72 if (!packet.getUInt32(mImagePixDepth)) return false;
73 if (!packet.getUInt32(mParent)) return false;
75 if (!packet.getUInt32(mAssociationDes
[all...]
H A DMtpPacket.h66 uint32_t getUInt32(int offset) const;
H A DMtpStorageInfo.cpp57 if (!packet.getUInt32(mFreeSpaceObjects)) return false;
H A DMtpDataPacket.cpp68 bool MtpDataPacket::getUInt32(uint32_t& value) { function in class:android::MtpDataPacket
91 return getUInt32(value[0]) && getUInt32(value[1]) && getUInt32(value[2]) && getUInt32(value[3]);
101 if (!getUInt32(count))
117 if (!getUInt32(count))
133 if (!getUInt32(count))
149 if (!getUInt32(count))
165 if (!getUInt32(coun
[all...]
H A DMtpDataPacket.h50 bool getUInt32(uint32_t& value);
51 inline bool getInt32(int32_t& value) { return getUInt32((uint32_t&)value); }
119 inline uint32_t getContainerLength() const { return MtpPacket::getUInt32(MTP_CONTAINER_LENGTH_OFFSET); }
H A DMtpPacket.cpp98 uint32_t MtpPacket::getUInt32(int offset) const { function in class:android::MtpPacket
128 return getUInt32(MTP_CONTAINER_TRANSACTION_ID_OFFSET);
140 return getUInt32(MTP_CONTAINER_PARAMETER_OFFSET + (index - 1) * sizeof(uint32_t));
H A DMtpDeviceInfo.cpp67 if (!packet.getUInt32(mVendorExtensionID)) return false;
H A DMtpServer.cpp911 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // storage ID
915 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER;
918 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // thumb compressed size
919 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // thumb pix width
920 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // thumb pix height
921 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // image pix width
922 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // image pix height
923 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // image bit depth
924 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // parent
926 if (!mData.getUInt32(temp3
[all...]
H A DMtpProperty.cpp159 if (!packet.getUInt32(mGroupCode)) return false;
455 if (!packet.getUInt32(value.u.u32)) return false;
540 if (!packet.getUInt32(length)) return NULL;
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp1028 if (!mDataSource->getUInt32(data_offset + 4, &entry_count)) {
1050 if (!mDataSource->getUInt32(entriesoffset, &sd) ||
1051 !mDataSource->getUInt32(entriesoffset + 4, (uint32_t*)&mt)) {
2011 mDataSource->getUInt32(data_offset + 4, &d32);
2090 if (!mDataSource->getUInt32(data_offset + 4, &trex.track_ID) ||
2091 !mDataSource->getUInt32(data_offset + 8, &trex.default_sample_description_index) ||
2092 !mDataSource->getUInt32(data_offset + 12, &trex.default_sample_duration) ||
2093 !mDataSource->getUInt32(data_offset + 16, &trex.default_sample_size) ||
2094 !mDataSource->getUInt32(data_offset + 20, &trex.default_sample_flags)) {
2265 if (!mDataSource->getUInt32(offse
[all...]
H A DDataSource.cpp81 bool DataSource::getUInt32(off64_t offset, uint32_t *x) { function in class:android::DataSource
/frameworks/av/include/media/stagefright/
H A DDataSource.h71 bool getUInt32(off64_t offset, uint32_t *x);
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp521 if (!packet.getUInt32(temp)) return false;

Completed in 979 milliseconds