Small video window overlay on UI

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Small video window overlay on UI

1,941件の閲覧回数
hongdong_chu
NXP Employee
NXP Employee

Ipu device on i.mx6 can combine video and UI, then show to frame buffer. It is different with video and graphics blending on DP, which uses 2 frame buffer as FG and BG.

When combine with ipu device, input video is resized to output resolution, and overlay size is same as output, so we see video and UI, combined together with global alpha or local alpha, are always the same size…

If we want a small video window overlay on UI, how to deal with? Here is a propose:

1. When allocate buffer, request a larger input buffer.

2. Fill special area of input buffer with input video.

3. Fill overlay buffer with UI.

4. Fill alpha buffer with local alpha value, transparent on video region while opaque on other region.

You can check overlay effect in attached picture.

ラベル(3)
タグ(2)
0 件の賞賛
返信
0 返答(返信)