【转】DM8168图像处理Link

1> dei

  dei 主要做数据交错处理,带缩放

  dei control data flow:

2> sclr

  8168中支持缩放按比例的分子和分母,只支持缩小,貌似不支持放大,且注意输出数据是yuv422的

  sclrPrm.outScaleFactor.ratio.heightRatio.numerator = 1;//分子
  sclrPrm.outScaleFactor.ratio.heightRatio.denominator = 1;//分母 height = height*1/6 ==180 240/288

3> swms(sw mosaic)

  主要用来做display 前面的图像拼接mosaic layout 布局,多通道视频编解码拼接

    example data flow:

4> display 

5> encod link

6> decode link

enode decode example control flow:

7> osdlink

8> scdlink

9> iss

posted on 2015-06-01 14:57  CSlunatic  阅读(771)  评论(0编辑  收藏  举报

导航