Edit online

测试指南

2 Dec 2024
Read time: 1 minute(s)

运行测试用例

  • mpp_test:测试 mpp_decoder 接口,解码视频或图片文件并通过 display 接口显示在屏幕上。
    目前支持 h264, jpg,png 的解码和显示,使用方式如下:
    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/
  • pic_test:测试 JPEG/PNG 图片解码和显示,相比于 mpp_test 代码更加精简。
    pic_test -h
    
    Usage: dec_test [options]
    
    Options:
    -i                             input stream file name
    -h                             help