Commit Graph

8 Commits

Author SHA1 Message Date
Carl Zhang 42dd2b216e unify the code styles using the style_unify script
use astyle to unify the code style
copy the style_unify script from
https://github.com/intel/libva/blob/master/style_unify

Signed-off-by: Carl Zhang <carl.zhang@intel.com>
2021-09-29 20:59:40 -04:00
Tianhao Liu 1bc9c8311e Fix KW issues
Signed-off-by: Tianhao Liu <tianhao.liu@intel.com>
2020-08-25 15:19:20 +08:00
Jan Beich f7f23fe825 meson: add missing samples 2020-04-01 21:46:20 +08:00
Jan Beich 337669666d sfcsample: drop unused Linux-only header
VDecAccelVA.cpp:35:10: fatal error: 'linux/fb.h' file not found
 #include <linux/fb.h>
          ^~~~~~~~~~~~
2020-04-01 21:45:08 +08:00
kanghuaz 7be46f017c sfcsample: don't include X11 headers
X11 is never used, so don't include the headers.

Fixes #150

Signed-off-by: kanghuaz <kanghua.zhu@intel.com>
2019-05-13 09:19:03 -07:00
Haihao Xiang 780319da2d Include .h for extra dist
Otherwise the package made by 'make dist' fails to build with similar
errors below:

  CC       avcstreamoutdemo.o
avcstreamoutdemo.c:46:10: fatal error: avcstreamoutdemo.h: No such file
or directory
 #include "avcstreamoutdemo.h"
          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:456: recipe for target 'avcstreamoutdemo.o' failed
make[1]: *** [avcstreamoutdemo.o] Error 1

Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
2019-02-01 06:59:23 -08:00
kanghuaz 957a269f02 sample code for decode SFC
1. SFC is for decode Scalar & Format Converter
2. Shows downscaling and ARGB conversion
3. Only shows one frame

Signed-off-by: kanghuaz <kanghua.zhu@intel.com>
2018-10-26 17:45:43 +08:00
Zhengguo.Xu 9298d85ce5 Add sample code for avc decode streamout
Add new folder 'vendor/intel' and give sample code for how to use avc streamout

Signed-off-by: Zhengguo.Xu <zhengguo.xu@intel.com>
2018-09-07 10:29:19 +08:00