HomeSort by relevance Sort by last modified time
    Searched refs:NSWAVC_MCS_t (Results 1 - 2 of 2) sorted by null

  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 375 } NSWAVC_MCS_t;
592 NSWAVC_MCS_t *m_pInstance;
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 161 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;
    [all...]

Completed in 535 milliseconds