Home
last modified time | relevance | path

Searched refs:enc_crop_rect (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_core.h267 struct v4l2_rect enc_crop_rect; member
H A Dmtk_jpeg_enc_hw.c122 u32 width = ctx->out_q.enc_crop_rect.width; in mtk_jpeg_set_enc_params()
123 u32 height = ctx->out_q.enc_crop_rect.height; in mtk_jpeg_set_enc_params()
H A Dmtk_jpeg_core.c434 q_data->enc_crop_rect.width = pix_mp->width; in mtk_jpeg_s_fmt_mplane()
435 q_data->enc_crop_rect.height = pix_mp->height; in mtk_jpeg_s_fmt_mplane()
522 s->r = ctx->out_q.enc_crop_rect; in mtk_jpeg_enc_g_selection()
580 ctx->out_q.enc_crop_rect = s->r; in mtk_jpeg_enc_s_selection()