Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:getUInt32

1718     if (!mDataSource->getUInt32(offset, &flags)) {
1728 if (!mDataSource->getUInt32(offset + 4, &referenceId)) {
1733 if (!mDataSource->getUInt32(offset + 8, &timeScale)) {
1749 if (!mDataSource->getUInt32(offset, &tmp)) {
1753 if (!mDataSource->getUInt32(offset + 4, &tmp)) {
1794 if (!mDataSource->getUInt32(offset, &d1) || // size
1795 !mDataSource->getUInt32(offset + 4, &d2) || // duration
1796 !mDataSource->getUInt32(offset + 8, &d3)) { // flags
2536 if (!mDataSource->getUInt32(offset, &tmp)) {
2541 if (!mDataSource->getUInt32(offset, &tmp)) {
2556 if (!mDataSource->getUInt32(offset, &smplcnt)) {
2591 if (!mDataSource->getUInt32(offset, &entrycount)) {
2605 if (!mDataSource->getUInt32(offset, &tmp)) {
2656 if (!mDataSource->getUInt32(drmoffset, &numencrypted)) {
2680 if (!mDataSource->getUInt32(offset, &flags)) { // actually version + flags
2688 if (!mDataSource->getUInt32(offset + 4, (uint32_t*)&mLastParsedTrackId)) {
2721 if (!mDataSource->getUInt32(offset, &mTrackFragmentHeaderInfo.mSampleDescriptionIndex)) {
2733 if (!mDataSource->getUInt32(offset, &mTrackFragmentHeaderInfo.mDefaultSampleDuration)) {
2745 if (!mDataSource->getUInt32(offset, &mTrackFragmentHeaderInfo.mDefaultSampleSize)) {
2757 if (!mDataSource->getUInt32(offset, &mTrackFragmentHeaderInfo.mDefaultSampleFlags)) {
2789 if (!mDataSource->getUInt32(offset, &flags)) {
2804 if (!mDataSource->getUInt32(offset + 4, &sampleCount)) {
2820 if (!mDataSource->getUInt32(offset, (uint32_t*)&dataOffsetDelta)) {
2835 if (!mDataSource->getUInt32(offset, &firstSampleFlags)) {
2886 if (!mDataSource->getUInt32(offset, &sampleDuration)) {
2893 if (!mDataSource->getUInt32(offset, &sampleSize)) {
2900 if (!mDataSource->getUInt32(offset, &sampleFlags)) {
2907 if (!mDataSource->getUInt32(offset, &sampleCtsOffset)) {