Searched refs:enc_crop_rect (Results 1 – 3 of 3) sorted by relevance
93 u32 width = ctx->out_q.enc_crop_rect.width; in mtk_jpeg_set_enc_params()94 u32 height = ctx->out_q.enc_crop_rect.height; in mtk_jpeg_set_enc_params()
138 struct v4l2_rect enc_crop_rect; member
437 q_data->enc_crop_rect.width = pix_mp->width; in mtk_jpeg_s_fmt_mplane()438 q_data->enc_crop_rect.height = pix_mp->height; in mtk_jpeg_s_fmt_mplane()525 s->r = ctx->out_q.enc_crop_rect; in mtk_jpeg_enc_g_selection()583 ctx->out_q.enc_crop_rect = s->r; in mtk_jpeg_enc_s_selection()
Completed in 7 milliseconds