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

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_Codecs.c129 * pWtrDataInterface is M4OSA_NULL
135 M4WRITER_DataInterface* pWtrDataInterface)
145 M4OSA_DEBUG_IF2((pWtrDataInterface == M4OSA_NULL),M4ERR_PARAMETER,
146 "pWtrDataInterface is M4OSA_NULL in M4MCS_registerWriter");
149 pWtrGlobalInterface=0x%x, pWtrDataInterface=0x%x", pC,pWtrGlobalInterface,
150 pWtrDataInterface);
168 pC->WriterInterface[MediaType].pDataFcts = pWtrDataInterface;
133 M4MCS_registerWriter(M4MCS_Context pContext, M4WRITER_OutputFileType MediaType, M4WRITER_GlobalInterface* pWtrGlobalInterface, M4WRITER_DataInterface* pWtrDataInterface) argument

Completed in 102 milliseconds