Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/rkvdec/
Drkvdec.c141 struct v4l2_format *f = &ctx->coded_fmt; in rkvdec_reset_coded_fmt()
162 ctx->coded_fmt.fmt.pix_mp.width, in rkvdec_reset_decoded_fmt()
163 ctx->coded_fmt.fmt.pix_mp.height); in rkvdec_reset_decoded_fmt()
332 ctx->coded_fmt = *f; in rkvdec_s_output_fmt()
360 *f = ctx->coded_fmt; in rkvdec_g_output_fmt()
435 f = &ctx->coded_fmt; in rkvdec_queue_setup()
464 f = &ctx->coded_fmt; in rkvdec_buf_prepare()
Drkvdec.h97 struct v4l2_format coded_fmt; member
Drkvdec-h264.c674 WRITE_PPS(DIV_ROUND_UP(ctx->coded_fmt.fmt.pix_mp.width, 16), PIC_WIDTH_IN_MBS); in assemble_hw_pps()
675 WRITE_PPS(DIV_ROUND_UP(ctx->coded_fmt.fmt.pix_mp.height, 16), PIC_HEIGHT_IN_MBS); in assemble_hw_pps()