• Home
  • Raw
  • Download

Lines Matching refs:planeOut

3021     M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut,  in swapImagePlanes()  argument
3024 planeIn[0].u_height = planeOut[0].u_height; in swapImagePlanes()
3025 planeIn[0].u_width = planeOut[0].u_width; in swapImagePlanes()
3026 planeIn[0].u_stride = planeOut[0].u_stride; in swapImagePlanes()
3027 planeIn[0].u_topleft = planeOut[0].u_topleft; in swapImagePlanes()
3028 planeIn[0].pac_data = planeOut[0].pac_data; in swapImagePlanes()
3032 planeIn[1].u_width = planeOut[1].u_width; in swapImagePlanes()
3033 planeIn[1].u_height = planeOut[1].u_height; in swapImagePlanes()
3034 planeIn[1].u_stride = planeOut[1].u_stride; in swapImagePlanes()
3035 planeIn[1].u_topleft = planeOut[1].u_topleft; in swapImagePlanes()
3036 planeIn[1].pac_data = planeOut[1].pac_data; in swapImagePlanes()
3039 planeIn[2].u_width = planeOut[2].u_width; in swapImagePlanes()
3040 planeIn[2].u_height = planeOut[2].u_height; in swapImagePlanes()
3041 planeIn[2].u_stride = planeOut[2].u_stride; in swapImagePlanes()
3042 planeIn[2].u_topleft = planeOut[2].u_topleft; in swapImagePlanes()
3043 planeIn[2].pac_data = planeOut[2].pac_data; in swapImagePlanes()
3045 if(planeOut[0].pac_data == (M4VIFI_UInt8*)buffer1) in swapImagePlanes()
3047 planeOut[0].pac_data = (M4VIFI_UInt8*)buffer2; in swapImagePlanes()
3048 planeOut[1].pac_data = (M4VIFI_UInt8*)(buffer2 + in swapImagePlanes()
3049 planeOut[0].u_width*planeOut[0].u_height); in swapImagePlanes()
3051 planeOut[2].pac_data = (M4VIFI_UInt8*)(buffer2 + in swapImagePlanes()
3052 planeOut[0].u_width*planeOut[0].u_height + in swapImagePlanes()
3053 planeOut[1].u_width*planeOut[1].u_height); in swapImagePlanes()
3057 planeOut[0].pac_data = (M4VIFI_UInt8*)buffer1; in swapImagePlanes()
3058 planeOut[1].pac_data = (M4VIFI_UInt8*)(buffer1 + in swapImagePlanes()
3059 planeOut[0].u_width*planeOut[0].u_height); in swapImagePlanes()
3061 planeOut[2].pac_data = (M4VIFI_UInt8*)(buffer1 + in swapImagePlanes()
3062 planeOut[0].u_width*planeOut[0].u_height + in swapImagePlanes()
3063 planeOut[1].u_width*planeOut[1].u_height); in swapImagePlanes()
3207 M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut, in applyColorEffect() argument
3217 (M4OSA_Void *)&colorContext, planeIn, planeOut, NULL, in applyColorEffect()
3236 swapImagePlanes(planeIn, planeOut, buffer1, buffer2); in applyColorEffect()
3242 M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut, in applyLumaEffect() argument
3248 (M4ViComImagePlane*)planeIn,(M4ViComImagePlane*)planeOut, in applyLumaEffect()
3266 swapImagePlanes(planeIn, planeOut,(M4VIFI_UInt8 *)buffer1, in applyLumaEffect()
3276 M4VIFI_ImagePlane planeIn[3], planeOut[3]; in applyEffectsAndRenderingMode() local
3312 prepareYUV420ImagePlane(planeOut, params->videoWidth, params->videoHeight, in applyEffectsAndRenderingMode()
3322 planeIn, planeOut, (M4VIFI_UInt8 *)finalOutputBuffer, in applyEffectsAndRenderingMode()
3331 planeIn, planeOut, (M4VIFI_UInt8 *)finalOutputBuffer, in applyEffectsAndRenderingMode()
3340 planeIn, planeOut, (M4VIFI_UInt8 *)finalOutputBuffer, in applyEffectsAndRenderingMode()
3349 planeIn, planeOut, (M4VIFI_UInt8 *)finalOutputBuffer, in applyEffectsAndRenderingMode()
3358 planeIn, planeOut, (M4VIFI_UInt8 *)finalOutputBuffer, in applyEffectsAndRenderingMode()
3373 planeIn, planeOut, (M4VIFI_UInt8 *)finalOutputBuffer, in applyEffectsAndRenderingMode()
3389 planeIn, planeOut, (M4VIFI_UInt8 *)finalOutputBuffer, in applyEffectsAndRenderingMode()
3419 (M4OSA_Void *)&fiftiesCtx, planeIn, planeOut, &extProgress, in applyEffectsAndRenderingMode()
3437 swapImagePlanes(planeIn, planeOut,(M4VIFI_UInt8 *)finalOutputBuffer, in applyEffectsAndRenderingMode()
3468 (M4OSA_Void *)&framingCtx, planeIn, planeOut, &extProgress, in applyEffectsAndRenderingMode()
3494 swapImagePlanes(planeIn, planeOut,(M4VIFI_UInt8 *)finalOutputBuffer, in applyEffectsAndRenderingMode()
3516 planeIn, planeOut, (M4VIFI_UInt8 *)finalOutputBuffer, in applyEffectsAndRenderingMode()
3540 planeIn, planeOut, (M4VIFI_UInt8 *)finalOutputBuffer, in applyEffectsAndRenderingMode()
3559 prepareYV12ImagePlane(planeOut, yv12PlaneWidth, yv12PlaneHeight, in applyEffectsAndRenderingMode()
3562 err = applyRenderingMode(planeIn, planeOut, params->renderingMode); in applyEffectsAndRenderingMode()
3835 M4VIFI_ImagePlane planeIn[3], planeOut[3]; in applyVideoRotation() local
3853 prepareYUV420ImagePlane(planeOut, height, in applyVideoRotation()
3859 M4VIFI_Rotate90RightYUV420toYUV420(M4OSA_NULL, planeIn, planeOut); in applyVideoRotation()
3869 M4VIFI_Rotate90LeftYUV420toYUV420(M4OSA_NULL, planeIn, planeOut); in applyVideoRotation()