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

/frameworks/av/libvideoeditor/vss/src/
H A DM4DECODER_Null.c100 M4_VideoHandler_Context* pStreamContext = M4OSA_NULL; local
103 pStreamContext = (M4_VideoHandler_Context*)M4OSA_32bitAlignedMalloc (
106 if (pStreamContext == 0) {
110 pStreamContext->m_structSize = sizeof(M4_VideoHandler_Context);
111 pStreamContext->m_pNextAccessUnitToDecode = M4OSA_NULL;
112 pStreamContext->m_pLibrary = M4OSA_NULL;
113 pStreamContext->m_pVideoStreamhandler = M4OSA_NULL;
114 pStreamContext->m_DecoderId = -1;
115 pStreamContext->m_RendererId = -1;
117 pStreamContext
139 M4_VideoHandler_Context* pStreamContext = (M4_VideoHandler_Context*)pContext; local
195 M4_VideoHandler_Context *pStreamContext = local
330 M4_VideoHandler_Context* pStreamContext = local
[all...]
H A DM4AMRR_CoreReader.c159 M4_AMRR_Context* pStreamContext; local
188 pStreamContext= (M4_AMRR_Context*)M4OSA_32bitAlignedMalloc(sizeof(M4_AMRR_Context), M4AMR_READER,
189 (M4OSA_Char *)("pStreamContext"));
190 if(M4OSA_NULL == pStreamContext)
198 pStreamContext->m_contextId = M4AMRR_CONTEXTID;
199 pStreamContext->m_structSize=sizeof(M4_AMRR_Context);
200 pStreamContext->m_pOsaFilePtrFct=pFileFunction ;
201 pStreamContext->m_pStreamHandler = M4OSA_NULL ;
202 pStreamContext->m_pAMRFile = M4OSA_NULL ;
203 pStreamContext
292 M4_AMRR_Context* pStreamContext=(M4_AMRR_Context*)Context; local
421 M4_AMRR_Context* pStreamContext=(M4_AMRR_Context*)Context; local
464 M4_AMRR_Context* pStreamContext=(M4_AMRR_Context*)Context; local
559 M4_AMRR_Context* pStreamContext=(M4_AMRR_Context*)Context; local
583 M4_AMRR_Context* pStreamContext=(M4_AMRR_Context*)Context; local
825 M4_AMRR_Context* pStreamContext=(M4_AMRR_Context*)Context; local
861 M4_AMRR_Context* pStreamContext=(M4_AMRR_Context*)Context; local
896 M4_AMRR_Context* pStreamContext=(M4_AMRR_Context*)Context; local
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp133 VideoEditor3gpReader_BitStreamParserContext* pStreamContext; local
136 pStreamContext = (VideoEditor3gpReader_BitStreamParserContext*)M4OSA_32bitAlignedMalloc(
139 if (M4OSA_NULL == pStreamContext) {
142 pStreamContext->mPbitStream=(M4OSA_UInt32*)pBitStream;
143 pStreamContext->mSize=size;
144 pStreamContext->mIndex=0;
145 pStreamContext->mBitIndex=0;
146 pStreamContext->mStructSize =
149 *pContext=pStreamContext;
171 VideoEditor3gpReader_BitStreamParserContext* pStreamContext local
212 VideoEditor3gpReader_BitStreamParserContext* pStreamContext=( local
233 VideoEditor3gpReader_BitStreamParserContext* pStreamContext = local
272 VideoEditor3gpReader_BitStreamParserContext* pStreamContext = local
293 VideoEditor3gpReader_BitStreamParserContext* pStreamContext = local
303 VideoEditor3gpReader_BitStreamParserContext* pStreamContext = local
[all...]

Completed in 52 milliseconds