6.5.4. 测试指南

6.5.4.1. 运行测试用例

6.5.4.1.1. mpp_test

mpp_test 的主要功能是测试 mpp_decoder 接口,解码视频或图片文件并通过 display 接口显示在屏幕上。

目前支持 h264, jpg,png 的解码和显示,使用方式如下:

[aic@] # mpp_test -h
Usage: mpp_test [options]:
    -i                             input stream file name
    -t                             directory of test files
    -d                             display the picture
    -c                             enable compare output data
    -f                             output pixel format
    -l                             loop time
    -s                             save output data
    -h                             help

Example1(test single file): mpp_test -i test.264
Example2(test some files) : mpp_test -t /usr/data/

6.5.4.1.2. pic_test

pic_test 的主要功能是测试 JPEG/PNG 图片解码和显示,相比于 mpp_test 代码更加精简。

[aic@] # pic_test -h
Usage: dec_test [options]

Options:
-i                             input stream file name
-h                             help