HomeSort by relevance Sort by last modified time
    Searched full:lastparamoffset (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libstagefright/
Utils.cpp 364 int lastparamoffset = 0; local
373 ALOGV("block at %zu, last was %d", i, lastparamoffset);
374 if (lastparamoffset > 0) {
375 int size = i - lastparamoffset;
378 memcpy(avcc+avccidx, csd0->data() + lastparamoffset, size);
383 lastparamoffset = i;
394 lastparamoffset = 0;
404 ALOGV("block at %zu, last was %d", i, lastparamoffset);
405 if (lastparamoffset > 0) {
406 int size = i - lastparamoffset;
    [all...]

Completed in 794 milliseconds