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

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_VideoPreProcessing.c122 if (M4OSA_NULL != pC->pPreResizeFrame)
130 pC->pPreResizeFrame, M4OSA_TRUE);
144 pC->pPreResizeFrame, pPlaneOut);
171 Params.m_inputSize.m_height = pC->pPreResizeFrame->u_height;
172 Params.m_inputSize.m_width = pC->pPreResizeFrame->u_width;
237 if((M4OSA_UInt32)((pC->pPreResizeFrame->u_height * pPlaneOut->u_width)\
238 /pC->pPreResizeFrame->u_width) <= pPlaneOut->u_height)
245 ((pC->pPreResizeFrame->u_height * pPlaneOut->u_width)\
246 /pC->pPreResizeFrame->u_width);
270 (M4OSA_UInt32)((pC->pPreResizeFrame
[all...]
H A DM4MCS_API.c2203 pC->pPreResizeFrame = M4OSA_NULL;
3335 if( M4OSA_NULL != pC->pPreResizeFrame )
3337 if( M4OSA_NULL != pC->pPreResizeFrame[0].pac_data )
3339 free(pC->pPreResizeFrame[0].pac_data);
3340 pC->pPreResizeFrame[0].pac_data = M4OSA_NULL;
3343 if( M4OSA_NULL != pC->pPreResizeFrame[1].pac_data )
3345 free(pC->pPreResizeFrame[1].pac_data);
3346 pC->pPreResizeFrame[1].pac_data = M4OSA_NULL;
3349 if( M4OSA_NULL != pC->pPreResizeFrame[2].pac_data )
3351 free(pC->pPreResizeFrame[
[all...]
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h458 M4VIFI_ImagePlane* pPreResizeFrame; /**< The decoded image before resize member in struct:__anon302

Completed in 23 milliseconds