summaryrefslogtreecommitdiffstats
path: root/media/base/yuv_convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/base/yuv_convert.h')
-rw-r--r--media/base/yuv_convert.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/media/base/yuv_convert.h b/media/base/yuv_convert.h
index 0e53193..30c07ab 100644
--- a/media/base/yuv_convert.h
+++ b/media/base/yuv_convert.h
@@ -60,21 +60,6 @@ void ConvertYUVToRGB32(const uint8* yplane,
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,