Searched defs:old_xpos (Results 1 – 4 of 4) sorted by relevance
/external/libkmsxx/kms++util/src/ |
D | colorbar.cpp | 38 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/ |
D | pykmsutil.cpp | 52 m.def("draw_color_bar", [](Framebuffer& fb, int old_xpos, int xpos, int width) { in init_pykmstest()
|
/external/libkmsxx/utils/ |
D | omap-wbcap.cpp | 198 int old_xpos = frame_num < s_num_buffers ? -1 : get_bar_pos(fb, frame_num - s_num_buffers); in draw_bar() local
|
D | kmstest.cpp | 976 int old_xpos = frame_num < s_num_buffers ? -1 : get_bar_pos(fb, frame_num - s_num_buffers); in draw_bar() local
|