Lines Matching defs:PlaneOut

3635  *                                                    M4VIFI_ImagePlane *PlaneOut,
3643 * @param PlaneOut (IN/OUT) Output YUV420 planar
3652 M4VIFI_ImagePlane *PlaneOut,
3664 p_buf_dest = &(PlaneOut[plane_number].pac_data[PlaneOut[plane_number].u_topleft]);
3665 for (i = 0; i < PlaneOut[plane_number].u_height; i++)
3701 (void *)p_buf_src ,PlaneOut[plane_number].u_width);
3774 for(j=0;j<PlaneOut[plane_number].u_width;j++)
3781 (void *)p_buf_src ,PlaneOut[plane_number].u_width);
3786 p_buf_dest += PlaneOut[plane_number].u_stride;
3797 * M4VIFI_ImagePlane *PlaneOut,
3805 * @param PlaneOut (IN/OUT) Output YUV420 planar
3814 M4VIFI_ImagePlane *PlaneOut,
3858 p_out0 = PlaneOut[0].pac_data;
3859 p_out1 = PlaneOut[1].pac_data;
3860 p_out2 = PlaneOut[2].pac_data;
3936 *( p_out0+y+x*PlaneOut[0].u_stride)=(*(p_in_Y+y+x*PlaneIn[0].u_stride));
3937 *( p_out1+(y>>1)+(x>>1)*PlaneOut[1].u_stride)=
3939 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)=
3944 *( p_out0+y+x*PlaneOut[0].u_stride)=
3947 *( p_out0+y+x*PlaneOut[0].u_stride)+=
3949 *( p_out1+(y>>1)+(x>>1)*PlaneOut[1].u_stride)=
3953 *( p_out1+(y>>1)+(x>>1)*PlaneOut[1].u_stride)+=
3955 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)=
3959 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)+=
3978 *( p_out0+y+x*PlaneOut[0].u_stride)=*(p_in_Y+y+x*PlaneIn[0].u_stride);
3979 *( p_out1+(y>>1)+(x>>1)*PlaneOut[1].u_stride)=
3981 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)=
3996 * M4VIFI_ImagePlane *PlaneOut,
4197 * M4VIFI_ImagePlane *PlaneOut,
4206 * @param PlaneOut (IN/OUT) Output YUV420 planar
4214 M4VIFI_ImagePlane PlaneIn2[3], M4VIFI_ImagePlane *PlaneOut,
4253 p_out0 = PlaneOut[0].pac_data;
4254 p_out1 = PlaneOut[1].pac_data;
4255 p_out2 = PlaneOut[2].pac_data;
4270 for( y=0; y<PlaneOut->u_height; y++ )
4274 for( x=0; x<PlaneOut->u_width; x++ )
4279 if( alphaProgressLevel < alphaMask[x+y*PlaneOut->u_width] )
4282 *( p_out0+x+y*PlaneOut[0].u_stride)=*(p_in1_Y+x+y*PlaneIn1[0].u_stride);
4283 *( p_out1+(x>>1)+(y>>1)*PlaneOut[1].u_stride)=
4285 *( p_out2+(x>>1)+(y>>1)*PlaneOut[2].u_stride)=
4291 *( p_out0+x+y*PlaneOut[0].u_stride)=*(p_in2_Y+x+y*PlaneIn2[0].u_stride);
4292 *( p_out1+(x>>1)+(y>>1)*PlaneOut[1].u_stride)=
4294 *( p_out2+(x>>1)+(y>>1)*PlaneOut[2].u_stride)=
4308 * M4VIFI_ImagePlane *PlaneOut,
4317 * @param PlaneOut (IN/OUT) Output YUV420 planar
4325 M4VIFI_ImagePlane PlaneIn2[3], M4VIFI_ImagePlane *PlaneOut,
4375 p_out0 = PlaneOut[0].pac_data;
4376 p_out1 = PlaneOut[1].pac_data;
4377 p_out2 = PlaneOut[2].pac_data;
4391 for( y=0; y<PlaneOut->u_height; y++ )
4393 for( x=0; x<PlaneOut->u_width; x++ )
4395 alphaMaskValue = alphaMask[x+y*PlaneOut->u_width];
4399 *( p_out0+x+y*PlaneOut[0].u_stride)=*(p_in1_Y+x+y*PlaneIn1[0].u_stride);
4400 *( p_out1+(x>>1)+(y>>1)*PlaneOut[1].u_stride)=
4402 *( p_out2+(x>>1)+(y>>1)*PlaneOut[2].u_stride)=
4409 *( p_out0+x+y*PlaneOut[0].u_stride)=(M4VIFI_UInt8)
4414 *( p_out1+(x>>1)+(y>>1)*PlaneOut[1].u_stride)=(M4VIFI_UInt8)\
4420 *( p_out2+(x>>1)+(y>>1)*PlaneOut[2].u_stride)=
4430 *( p_out0+x+y*PlaneOut[0].u_stride)=*(p_in2_Y+x+y*PlaneIn2[0].u_stride);
4431 *( p_out1+(x>>1)+(y>>1)*PlaneOut[1].u_stride)=
4433 *( p_out2+(x>>1)+(y>>1)*PlaneOut[2].u_stride)=
4471 M4VIFI_ImagePlane *PlaneOut,
4493 topPartHeight = PlaneOut[i].u_height - bottomPartHeight;
4494 width = PlaneOut[i].u_width;
4499 destWalk = (M4OSA_MemAddr8)M4XXX_SampleAddress(PlaneOut[i], 0, 0);
4500 destStride = PlaneOut[i].u_stride;
4514 /* destWalk is already at M4XXX_SampleAddress(PlaneOut[i], 0, topPartHeight) */
4528 M4VIFI_ImagePlane *PlaneOut,
4540 M4XXX_CopyPlane(&(PlaneOut[i]), &(leftPlane[i]));
4546 if (PlaneOut[1].u_width == shiftUV) /* output right frame */
4550 M4XXX_CopyPlane(&(PlaneOut[i]), &(rightPlane[i]));
4567 height = PlaneOut[i].u_height;
4577 leftPartWidth = PlaneOut[i].u_width - rightPartWidth;
4585 destWalkLeft = (M4OSA_MemAddr8)M4XXX_SampleAddress(PlaneOut[i], 0, 0);
4586 destWalkRight = (M4OSA_MemAddr8)M4XXX_SampleAddress(PlaneOut[i], leftPartWidth, 0);
4587 destStride = PlaneOut[i].u_stride;
4607 M4VIFI_ImagePlane PlaneIn2[3], M4VIFI_ImagePlane *PlaneOut,
4620 shiftUV = ((PlaneOut[1]).u_width * pProgress->uiProgress)/1000;
4629 return M4xVSS_HorizontalSlideTransition(PlaneIn2, PlaneIn1, PlaneOut,
4630 (PlaneOut[1]).u_width - shiftUV);
4634 return M4xVSS_HorizontalSlideTransition(PlaneIn1, PlaneIn2, PlaneOut, shiftUV);
4640 shiftUV = ((PlaneOut[1]).u_height * pProgress->uiProgress)/1000;
4646 return M4xVSS_VerticalSlideTransition(PlaneIn1, PlaneIn2, PlaneOut, shiftUV);
4650 return M4xVSS_VerticalSlideTransition(PlaneIn2, PlaneIn1, PlaneOut,
4651 (PlaneOut[1]).u_height - shiftUV);
4664 * M4VIFI_ImagePlane *PlaneOut,
4672 * @param PlaneOut (IN/OUT) Output YUV420 planar
4681 M4VIFI_ImagePlane *PlaneOut,
4698 (M4ViComImagePlane*)PlaneOut, tmp, M4OSA_NULL);
4715 (M4ViComImagePlane*)PlaneOut, tmp, M4OSA_NULL);