Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A DdrmDsp.c241 pDrmDsp->bo[0] = create_sp_bo(pDrmDsp->dev, wAlign16, hAlign16, in drmDspFrame()
243 pDrmDsp->bo[1] = create_sp_bo(pDrmDsp->dev, wAlign16, hAlign16, in drmDspFrame()
259 bo = create_sp_bo(pDrmDsp->dev, wAlign16, hAlign16, in drmDspFrame()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/drmDsp/
H A Dbo.h28 struct sp_bo* create_sp_bo(struct sp_dev* dev, uint32_t width, uint32_t height,
H A Dbo.c106 struct sp_bo* create_sp_bo(struct sp_dev* dev, uint32_t width, uint32_t height, in create_sp_bo() function
H A Dmodeset.c96 cr->scanout = create_sp_bo(dev, m->hdisplay, m->vdisplay, in initialize_screens()