Vivante 2D API Blit Directly to Framebuffer

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Vivante 2D API Blit Directly to Framebuffer

566 次查看
adamk
Contributor I

Hello,

Is it possible to blit directly into a framebuffer using the gco2D_FilterBlitEx2 call ?

In my experience, we were required to blit to an offscreen surface using gco2D_FilterBlitEx2 then blit to the framebuffer using gco2D_Blit whereas we would like to blit to the onscreen surface using gco2D_FilterBlitEx2.

Are there further restrictions on the use of gco2D_FilterBlitEx2 ?

标签 (1)
0 项奖励
1 回复

408 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Adam,

I do not see any specific restruction of using gco2D_FilterBlitEx2 in blit an offscreen surafce, however you migth consider using gco2D_FreeFilterBuffer in oder to blit directly into framebuffer since it frees the temporary buffer allocated by filter blit operation.

Regards

0 项奖励