Lines Matching defs:height
36 int height, in _YUV420SToRGB565()
65 int height, 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()
140 int height) in _NVXXToRGB565()
159 int height) 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()