Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RK3328 用 mpi_dec_test 解码 avs+ 报错 #719

Open
Wickscc opened this issue Nov 18, 2024 · 0 comments
Open

RK3328 用 mpi_dec_test 解码 avs+ 报错 #719

Wickscc opened this issue Nov 18, 2024 · 0 comments

Comments

@Wickscc
Copy link

Wickscc commented Nov 18, 2024

RK3328 在 DataSheet 上是支持 avs+ 解码的, 是哪儿出了问题呢

Datasheet

mpp[101684]: mpi_dec_utils: input file ../20.avs+ size 20992000
Nov 18 14:00:40 firefly mpp[101684]: mpi_dec_utils: cmd parse result:
Nov 18 14:00:40 firefly mpp[101684]: mpi_dec_utils: input  file name: ../20.avs+
Nov 18 14:00:40 firefly mpp[101684]: mpi_dec_utils: output file name: /root/1.yuv
Nov 18 14:00:40 firefly mpp[101684]: mpi_dec_utils: width      : 1920
Nov 18 14:00:40 firefly mpp[101684]: mpi_dec_utils: height     : 1080
Nov 18 14:00:40 firefly mpp[101684]: mpi_dec_utils: type       : 16777221
Nov 18 14:00:40 firefly mpp[101684]: mpi_dec_utils: max frames :   10
Nov 18 14:00:40 firefly mpp[101684]: mpi_dec_test: mpi_dec_test start
Nov 18 14:00:40 firefly mpp[101684]: mpp_info: mpp version: aaa4c8e9 author: Chandler Chen 2024-10-29 fix[hal_vdpu383]: fix fbc hor_stride mismatch issue
Nov 18 14:00:40 firefly mpp[101684]: mpi_dec_test: 0x55cc1c9f40 mpi_dec_test decoder test start w 1920 h 1080 type 16777221
Nov 18 14:00:40 firefly mpp[101684]: mpp: unable to create dec avs+ for soc rk3328 unsupported
Nov 18 14:00:40 firefly mpp[101684]: mpi_dec_test: 0x55cc1c9f40 mpp_init failed
Nov 18 14:00:40 firefly mpp[101684]: mpi_dec_test: test failed ret -1
Nov 18 14:03:54 firefly mpp[103314]: mpp_info_test: normal version log:
Nov 18 14:03:54 firefly mpp[103314]: mpp_info: mpp version: aaa4c8e9 author: Chandler Chen 2024-10-29 fix[hal_vdpu383]: fix fbc hor_stride mismatch issue
Nov 18 14:03:54 firefly mpp[103314]: mpp_info_test: history version log:
Nov 18 14:03:54 firefly mpp[103314]: mpp_info: mpp version history 10:
Nov 18 14:03:54 firefly mpp[103314]: mpp_info: aaa4c8e9 author: Chandler Chen 2024-10-29 fix[hal_vdpu383]: fix fbc hor_stride mismatch issue  (HEAD -> develop, origin/develop, origin/HEAD)
Nov 18 14:03:54 firefly mpp[103314]: mpp_info: 4a2bd2ae author: Yandong Lin   2024-10-29 fix[hal_vepu580]: re-get roi buf when resolution switch
Nov 18 14:03:54 firefly mpp[103314]: mpp_info: a0fbdd3c author: Yandong Lin   2024-10-29 fix[hal_vepu541]: re-get roi buf when resolution switch
Nov 18 14:03:54 firefly mpp[103314]: mpp_info: a49f851c author: Herman Chen   2024-10-29 fix[iep2]: Remove unnessary log on init failed
Nov 18 14:03:54 firefly mpp[103314]: mpp_info: 6b73cff2 author: Hongjin Li    2024-10-24 docs: update doc for fast play
Nov 18 14:03:54 firefly mpp[103314]: mpp_info: a14f1327 author: Hongjin Li    2024-10-24 fix[h264_dpb]: Add env variables to force fast play mode
Nov 18 14:03:54 firefly mpp[103314]: mpp_info: 611a9a04 author: xiaoxu.chen   2024-10-21 fix[h265e_slice]: fix compilation warning
Nov 18 14:03:54 firefly mpp[103314]: mpp_info: 8f5d38e1 author: Johnson Ding  2024-10-18 fix[hal_avs2d_vdpu383]: handle scene reference frame
Nov 18 14:03:54 firefly mpp[103314]: mpp_info: f34c0a96 author: Nyanmisaka    2024-10-16 fix[debain]: fix typo in compat version
Nov 18 14:03:54 firefly mpp[103314]: mpp_info: edf69abd author: Benjamin Sonntag 2024-10-16 fix[debian]: Update debian control
Nov 18 14:03:54 firefly mpp[103314]: mpp_compat: id| name -- mpp compat info
Nov 18 14:03:54 firefly mpp[103314]: mpp_compat: 0 | increase decoder fbc buffer size
Nov 18 14:03:54 firefly mpp[103314]: mpp_compat: 1 | support encoder async input mode
Nov 18 14:04:07 firefly mpp[103404]: mpi_dec_utils: usage: mpi_dec_test [options]
Nov 18 14:04:07 firefly mpp[103404]: mpi_dec_utils: -i       input_file   input bitstream file
Nov 18 14:04:07 firefly mpp[103404]: mpi_dec_utils: -o       output_file  output decoded frame file
Nov 18 14:04:07 firefly mpp[103404]: mpi_dec_utils: -w       width        the width of input bitstream
Nov 18 14:04:07 firefly mpp[103404]: mpi_dec_utils: -h       height       the height of input bitstream
Nov 18 14:04:07 firefly mpp[103404]: mpi_dec_utils: -t       type         input stream coding type
Nov 18 14:04:07 firefly mpp[103404]: mpi_dec_utils: -f       format       output frame format type
Nov 18 14:04:07 firefly mpp[103404]: mpi_dec_utils: -n       frame_number max output frame number
Nov 18 14:04:07 firefly mpp[103404]: mpi_dec_utils: -s       instance_nb  number of instances
Nov 18 14:04:07 firefly mpp[103404]: mpi_dec_utils: -v       trace option q - quiet f - show fps
Nov 18 14:04:07 firefly mpp[103404]: mpi_dec_utils: -slt     slt file     slt verify data file
Nov 18 14:04:07 firefly mpp[103404]: mpi_dec_utils: -help    help         show help
Nov 18 14:04:07 firefly mpp[103404]: mpi_dec_utils: -bufmode buffer mode  hi - half internal (default) i -internal e - external
Nov 18 14:04:07 firefly mpp[103404]: mpi: mpp coding type support list:
Nov 18 14:04:07 firefly mpp[103404]: mpi: type: dec id 0 coding: mpeg2            id 2
Nov 18 14:04:07 firefly mpp[103404]: mpi: type: dec id 0 coding: mpeg4            id 4
Nov 18 14:04:07 firefly mpp[103404]: mpi: type: dec id 0 coding: h.263            id 3
Nov 18 14:04:07 firefly mpp[103404]: mpi: type: dec id 0 coding: h.264/AVC        id 7
Nov 18 14:04:07 firefly mpp[103404]: mpi: type: dec id 0 coding: h.265/HEVC       id 16777220
Nov 18 14:04:07 firefly mpp[103404]: mpi: type: dec id 0 coding: vp8              id 9
Nov 18 14:04:07 firefly mpp[103404]: mpi: type: dec id 0 coding: VP9              id 10
Nov 18 14:04:07 firefly mpp[103404]: mpi: type: dec id 0 coding: avs              id 16777222
Nov 18 14:04:07 firefly mpp[103404]: mpi: type: dec id 0 coding: avs+             id 16777221
Nov 18 14:04:07 firefly mpp[103404]: mpi: type: dec id 0 coding: avs2             id 16777223
Nov 18 14:04:07 firefly mpp[103404]: mpi: type: dec id 0 coding: jpeg             id 8
Nov 18 14:04:07 firefly mpp[103404]: mpi: type: dec id 0 coding: av1              id 16777224
Nov 18 14:04:07 firefly mpp[103404]: mpi: type: enc id 1 coding: h.264/AVC        id 7
Nov 18 14:04:07 firefly mpp[103404]: mpi: type: enc id 1 coding: jpeg             id 8
Nov 18 14:04:07 firefly mpp[103404]: mpi: type: enc id 1 coding: h265             id 16777220
Nov 18 14:04:07 firefly mpp[103404]: mpi: type: enc id 1 coding: vp8              id 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant