video: rockchip: vcodec: fix the output buffer of jpeg
authorRandy Li <randy.li@rock-chips.com>
Fri, 10 Mar 2017 06:17:59 +0000 (14:17 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Mon, 13 Mar 2017 07:38:06 +0000 (15:38 +0800)
The JPEG decoder is also able to output the raw image in
NV12 format without the help of Post Processor of decoder
in VDPU1.

Change-Id: I1b29a5d93d2dd8ae2f21a7537cc3493adf57d022
Signed-off-by: Randy Li <randy.li@rock-chips.com>
drivers/video/rockchip/vcodec/vcodec_hw_vpu.h

index f2f2dac773b383236066e43c0c405083043730ce..6f0a3005b45b16398c83e80d33c12a4c1018a7a1 100644 (file)
@@ -255,7 +255,7 @@ static struct vpu_hw_info hw_vpu_9190 = {
  * file handle translate information
  */
 DEF_FMT_TRANS_TBL(vpu_jpegd,
-                 12, 40, 66, 67
+                 12, 13, 14, 40, 66, 67
 );
 
 DEF_FMT_TRANS_TBL(vpu_h264d,