Lines Matching defs:u_stride

278     if(PlaneIn[0].u_width != PlaneIn[0].u_stride)
309 if(PlaneIn[0].u_width != PlaneIn[0].u_stride)
485 p_buf_src += PlaneIn[plane_number].u_stride;
486 p_buf_dest += PlaneOut[plane_number].u_stride;
672 *( p_out0+y+x*PlaneOut[0].u_stride)=(*(p_in_Y+y+x*PlaneIn[0].u_stride));
673 *( p_out1+(y>>1)+(x>>1)*PlaneOut[1].u_stride)=(*(p_in_U+(y>>1)+(x>>1)*PlaneIn[1].u_stride));
674 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)=(*(p_in_V+(y>>1)+(x>>1)*PlaneIn[2].u_stride));
678 *( p_out0+y+x*PlaneOut[0].u_stride)=(*(currentFraming->FramingYuv[0].pac_data+(y-topleft[0])+(x-topleft[1])*currentFraming->FramingYuv[0].u_stride))*alphaBlending;
679 *( p_out0+y+x*PlaneOut[0].u_stride)+=(*(p_in_Y+y+x*PlaneIn[0].u_stride))*(1-alphaBlending);
680 *( p_out1+(y>>1)+(x>>1)*PlaneOut[1].u_stride)=(*(currentFraming->FramingYuv[1].pac_data+((y-topleft[0])>>1)+((x-topleft[1])>>1)*currentFraming->FramingYuv[1].u_stride))*alphaBlending;
681 *( p_out1+(y>>1)+(x>>1)*PlaneOut[1].u_stride)+=(*(p_in_U+(y>>1)+(x>>1)*PlaneIn[1].u_stride))*(1-alphaBlending);
682 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)=(*(currentFraming->FramingYuv[2].pac_data+((y-topleft[0])>>1)+((x-topleft[1])>>1)*currentFraming->FramingYuv[2].u_stride))*alphaBlending;
683 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)+=(*(p_in_V+(y>>1)+(x>>1)*PlaneIn[2].u_stride))*(1-alphaBlending);
699 *( p_out0+y+x*PlaneOut[0].u_stride)=*(p_in_Y+y+x*PlaneIn[0].u_stride);
700 *( p_out1+(y>>1)+(x>>1)*PlaneOut[1].u_stride)=*(p_in_U+(y>>1)+(x>>1)*PlaneIn[1].u_stride);
701 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)=*(p_in_V+(y>>1)+(x>>1)*PlaneIn[2].u_stride);
786 pInCr += pPlaneIn[plane_number].u_stride;
787 pOutCr += pPlaneOut[plane_number].u_stride;
804 p_inYtmp = pInYbegin + (xShift * pPlaneIn[0].u_stride); /* Apply the xShift */
827 pOutY += pPlaneOut[0].u_stride;
842 unsigned long u_width, u_stride, u_stride_out,u_height, pix;
848 u_stride = plane_in[1].u_stride;
849 u_stride_out = plane_out[1].u_stride;
867 p_csrc_line += u_stride;
868 p_csrc += u_stride;
884 p_csrc_line += u_stride;
897 p_csrc_line += u_stride;
903 u_stride = (plane_in[0].u_stride >> 1);
904 u_stride_out = (plane_out[0].u_stride >> 1);
924 p_src_line += u_stride;
957 framingCtx->FramingYuv[0].u_stride = framingCtx->FramingRgb->u_width;
967 framingCtx->FramingYuv[1].u_stride = (framingCtx->FramingRgb->u_width)>>1;
972 framingCtx->FramingYuv[2].u_stride = (framingCtx->FramingRgb->u_width)>>1;
1022 framingCtx->FramingYuv[0].u_stride = framingCtx->FramingRgb->u_width;
1032 framingCtx->FramingYuv[1].u_stride = (framingCtx->FramingRgb->u_width)>>1;
1037 framingCtx->FramingYuv[2].u_stride = (framingCtx->FramingRgb->u_width)>>1;
1131 u32_stride_Y = pPlaneOut[0].u_stride;
1133 u32_stride_U = pPlaneOut[1].u_stride;
1134 u32_stride_V = pPlaneOut[2].u_stride;
1137 u32_stride_rgb = pPlaneIn->u_stride;
1305 u32_stride_Y = PlaneOut[0].u_stride;
1307 u32_stride_U = PlaneOut[1].u_stride;
1308 u32_stride_V = PlaneOut[2].u_stride;
1311 u32_stride_rgb = PlaneIn->u_stride;
1407 p_buf_src += PlaneIn[plane_number].u_stride;
1408 p_buf_dest += PlaneOut[plane_number].u_stride;
1494 u32_stride_in = pPlaneIn[u32_plane].u_stride;
1495 u32_stride_out = pPlaneOut[u32_plane].u_stride;
1710 memset((void *)pPlaneOut[0].pac_data,Y_PLANE_BORDER_VALUE,(pPlaneOut[0].u_height*pPlaneOut[0].u_stride));
1711 memset((void *)pPlaneOut[1].pac_data,U_PLANE_BORDER_VALUE,(pPlaneOut[1].u_height*pPlaneOut[1].u_stride));
1712 memset((void *)pPlaneOut[2].pac_data,V_PLANE_BORDER_VALUE,(pPlaneOut[2].u_height*pPlaneOut[2].u_stride));
1716 pImagePlanesTemp[0].u_stride = pPlaneOut[0].u_width;
1722 pImagePlanesTemp[1].u_stride = pPlaneOut[1].u_width;
1728 pImagePlanesTemp[2].u_stride = pPlaneOut[2].u_width;
1758 memset((void *)pImagePlanesTemp[0].pac_data,Y_PLANE_BORDER_VALUE,(pImagePlanesTemp[0].u_height*pImagePlanesTemp[0].u_stride));
1759 memset((void *)pImagePlanesTemp[1].pac_data,U_PLANE_BORDER_VALUE,(pImagePlanesTemp[1].u_height*pImagePlanesTemp[1].u_stride));
1760 memset((void *)pImagePlanesTemp[2].pac_data,V_PLANE_BORDER_VALUE,(pImagePlanesTemp[2].u_height*pImagePlanesTemp[2].u_stride));
1768 pImagePlanesTemp[0].u_topleft = (M4xVSS_ABS((M4OSA_Int32)(pImagePlanesTemp[0].u_height-Params.m_outputSize.m_height)>>1))*pImagePlanesTemp[0].u_stride;
1770 pImagePlanesTemp[1].u_topleft = (M4xVSS_ABS((M4OSA_Int32)(pImagePlanesTemp[1].u_height-(Params.m_outputSize.m_height>>1)))>>1)*pImagePlanesTemp[1].u_stride;
1772 pImagePlanesTemp[2].u_topleft = (M4xVSS_ABS((M4OSA_Int32)(pImagePlanesTemp[2].u_height-(Params.m_outputSize.m_height>>1)))>>1)*pImagePlanesTemp[2].u_stride;
1896 pOutPlaneY += pPlaneOut[0].u_stride;
1902 pOutPlaneU += pPlaneOut[1].u_stride;
1908 pOutPlaneV += pPlaneOut[2].u_stride;
2358 + (pC->m_params.m_inputCoord.m_y >> u32_shift) * pIn[i].u_stride;
2367 pu8_data_in += ((pC->m_params.m_inputSize.m_height>>u32_shift) -1) * pIn[i].u_stride;
2390 i32_tmp_offset = pIn[i].u_stride;
2394 i32_tmp_offset = -pIn[i].u_stride;
2408 M4OSA_UInt32 loc_stride = pIn[i].u_stride;
2416 pu8_data_out += pOut[i].u_stride;
2439 pu8_data_out += (pOut[i].u_stride - pOut[i].u_width);
2465 pu8_data_out += (pOut[i].u_stride - pOut[i].u_width);
2549 pu8_data_out += pOut[i].u_stride - pOut[i].u_width;
2635 pu8_data_out += pOut[i].u_stride - pOut[i].u_width;
2717 pu8_data_out += pOut[i].u_stride - pOut[i].u_width;
2808 pu8_data_out += pOut[i].u_stride - pOut[i].u_width;
2915 rgbPlane.u_stride = width*3;
2922 yuvPlane[0].u_stride = width;
2928 yuvPlane[1].u_stride = yuvPlane[1].u_width;
2934 yuvPlane[2].u_stride = yuvPlane[2].u_width;
2969 plane[0].u_stride = reportedWidth;
2976 plane[1].u_stride = reportedWidth >> 1;
2983 plane[2].u_stride = reportedWidth >> 1;
2995 plane[0].u_stride = stride;
3002 plane[1].u_stride = android::PreviewRenderer::ALIGN(plane[0].u_stride/2, 16);
3005 + plane[0].u_height * plane[0].u_stride
3007 plane[0].u_stride / 2), 16));
3012 plane[2].u_stride = android::PreviewRenderer::ALIGN(plane[0].u_stride/2, 16);
3015 plane[0].u_height * android::PreviewRenderer::ALIGN(plane[0].u_stride, 16));
3026 planeIn[0].u_stride = planeOut[0].u_stride;
3034 planeIn[1].u_stride = planeOut[1].u_stride;
3041 planeIn[2].u_stride = planeOut[2].u_stride;
3181 framingCtx->FramingYuv[0].u_stride = framingCtx->FramingRgb->u_width;
3187 framingCtx->FramingYuv[1].u_stride = (framingCtx->FramingRgb->u_width)>>1;
3194 framingCtx->FramingYuv[2].u_stride = (framingCtx->FramingRgb->u_width)>>1;
3680 M4VIFI_UInt32 i,j, u_stride;
3692 u_stride = pPlaneIn[plane_number].u_stride;
3698 p_buf_src += u_stride; /**< Go to the next row */
3703 pPlaneOut[plane_number].u_stride - pPlaneOut[plane_number].u_width;
3706 pPlaneIn[plane_number].u_stride * pPlaneOut[plane_number].u_width + 1 ;
3717 M4VIFI_UInt32 i,j, u_stride;
3726 (pPlaneIn[plane_number].u_stride * (pPlaneOut[plane_number].u_width - 1));
3729 u_stride = pPlaneIn[plane_number].u_stride;
3735 p_buf_src -= u_stride; /**< Go to the previous row */
3740 pPlaneOut[plane_number].u_stride - pPlaneOut[plane_number].u_width;
3743 pPlaneIn[plane_number].u_stride * pPlaneOut[plane_number].u_width +1 ;
3768 pPlaneOut[plane_number].u_stride*(pPlaneOut[plane_number].u_height-1) +
3782 pPlaneOut[plane_number].u_stride - pPlaneOut[plane_number].u_width;
3785 pPlaneOut[plane_number].u_stride - pPlaneOut[plane_number].u_width;
3793 pPlaneOut[plane_number].u_stride*(pPlaneOut[plane_number].u_height>>1);
3809 pPlaneOut[plane_number].u_stride*(pPlaneOut[plane_number].u_height-1) +
3820 pPlaneIn[plane_number].u_stride - pPlaneOut[plane_number].u_width;
3823 pPlaneOut[plane_number].u_stride - pPlaneOut[plane_number].u_width;