Searched refs:RGBToYUV (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndTests.cpp | 693 RGBToYUV(color.r, color.g, color.b, &colorY, &colorU, &colorV); in FillAhb() 860 void RGBToYUV(uint8_t r, uint8_t g, uint8_t b, uint8_t* outY, uint8_t* outU, uint8_t* outV) { in RGBToYUV() function
|
D | GfxstreamEnd2EndTests.h | 465 void RGBToYUV(uint8_t r, uint8_t g, uint8_t b, uint8_t* outY, uint8_t* outU, uint8_t* outV);
|