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

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp1159 M4OSA_Context pBitParserContext = M4OSA_NULL; local
1182 VideoEditor3gpReader_MPEG4BitStreamParserInit(&pBitParserContext,
1185 if (M4OSA_NULL == pBitParserContext) {
1189 VideoEditor3gpReader_BitStreamParserFlushBits(pBitParserContext, 8);
1191 VideoEditor3gpReader_BitStreamParserFlushBits(pBitParserContext, 8);
1193 VideoEditor3gpReader_BitStreamParserFlushBits(pBitParserContext, 8);
1195 VideoEditor3gpReader_BitStreamParserFlushBits(pBitParserContext, 8);
1197 val=VideoEditor3gpReader_BitStreamParserShowBits(pBitParserContext, 8);
1199 VideoEditor3gpReader_BitStreamParserFlushBits(pBitParserContext, 8);
1206 VideoEditor3gpReader_BitStreamParserCleanUp(pBitParserContext);
1717 M4OSA_Context pBitParserContext = M4OSA_NULL; local
[all...]

Completed in 17 milliseconds