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

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_VideoPreProcessing.c249 (M4MCS_ABS((M4OSA_Int32)
255 (M4MCS_ABS((M4OSA_Int32)(pImagePlanesTemp[1].u_height\
260 (M4MCS_ABS((M4OSA_Int32)(pImagePlanesTemp[2].u_height\
275 (M4MCS_ABS((M4OSA_Int32)(pImagePlanesTemp[0].u_width-\
279 (M4MCS_ABS((M4OSA_Int32)(pImagePlanesTemp[1].u_width-\
283 (M4MCS_ABS((M4OSA_Int32)(pImagePlanesTemp[2].u_width-\
H A DM4MCS_API.c9318 + M4MCS_ABS(pC->dViDecStartingCts - pC->uiBeginCutTime)) )
9326 + M4MCS_ABS(pC->dViDecStartingCts - pC->uiBeginCutTime)));
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h35 #define M4MCS_ABS(a) ( ( (a) < (0) ) ? (-(a)) : (a) ) macro

Completed in 55 milliseconds