Home
last modified time | relevance | path

Searched refs:yuv_out_format (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_rkv.c299 regs->reg2_sys.yuv_out_format = YUV_OUT_FMT_2_NV12; in setup_output_fmt()
305 regs->reg2_sys.yuv_out_format = YUV_OUT_FMT_2_YUYV; in setup_output_fmt()
308 regs->reg2_sys.yuv_out_format = YUV_OUT_FMT_2_YUYV; in setup_output_fmt()
310 regs->reg2_sys.yuv_out_format = YUV_OUT_FMT_2_NV12; in setup_output_fmt()
315 regs->reg2_sys.yuv_out_format = YUV_OUT_FMT_2_RGB888; in setup_output_fmt()
319 regs->reg2_sys.yuv_out_format = YUV_OUT_FMT_2_RGB565; in setup_output_fmt()
333 regs->reg2_sys.yuv_out_format = YUV_OUT_FMT_NO_TRANS; in setup_output_fmt()
344 if ((s->yuv_mode == YUV_MODE_420 && regs->reg2_sys.yuv_out_format == YUV_OUT_FMT_NO_TRANS) || in setup_output_fmt()
345 (regs->reg2_sys.yuv_out_format == YUV_OUT_FMT_2_NV12)) in setup_output_fmt()
424 switch (regs->reg2_sys.yuv_out_format) { in jpegd_gen_regs()
[all …]
H A Dhal_jpegd_rkv_reg.h138 RK_U32 yuv_out_format : 3; member