1# Video Processing feature test suites 2 3 4## Introduction 5 6This folder collect a set of VP examples to exercise VA-API in 7accordance with the libva project. 8vaapp is the basic app which you can use to check several features(CSC,scaling, 9denoise, sharpness,DeInterlace,skin tone enhancement,HSBC). 10The other sample app is the specific app just for one or two features tested. 11You can get the info from the app name, such as CSC,scaling, denoise, sharpness, 12chromasitting, 1:N output, usrptr, etc. 13 14## Building 15 161. In upper folder run autogen.sh, will produce the Makefile. 17``` 18$ ./autogen.sh 19``` 202. In upper folder, make the sample. 21``` 22$ make 23``` 243. The VP related sample will be produced in the videoprocess directory 25 26## How to run the sample 27 281. The app para should be defined in the corresponding *.cfg file. Each app will have 29one related *.cfg.template for your reference,and the detailed para meaning is described in 30the file. you can create your *.cfg according to your usage. 31 322. Copy the app and cfg file to the target machine and run. 33``` 34$ ./vavpp process.cfg 35