OSDN Git Service

Add multiple layers test json example.
authorFan, Yugang <yugang.fan@intel.com>
Tue, 14 Feb 2017 13:17:35 +0000 (21:17 +0800)
committerKalyan Kondapally <kalyan.kondapally@intel.com>
Tue, 14 Feb 2017 23:21:36 +0000 (15:21 -0800)
commit73783e15b281017be2a2f8f2b6259e293fc82520
tree1649e79a774ced5f46554c528f531ae462de9415
parent5287f9e56819ae7788ee839d9b92c654836098e7
Add multiple layers test json example.

The example json includes 5 layers: 3 kms cube test layers, and 2 video
layers which is using the argb video file. The layers also are placed with
overlay, and runing separately. This is just a example, and users can add
their multiple layers tests according their requirements with the json
format.

Jira: None.
Test: Use the command "ffmpeg -i ./1080p_29.97fps.mp4 -ss 30 -frames
      100 -f rawvideo -pix_fmt argb test.xrgb" to generate video raw
      file as test resources, and using current multiplelayers.json to
      test if the "testlayers" app can show and run all layers normally.

Signed-off-by: Fan Yugang <yugang.fan@intel.com>
tests/jsonconfigs/multiplelayers.json [new file with mode: 0644]