Lines Matching refs:prep
195 MppFrameFormat in_fmt = ctx->cfg->prep.format & MPP_FRAME_FMT_MASK; in jpege_vpu720_setup_format()
206 if (MPP_FRAME_FMT_IS_TILE(ctx->cfg->prep.format)) { in jpege_vpu720_setup_format()
337 switch (ctx->cfg->prep.chroma_ds_mode) { in jpege_vpu720_setup_format()
350 ctx->cfg->prep.format, ctx->cfg->prep.format_out, in jpege_vpu720_setup_format()
354 if (ctx->cfg->prep.mirroring) in jpege_vpu720_setup_format()
357 if (ctx->cfg->prep.fix_chroma_en) { in jpege_vpu720_setup_format()
359 ctx->fmt_cfg.fix_chroma_u = ctx->cfg->prep.fix_chroma_u & 0xff; in jpege_vpu720_setup_format()
360 ctx->fmt_cfg.fix_chroma_v = ctx->cfg->prep.fix_chroma_v & 0xff; in jpege_vpu720_setup_format()
363 ctx->fmt_cfg.src_range = (ctx->cfg->prep.range == MPP_FRAME_RANGE_UNSPECIFIED) ? in jpege_vpu720_setup_format()
364 MPP_FRAME_RANGE_JPEG : ctx->cfg->prep.range; in jpege_vpu720_setup_format()
365 ctx->fmt_cfg.dst_range = (ctx->cfg->prep.range_out == MPP_FRAME_RANGE_UNSPECIFIED) ? in jpege_vpu720_setup_format()
366 MPP_FRAME_RANGE_JPEG : ctx->cfg->prep.range_out; in jpege_vpu720_setup_format()