Home
last modified time | relevance | path

Searched refs:encoded_fmt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H A Dhantro_v4l2.c354 struct v4l2_pix_format_mplane *raw_fmt, *encoded_fmt; in hantro_reset_raw_fmt() local
361 encoded_fmt = &ctx->dst_fmt; in hantro_reset_raw_fmt()
365 encoded_fmt = &ctx->src_fmt; in hantro_reset_raw_fmt()
369 raw_fmt->width = encoded_fmt->width; in hantro_reset_raw_fmt()
370 raw_fmt->height = encoded_fmt->height; in hantro_reset_raw_fmt()
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H A Dhantro_v4l2.c424 struct v4l2_pix_format_mplane raw_fmt, *encoded_fmt; in hantro_reset_raw_fmt() local
432 encoded_fmt = &ctx->dst_fmt; in hantro_reset_raw_fmt()
435 encoded_fmt = &ctx->src_fmt; in hantro_reset_raw_fmt()
439 raw_fmt.width = encoded_fmt->width; in hantro_reset_raw_fmt()
440 raw_fmt.height = encoded_fmt->height; in hantro_reset_raw_fmt()

Completed in 3 milliseconds