Lines Matching refs:buffer1
3022 M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2) { in swapImagePlanes() argument
3045 if(planeOut[0].pac_data == (M4VIFI_UInt8*)buffer1) in swapImagePlanes()
3057 planeOut[0].pac_data = (M4VIFI_UInt8*)buffer1; in swapImagePlanes()
3058 planeOut[1].pac_data = (M4VIFI_UInt8*)(buffer1 + in swapImagePlanes()
3061 planeOut[2].pac_data = (M4VIFI_UInt8*)(buffer1 + in swapImagePlanes()
3208 M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2, M4OSA_UInt16 rgbColorData) { in applyColorEffect() argument
3224 if(NULL != buffer1) { in applyColorEffect()
3225 free(buffer1); in applyColorEffect()
3226 buffer1 = NULL; in applyColorEffect()
3236 swapImagePlanes(planeIn, planeOut, buffer1, buffer2); in applyColorEffect()
3243 M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2, M4OSA_Int32 lum_factor) { in applyLumaEffect() argument
3254 if(NULL != buffer1) { in applyLumaEffect()
3255 free(buffer1); in applyLumaEffect()
3256 buffer1= NULL; in applyLumaEffect()
3266 swapImagePlanes(planeIn, planeOut,(M4VIFI_UInt8 *)buffer1, in applyLumaEffect()