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

/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h375 } NSWAVC_MCS_t; typedef in typeref:struct:__anon301
592 NSWAVC_MCS_t *m_pInstance;
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c161 M4OSA_ERR H264MCS_Getinstance( NSWAVC_MCS_t ** instance )
163 NSWAVC_MCS_t *p_bs = M4OSA_NULL;
165 p_bs = (NSWAVC_MCS_t *)M4OSA_32bitAlignedMalloc(sizeof(NSWAVC_MCS_t), M4MCS,
166 (M4OSA_Char *)"NSWAVC_MCS_t");
204 *instance = (NSWAVC_MCS_t *)p_bs;
740 NSWAVC_MCS_t *instance;
762 instance = (NSWAVC_MCS_t *)ainstance;
1287 M4OSA_ERR H264MCS_ProcessSPS_PPS( NSWAVC_MCS_t *instance, M4OSA_UInt8 *inbuff,
1738 M4OSA_ERR H264MCS_ProcessNALU( NSWAVC_MCS_t *ainstanc
[all...]

Completed in 10 milliseconds