HomeSort by relevance Sort by last modified time
    Searched refs:nextStartCode (Results 1 - 2 of 2) sorted by null

  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 232 const uint8_t *nextStartCode = &data[length - bytesLeft];
233 *paramSetLen = nextStartCode - data;
261 return nextStartCode;
308 const uint8_t *nextStartCode = data;
322 nextStartCode = parseParamSet(&ctx, tmp + 4, bytesLeft - 4, type,
332 nextStartCode = parseParamSet(&ctx, tmp + 4, bytesLeft - 4, type,
339 if (nextStartCode == NULL) {
344 bytesLeft -= nextStartCode - tmp;
345 tmp = nextStartCode;
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp     [all...]

Completed in 71 milliseconds