Home
last modified time | relevance | path

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

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