Brooklyn/rdp-acceleraed/Server/color_conversion.h

1 line
99 B
C
Raw Normal View History

2021-05-27 14:57:17 +00:00
bool RGB_to_YV12(int width, int height, void *pPixels, void* yuv_luma, void* yuv_cb, void* yuv_cr);