[Libva] [PATCH][libva-intel-driver] vpp chroma-formats: report supported chroma formats for vpp

Xiang, Haihao haihao.xiang at intel.com
Thu Oct 13 08:09:42 UTC 2016


On Wed, 2016-10-12 at 15:58 -0700, Daniel Charles wrote:
> vpp to report the chroma formats according to what's allowed
> by vaCreateSurfaces2
> 
> Signed-off-by: Daniel Charles <daniel.charles at intel.com>
> ---
>  src/i965_drv_video.c | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/src/i965_drv_video.c b/src/i965_drv_video.c
> index 3a33356..e092a1c 100644
> --- a/src/i965_drv_video.c
> +++ b/src/i965_drv_video.c
> @@ -847,8 +847,11 @@ i965_get_default_chroma_formats(VADriverContextP
> ctx, VAProfile profile,
>          break;
>  
>      case VAProfileNone:
> -	if(HAS_VPP_P010(i965))
> +	    if(HAS_VPP_P010(i965))


please use the same indentation used in this file.


>              chroma_formats |= VA_RT_FORMAT_YUV420_10BPP;
> +
> +        if(HAS_VPP(i965))
> +            chroma_formats |= VA_RT_FORMAT_YUV422 |
> VA_RT_FORMAT_RGB32;
>          break;
>  
>      case VAProfileVP9Profile0:


More information about the Libva mailing list