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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp1845 const uint8_t *nextStartCode = findNextStartCode(data, length); local
1846 *paramSetLen = nextStartCode - data;
1874 return nextStartCode;
1905 const uint8_t *nextStartCode = data; local
1919 nextStartCode = parseParamSet(tmp + 4, bytesLeft - 4, type, &paramSetLen);
1928 nextStartCode = parseParamSet(tmp + 4, bytesLeft - 4, type, &paramSetLen);
1934 if (nextStartCode == NULL) {
1939 bytesLeft -= nextStartCode - tmp;
1940 tmp = nextStartCode;

Completed in 741 milliseconds