Lines Matching defs:rgb
34 uint16_t* rgb, in _YUV420SToRGB565()
63 uint32_t* rgb, in _YUV420SToRGB32()
96 void YV12ToRGB565(const void* yv12, void* rgb, int width, int height) in YV12ToRGB565()
108 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height) in YV12ToRGB32()
120 void YU12ToRGB32(const void* yu12, void* rgb, int width, int height) in YU12ToRGB32()
138 uint16_t* rgb, in _NVXXToRGB565()
157 uint32_t* rgb, in _NVXXToRGB32()
170 void NV12ToRGB565(const void* nv12, void* rgb, int width, int height) in NV12ToRGB565()
178 void NV12ToRGB32(const void* nv12, void* rgb, int width, int height) in NV12ToRGB32()
186 void NV21ToRGB565(const void* nv21, void* rgb, int width, int height) in NV21ToRGB565()
194 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height) in NV21ToRGB32()