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

/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c953 M4OSA_UInt32 tempInputSizeHeightMax = 0; local
961 tempInputSizeHeightMax = (pImagePlanes->u_height\
963 tempInputSizeHeightMax = (tempInputSizeHeightMax>>1)<<1;
967 if(tempInputSizeHeightMax <= pC->m_pDecodedPlane->u_height)
973 if(((tempInputSizeHeightMax - Params.m_inputSize.m_height)>>1)\
975 && ((tempInputSizeHeightMax - Params.m_inputSize.m_height)>>1)\
981 Params.m_inputCoord.m_y -= ((tempInputSizeHeightMax \
998 - tempInputSizeHeightMax;
1001 Params.m_inputSize.m_height = tempInputSizeHeightMax;
1132 M4OSA_UInt32 tempInputSizeHeightMax = 0; local
[all...]

Completed in 100 milliseconds