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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp1399 const uint8_t *nextNalStart; local
1404 while (getNextNALUnit(&data, &searchSize, &nextNalStart,
1406 size_t currentNalSize = nextNalStart - currentNalStart - 4 /* strip start-code */;
1411 currentNalStart = nextNalStart;

Completed in 57 milliseconds