staging: media: Add Raspberry Pi V4L2 H265 decoder
authorJohn Cox <jc@kynesim.co.uk>
Thu, 5 Mar 2020 18:30:41 +0000 (18:30 +0000)
committerpopcornmix <popcornmix@gmail.com>
Wed, 27 Jan 2021 19:13:06 +0000 (19:13 +0000)
commitb2ae0c0832b32886a28eef999a26c09e5f48080c
treeb7c6d2f5d0b547d7e41d797f40dca832dc16bd0b
parentc958ed8b1785386341622cffe90aa7f270ca5bb2
staging: media: Add Raspberry Pi V4L2 H265 decoder

This driver is for the HEVC/H265 decoder block on the Raspberry
Pi 4, and conforms to the V4L2 stateless decoder API.

Signed-off-by: John Cox <jc@kynesim.co.uk>
13 files changed:
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/rpivid/Kconfig [new file with mode: 0644]
drivers/staging/media/rpivid/Makefile [new file with mode: 0644]
drivers/staging/media/rpivid/rpivid.c [new file with mode: 0644]
drivers/staging/media/rpivid/rpivid.h [new file with mode: 0644]
drivers/staging/media/rpivid/rpivid_dec.c [new file with mode: 0644]
drivers/staging/media/rpivid/rpivid_dec.h [new file with mode: 0644]
drivers/staging/media/rpivid/rpivid_h265.c [new file with mode: 0644]
drivers/staging/media/rpivid/rpivid_hw.c [new file with mode: 0644]
drivers/staging/media/rpivid/rpivid_hw.h [new file with mode: 0644]
drivers/staging/media/rpivid/rpivid_video.c [new file with mode: 0644]
drivers/staging/media/rpivid/rpivid_video.h [new file with mode: 0644]