Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_rkv.c326 regs->reg2_sys.yuv_out_format = YUV_OUT_FMT_2_NV12; in setup_output_fmt()
332 regs->reg2_sys.yuv_out_format = YUV_OUT_FMT_2_YUYV; in setup_output_fmt()
335 regs->reg2_sys.yuv_out_format = YUV_OUT_FMT_2_YUYV; in setup_output_fmt()
337 regs->reg2_sys.yuv_out_format = YUV_OUT_FMT_2_NV12; in setup_output_fmt()
342 regs->reg2_sys.yuv_out_format = YUV_OUT_FMT_2_RGB888; in setup_output_fmt()
345 regs->reg2_sys.yuv_out_format = YUV_OUT_FMT_2_RGB565; in setup_output_fmt()
359 regs->reg2_sys.yuv_out_format = YUV_OUT_FMT_NO_TRANS; in setup_output_fmt()
365 if ((s->yuv_mode == YUV_MODE_420 && regs->reg2_sys.yuv_out_format == YUV_OUT_FMT_NO_TRANS) || in setup_output_fmt()
366 (regs->reg2_sys.yuv_out_format == YUV_OUT_FMT_2_NV12)) in setup_output_fmt()
446 switch (regs->reg2_sys.yuv_out_format) { in jpegd_gen_regs()
H A Dhal_jpegd_rkv_reg.h129 RK_U32 yuv_out_format : 3; member