Home
last modified time | relevance | path

Searched defs:old_xpos (Results 1 – 4 of 4) sorted by relevance

/external/libkmsxx/kms++util/src/
Dcolorbar.cpp38 static void drm_draw_color_bar_rgb888(IFramebuffer& buf, int old_xpos, int xpos, int width) in drm_draw_color_bar_rgb888()
54 static void drm_draw_color_bar_rgb565(IFramebuffer& buf, int old_xpos, int xpos, int width) in drm_draw_color_bar_rgb565()
72 static void drm_draw_color_bar_semiplanar_yuv(IFramebuffer& buf, int old_xpos, int xpos, int width) in drm_draw_color_bar_semiplanar_yuv()
100 void draw_color_bar(IFramebuffer& buf, int old_xpos, int xpos, int width) in draw_color_bar()
/external/libkmsxx/py/pykms/
Dpykmsutil.cpp52 m.def("draw_color_bar", [](Framebuffer& fb, int old_xpos, int xpos, int width) { in init_pykmstest()
/external/libkmsxx/utils/
Domap-wbcap.cpp198 int old_xpos = frame_num < s_num_buffers ? -1 : get_bar_pos(fb, frame_num - s_num_buffers); in draw_bar() local
Dkmstest.cpp976 int old_xpos = frame_num < s_num_buffers ? -1 : get_bar_pos(fb, frame_num - s_num_buffers); in draw_bar() local