Index: trunk/src/media/base/yuv_convert.h |
=================================================================== |
--- trunk/src/media/base/yuv_convert.h (revision 194468) |
+++ trunk/src/media/base/yuv_convert.h (working copy) |
@@ -60,21 +60,6 @@ |
int rgbstride, |
YUVType yuv_type); |
-// Convert a frame of YUVA to 32 bit ARGB. |
-// Pass in YV12A |
-void ConvertYUVAToARGB(const uint8* yplane, |
- const uint8* uplane, |
- const uint8* vplane, |
- const uint8* aplane, |
- uint8* rgbframe, |
- int width, |
- int height, |
- int ystride, |
- int uvstride, |
- int astride, |
- int rgbstride, |
- YUVType yuv_type); |
- |
// Scale a frame of YUV to 32 bit ARGB. |
// Supports rotation and mirroring. |
void ScaleYUVToRGB32(const uint8* yplane, |