Home
last modified time | relevance | path

Searched refs:sp_bo (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/drmDsp/
H A Dbo.h9 struct sp_bo { struct
27 int add_fb_sp_bo(struct sp_bo* bo, uint32_t format); argument
28 struct sp_bo* create_sp_bo(struct sp_dev* dev, uint32_t width, uint32_t height,
31 void fill_bo(struct sp_bo* bo, uint8_t a, uint8_t r, uint8_t g, uint8_t b);
32 void draw_rect(struct sp_bo* bo, uint32_t x, uint32_t y, uint32_t width,
35 void free_sp_bo(struct sp_bo* bo);
H A Dbo.c19 void fill_bo(struct sp_bo* bo, uint8_t a, uint8_t r, uint8_t g, uint8_t b) { in fill_bo()
23 void draw_rect(struct sp_bo* bo, uint32_t x, uint32_t y, uint32_t width, in draw_rect()
54 int add_fb_sp_bo(struct sp_bo* bo, uint32_t format) { in add_fb_sp_bo()
72 static int import_sp_bo_fd(struct sp_bo* bo) { in import_sp_bo_fd()
83 static int __attribute__((unused)) map_sp_bo(struct sp_bo* bo) { in map_sp_bo()
106 struct sp_bo* create_sp_bo(struct sp_dev* dev, uint32_t width, uint32_t height, in create_sp_bo()
110 struct sp_bo* bo; in create_sp_bo()
114 bo = (struct sp_bo*)calloc(1, sizeof(*bo)); in create_sp_bo()
162 void free_sp_bo(struct sp_bo* bo) { in free_sp_bo()
H A Ddev.h7 struct sp_bo;
13 struct sp_bo* bo;
35 struct sp_bo* scanout;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A DdrmDsp.c31 struct sp_bo* bo[2];
32 struct sp_bo* nextbo;
225 struct sp_bo* bo; in drmDspFrame()