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

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_VideoPreProcessing.c171 Params.m_inputSize.m_height = pC->pPreResizeFrame->u_height;
174 Params.m_outputSize.m_height = pPlaneOut->u_height;
239 //Params.m_inputSize.m_height < Params.m_inputSize.m_width)
243 Params.m_outputSize.m_height =
251 -Params.m_outputSize.m_height)>>1)) *
253 pImagePlanesTemp[0].u_height = Params.m_outputSize.m_height;
256 -(Params.m_outputSize.m_height>>1)))>>1)\
258 pImagePlanesTemp[1].u_height = Params.m_outputSize.m_height>>1;
261 -(Params.m_outputSize.m_height>>1)))>>1)\
263 pImagePlanesTemp[2].u_height = Params.m_outputSize.m_height>>
[all...]
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4AIR_API.h75 M4OSA_UInt32 m_height; /**< Height */ member in struct:__anon108
H A DM4Common_types.h224 M4OSA_UInt32 m_height; /**< image height in pixels */ member in struct:__anon120
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c586 Params.m_inputSize.m_height = pC->m_pDecodedPlane->u_height;
589 Params.m_outputSize.m_height = pImagePlanes->u_height;
749 Params.m_inputSize.m_height = (M4OSA_UInt32)(pC->m_pDecodedPlane->u_height *
775 Params.m_inputSize.m_height =
789 if((Params.m_inputSize.m_height + Params.m_inputCoord.m_y)\
792 Params.m_inputSize.m_height = pC->m_pDecodedPlane->u_height\
799 Params.m_inputSize.m_height = (Params.m_inputSize.m_height>>1)<<1;
831 //Params.m_inputSize.m_height < Params.m_inputSize.m_width)
835 Params.m_outputSize.m_height
[all...]
H A DM4AIR_API.c248 if( ((pC->m_params.m_inputSize.m_height)&0x1) ||
249 ((pC->m_params.m_inputSize.m_height)&0x1))
260 &&((pC->m_params.m_inputSize.m_height) == (pC->m_params.m_outputSize.m_height)))
275 u32_height_in = ((i==0)||(i==3))?pC->m_params.m_inputSize.m_height:\
276 (pC->m_params.m_inputSize.m_height+1)>>1;
279 u32_height_out = ((i==0)||(i==3))?pC->m_params.m_outputSize.m_height:\
280 (pC->m_params.m_outputSize.m_height+1)>>1;
487 pu8_data_in += ((pC->m_params.m_inputSize.m_height>>u32_shift) -1)\
956 if(pC->m_params.m_outputSize.m_height <
[all...]
H A DM4VSS3GPP_EditVideo.c3164 airParams.m_inputSize.m_height = pInplane->u_height;
3167 airParams.m_outputSize.m_height = pOutplane->u_height;
3237 airParams.m_outputSize.m_height = height;
3242 airParams.m_outputSize.m_height)>>1)) *
3244 pImagePlanesTemp[0].u_height = airParams.m_outputSize.m_height;
3247 (airParams.m_outputSize.m_height>>1)))>>1) *
3250 airParams.m_outputSize.m_height>>1;
3253 (airParams.m_outputSize.m_height>>1)))>>1) *
3256 airParams.m_outputSize.m_height>>1;
3260 airParams.m_outputSize.m_height
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1699 Params.m_inputSize.m_height = pPlaneIn->u_height;
1702 Params.m_outputSize.m_height = pPlaneOut->u_height;
1762 if((M4OSA_UInt32)((pPlaneIn->u_height * pPlaneOut->u_width) /pPlaneIn->u_width) <= pPlaneOut->u_height)//Params.m_inputSize.m_height < Params.m_inputSize.m_width)
1766 Params.m_outputSize.m_height = (M4OSA_UInt32)((pPlaneIn->u_height * pPlaneOut->u_width) /pPlaneIn->u_width);
1768 pImagePlanesTemp[0].u_topleft = (M4xVSS_ABS((M4OSA_Int32)(pImagePlanesTemp[0].u_height-Params.m_outputSize.m_height)>>1))*pImagePlanesTemp[0].u_stride;
1769 pImagePlanesTemp[0].u_height = Params.m_outputSize.m_height;
1770 pImagePlanesTemp[1].u_topleft = (M4xVSS_ABS((M4OSA_Int32)(pImagePlanesTemp[1].u_height-(Params.m_outputSize.m_height>>1)))>>1)*pImagePlanesTemp[1].u_stride;
1771 pImagePlanesTemp[1].u_height = Params.m_outputSize.m_height>>1;
1772 pImagePlanesTemp[2].u_topleft = (M4xVSS_ABS((M4OSA_Int32)(pImagePlanesTemp[2].u_height-(Params.m_outputSize.m_height>>1)))>>1)*pImagePlanesTemp[2].u_stride;
1773 pImagePlanesTemp[2].u_height = Params.m_outputSize.m_height>>
[all...]
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorThumbnailMain.cpp61 unsigned int m_height; member in struct:__anon1105
228 if ((pC->m_width != width) || (pC->m_height != height))
234 pC->m_height = height;

Completed in 193 milliseconds