Lines Matching defs:rgb
29 const uint8_t* V, int dUV, uint16_t* rgb, in _YUV420SToRGB565()
56 const uint8_t* V, int dUV, uint32_t* rgb, int width, in _YUV420SToRGB32()
82 void YV12ToRGB565(const void* yv12, void* rgb, int width, int height) { in YV12ToRGB565()
90 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height) { in YV12ToRGB32()
98 void YU12ToRGB32(const void* yu12, void* rgb, int width, int height) { in YU12ToRGB32()
110 uint16_t* rgb, int width, int height) { in _NVXXToRGB565()
118 uint32_t* rgb, int width, int height) { in _NVXXToRGB32()
122 void NV12ToRGB565(const void* nv12, void* rgb, int width, int height) { in NV12ToRGB565()
129 void NV12ToRGB32(const void* nv12, void* rgb, int width, int height) { in NV12ToRGB32()
136 void NV21ToRGB565(const void* nv21, void* rgb, int width, int height) { in NV21ToRGB565()
143 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height) { in NV21ToRGB32()