Searched refs:tempSize (Results 1 - 4 of 4) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
H A Dsampletableatom.cpp556 int32 tempSize = 0; local
560 tempSize = _psampleSizeAtom->getSampleSizeAt(i);
562 if (tempSize == PV_ERROR)
568 sampleSizeOffset += tempSize;
721 int32 tempSize = 0; local
725 tempSize = _psampleSizeAtom->getSampleSizeAt(i);
727 if (tempSize == PV_ERROR)
732 sampleSizeOffset += tempSize;
794 int32 tempSize = 0; local
800 tempSize
924 int32 tempSize = 0; local
997 int32 tempSize = 0; local
1127 int32 tempSize = 0; local
1200 int32 tempSize = 0; local
1854 int32 tempSize = 0; local
1903 int32 tempSize = 0; local
2482 int32 tempSize = 0; local
3008 int32 tempSize = 0; local
3053 int32 tempSize = _psampleSizeAtom->getSampleSizeAt(sampleNum); local
3142 int32 tempSize = 0; local
3221 int32 tempSize = 0; local
[all...]
H A Dtrackfragmentatom.cpp631 int32 tempSize = 0; local
638 tempSize = (*_tfRunSampleInfo)[k]->_sample_size;
642 if (_tfRunSampleInfo == NULL || tempSize == -1) // doesnt seem like one can continue if no _tfRunSampleInfo
651 sigmaSampleSize += tempSize;
652 pgau->info[s].len = tempSize;
1041 int32 tempSize = 0; local
1046 tempSize = (*_tfRunSampleInfo)[k]->_sample_size;
1049 if (tempSize == 0)
1050 tempSize = getDefaultSampleSize();
1055 if (_tfRunSampleInfo == NULL || tempSize
[all...]
/external/webkit/WebCore/platform/mac/
H A DScrollViewMac.mm134 NSSize tempSize = { max(0, w), max(0, h) }; // workaround for 4213314
135 [documentView() setFrameSize:tempSize];
/external/opencore/protocols/sdp/parser/src/
H A Dh264mediainfoparser.cpp622 uint32 tempSize = paramSetBufSizeVec.back(); local
624 paramSetBufSizeVec.push_front(tempSize);

Completed in 43 milliseconds