Lines Matching refs:pp_info
280 RK_U32 in_color = ctx->pp_info.pp_in_fmt; in jpegd_setup_pp()
281 RK_U32 out_color = ctx->pp_info.pp_out_fmt; in jpegd_setup_pp()
282 RK_U32 dither = ctx->pp_info.dither_enable; in jpegd_setup_pp()
283 RK_U32 crop_width = ctx->pp_info.crop_width; in jpegd_setup_pp()
284 RK_U32 crop_height = ctx->pp_info.crop_height; in jpegd_setup_pp()
285 RK_U32 crop_x = ctx->pp_info.crop_x; in jpegd_setup_pp()
286 RK_U32 crop_y = ctx->pp_info.crop_y; in jpegd_setup_pp()
589 reg->reg41.sw_pp_pipeline_e = ctx->pp_info.pp_enable; in jpegd_setup_pp()
591 jpegd_dbg_hal("pp_enable %d\n", ctx->pp_info.pp_enable); in jpegd_setup_pp()
593 if (ctx->pp_info.pp_enable) { in jpegd_setup_pp()
679 (!ctx->pp_info.pp_enable) && in jpegd_gen_regs()
761 PPInfo *pp_info = &(JpegHalCtx->pp_info); in hal_jpegd_vdpu2_init() local
762 memset(pp_info, 0, sizeof(PPInfo)); in hal_jpegd_vdpu2_init()
763 pp_info->pp_enable = 0; in hal_jpegd_vdpu2_init()
764 pp_info->pp_in_fmt = PP_IN_FORMAT_YUV420SEMI; in hal_jpegd_vdpu2_init()
765 pp_info->pp_out_fmt = PP_OUT_FORMAT_YUV420INTERLAVE; in hal_jpegd_vdpu2_init()