]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
[media] v4l: vsp1: Add HGT support
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Tue, 6 Sep 2016 14:38:56 +0000 (11:38 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sat, 15 Apr 2017 01:53:00 +0000 (22:53 -0300)
commit0ac702d5b903d441ef64e61f453de7c0ce1322fa
tree2e6ed9cc33363c0c659abbab9920856caf1c5ec8
parent5deb1c04c9f2cc3fe4b355a55a8fad244683a54a
[media] v4l: vsp1: Add HGT support

The HGT is a Histogram Generator Two-Dimensions. It computes a weighted
frequency histograms for hue and saturation areas over a configurable
region of the image with optional subsampling.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/vsp1/Makefile
drivers/media/platform/vsp1/vsp1.h
drivers/media/platform/vsp1/vsp1_drv.c
drivers/media/platform/vsp1/vsp1_entity.c
drivers/media/platform/vsp1/vsp1_hgt.c [new file with mode: 0644]
drivers/media/platform/vsp1/vsp1_hgt.h [new file with mode: 0644]
drivers/media/platform/vsp1/vsp1_pipe.c
drivers/media/platform/vsp1/vsp1_pipe.h
drivers/media/platform/vsp1/vsp1_regs.h
drivers/media/platform/vsp1/vsp1_video.c