Searched defs:parseParamSet (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorUtils.cpp219 const uint8_t *parseParamSet(AVCCodecSpecificContext* pC, function in namespace:android
322 nextStartCode = parseParamSet(&ctx, tmp + 4, bytesLeft - 4, type,
332 nextStartCode = parseParamSet(&ctx, tmp + 4, bytesLeft - 4, type,
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp272 const uint8_t *parseParamSet(
1727 const uint8_t *MPEG4Writer::Track::parseParamSet( function in class:android::MPEG4Writer::Track
1730 ALOGV("parseParamSet");
1808 nextStartCode = parseParamSet(tmp + 4, bytesLeft - 4, type, &paramSetLen);
1817 nextStartCode = parseParamSet(tmp + 4, bytesLeft - 4, type, &paramSetLen);

Completed in 52 milliseconds