NV12转rgb24
void NV21_T_RGB(unsigned int width , unsigned int height , unsigned char *yuyv)// , unsigned char *rgb{ const int nv_start = width * height ; test_rgb = calloc(width*height*3, 1); u32 i, j, index ...