Searched defs:lastparamoffset (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DUtils.cpp451 int lastparamoffset = 0; local
460 ALOGV("block at %zu, last was %d", i, lastparamoffset);
461 if (lastparamoffset > 0) {
462 int size = i - lastparamoffset;
465 memcpy(avcc+avccidx, csd0->data() + lastparamoffset, size);
470 lastparamoffset = i;
481 lastparamoffset = 0;
491 ALOGV("block at %zu, last was %d", i, lastparamoffset);
492 if (lastparamoffset > 0) {
493 int size = i - lastparamoffset;
[all...]

Completed in 102 milliseconds