Home
last modified time | relevance | path

Searched refs:decoded_fmt (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/media/platform/nvidia/tegra-vde/
H A Dv4l2.c96 f = &ctx->decoded_fmt; in tegra_queue_setup()
232 pixfmt = &ctx->decoded_fmt.fmt.pix_mp; in tegra_buf_prepare()
467 struct v4l2_format *f = &ctx->decoded_fmt; in tegra_reset_decoded_fmt()
527 *f = ctx->decoded_fmt; in tegra_g_decoded_fmt()
588 ctx->decoded_fmt = *f; in tegra_s_decoded_fmt()
709 cap_fmt = &ctx->decoded_fmt; in tegra_s_coded_fmt()
840 tegra_try_decoded_fmt(file, &ctx->fh, &ctx->decoded_fmt); in tegra_open()
H A Dvde.h151 struct v4l2_format decoded_fmt; member
/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-vp9.c512 aligned_height = round_up(ctx->decoded_fmt.fmt.pix_mp.height, 64); in config_registers()
514 aligned_pitch = round_up(ctx->decoded_fmt.fmt.pix_mp.width * in config_registers()
655 regs->vp9.performance_cycle = ctx->decoded_fmt.fmt.pix_mp.width | in config_registers()
656 (ctx->decoded_fmt.fmt.pix_mp.height << 16); in config_registers()
683 if (aligned_width != ctx->decoded_fmt.fmt.pix_mp.width || in validate_dec_params()
684 aligned_height != ctx->decoded_fmt.fmt.pix_mp.height) { in validate_dec_params()
H A Drkvdec.c127 struct v4l2_format *f = &ctx->decoded_fmt; in rkvdec_reset_decoded_fmt()
748 ctx->decoded_fmt = *f; in rkvdec_s_capture_fmt()
805 cap_fmt = &ctx->decoded_fmt; in rkvdec_s_output_fmt()
831 *f = ctx->decoded_fmt; in rkvdec_g_capture_fmt()
905 f = &ctx->decoded_fmt; in rkvdec_queue_setup()
934 f = &ctx->decoded_fmt; in rkvdec_buf_prepare()
H A Drkvdec-h264.c277 f = &ctx->decoded_fmt; in config_registers()
H A Drkvdec-vdpu381-h264.c257 f = &ctx->decoded_fmt; in config_registers()
H A Drkvdec-vdpu383-h264.c336 f = &ctx->decoded_fmt; in config_registers()
H A Drkvdec-hevc.c432 f = &ctx->decoded_fmt; in config_registers()
H A Drkvdec-vdpu381-hevc.c422 f = &ctx->decoded_fmt; in config_registers()
H A Drkvdec-vdpu383-hevc.c431 f = &ctx->decoded_fmt; in config_registers()