[Intel-gfx] [PATCH 2/2] v4l2-ctrls: add generic H.264 decoder codec settings structure

2016-09-06 Thread Randy Li
The generic decoder settings for H.264. It is modified from the VA-API. Adding the extra data required by the Rockchip. Signed-off-by: Randy Li --- include/uapi/linux/videodev2.h | 103 + 1 file changed, 103 insertions(+) diff --git a/include/uapi/linux

[Intel-gfx] [PATCH RFC 0/2] add the generic H.264 decoder settings controls

2016-09-06 Thread Randy Li
iver rk_v4l2 [3] https://github.com/hizukiayaka/linux-kernel rk3288-media Randy Li (2): [media] v4l2-ctrls: add H.264 decoder settings controls v4l2-ctrls: add generic H.264 decoder codec settings structure drivers/media/v4l2-core/v4l2-ctrls.c | 2 + include/uapi/linux/v4l2-controls.h |

[Intel-gfx] [PATCH 1/2] [media] v4l2-ctrls: add H.264 decoder settings controls

2016-09-06 Thread Randy Li
These two controls would be used to set the H.264 codec settings for decoder. Signed-off-by: Randy Li --- drivers/media/v4l2-core/v4l2-ctrls.c | 2 ++ include/uapi/linux/v4l2-controls.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/drivers/media/v4l2-core/v4l2-ctrls.c b/drivers

Re: [Intel-gfx] [Libva] keep Nalu start code in VASliceDataBufferType data

2016-08-30 Thread Randy Li
On 08/31/2016 09:52 AM, Xiang, Haihao wrote: On Tue, 2016-08-30 at 08:59 +0800, Randy Li wrote: Hi all: When I just doing the driver for us chip, we would request the Nalu header present in the data to be process. But I found the data be Rendered to with type VASliceDataBufferType is

[Intel-gfx] keep Nalu start code in VASliceDataBufferType data

2016-08-29 Thread Randy Li
start code ? Thank you. P.S Thank you for the Intel guys help, I decided not to use the DRM framework to implement the interface in kernel after I talked to the kernel upstream. But the request API would be used. -- Randy Li The third produce department

Re: [Intel-gfx] I want to use VA-API to support new platform, I want know something about Intel implementation

2016-08-26 Thread Randy Li
On 08/24/2016 11:35 PM, Xiang, Haihao wrote: -Original Message- From: Randy Li [mailto:randy...@rock-chips.com] Sent: Wednesday, August 24, 2016 6:30 PM To: Xiang, Haihao ; li...@lists.freedesktop.org Cc: nicolas.dufre...@collabora.co.uk; Balachandran, Sreerenj Subject: Re: I want