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

/frameworks/av/libvideoeditor/vss/src/
H A DM4DECODER_Null.c45 * structure M4_VideoHandler_Context
67 } M4_VideoHandler_Context; typedef in typeref:struct:__anon307
100 M4_VideoHandler_Context* pStreamContext = M4OSA_NULL;
103 pStreamContext = (M4_VideoHandler_Context*)M4OSA_32bitAlignedMalloc (
104 sizeof(M4_VideoHandler_Context), M4DECODER_MPEG4,
105 (M4OSA_Char *)"M4_VideoHandler_Context");
110 pStreamContext->m_structSize = sizeof(M4_VideoHandler_Context);
139 M4_VideoHandler_Context* pStreamContext = (M4_VideoHandler_Context*)pContext;
195 M4_VideoHandler_Context *pStreamContex
[all...]

Completed in 46 milliseconds