Searched refs:convert_yuva_to_rgba_601 (Results 1 – 2 of 2) sorted by relevance
/external/skqp/gm/ |
D | wacky_yuv_formats.cpp | 254 static SkPMColor convert_yuva_to_rgba_601(uint8_t y, uint8_t u, uint8_t v, uint8_t a) { in convert_yuva_to_rgba_601() function 559 *fFlattened.getAddr32(x, y) = convert_yuva_to_rgba_601(Y, U, V, A); in onGetPixels()
|
/external/skia/gm/ |
D | wacky_yuv_formats.cpp | 254 static SkPMColor convert_yuva_to_rgba_601(uint8_t y, uint8_t u, uint8_t v, uint8_t a) { in convert_yuva_to_rgba_601() function 564 *fFlattened.getAddr32(x, y) = convert_yuva_to_rgba_601(Y, U, V, A); in onGetPixels()
|