Searched defs:V (Results 1 – 11 of 11) sorted by relevance
50 #define V PRINT macro52 #define V(x...) do { } while(0) macro
38 #define V PRINT macro40 #define V(x...) do { } while(0) macro
46 float V = Vin - 128.0f; in yuvToRgbx() local144 uint8_t V = (srcPixel >> 24) & 0xFF; in copyYUYVtoRGB32() local
245 unsigned V = in ConvertRGBToPlanarYUV() local
405 const int V = surface_image.format.fourcc == VA_FOURCC_I420 ? 2 : 1; in upload_yuv_to_surface() local