mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
vc_image: Include colourspace in RGB to YUV conversions
This commit is contained in:
@@ -881,9 +881,6 @@ void *vc_image_pixel_addr_gl(VC_IMAGE_BUF_T *image, int x, int y, int miplevel);
|
||||
, unsigned char *datav, int realwidth, int realheight
|
||||
, unsigned short *buffer, int screenwidth, int screenheight);
|
||||
|
||||
void vc_image_convert_rgb2yuv(unsigned short *rgb, unsigned char *Y, unsigned char *U, unsigned char *V,
|
||||
int rgb_pitch_pixels, int y_pitch_bytes, int width_pixels, int height);
|
||||
|
||||
/* Frees up (using free_256bit) the source bytes and vc_image header */
|
||||
void vc_image_free(VC_IMAGE_T *img);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user