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

  /frameworks/base/media/libstagefright/mpeg2ts/
ESQueue.cpp 256 Vector<NALPosition> nals; local
294 size_t auSize = 4 * nals.size() + totalSize;
302 for (size_t i = 0; i < nals.size(); ++i) {
303 const NALPosition &pos = nals.itemAt(i);
327 const NALPosition &pos = nals.itemAt(nals.size() - 1);
353 nals.push(pos);

Completed in 3346 milliseconds