Lines Matching defs:rgb
32 uint16_t* rgb, in _YUV420SToRGB565()
62 uint32_t* rgb, in _YUV420SToRGB32()
88 void YV12ToRGB565(const void* yv12, void* rgb, int width, int height) in YV12ToRGB565()
97 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height) in YV12ToRGB32()
106 void YU12ToRGB32(const void* yu12, void* rgb, int width, int height) in YU12ToRGB32()
121 uint16_t* rgb, in _NVXXToRGB565()
134 uint32_t* rgb, in _NVXXToRGB32()
141 void NV12ToRGB565(const void* nv12, void* rgb, int width, int height) in NV12ToRGB565()
149 void NV12ToRGB32(const void* nv12, void* rgb, int width, int height) in NV12ToRGB32()
157 void NV21ToRGB565(const void* nv21, void* rgb, int width, int height) in NV21ToRGB565()
165 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height) in NV21ToRGB32()