|
发表于 2022-1-11 15:02:43
浏览:4869
|
回复:2
打印
只看该作者
[复制链接]
楼主
您好:
MPP中有自带的RGA例子,我想完成YUV420SP格式到ARGB888格式的转换,执行时出现如下问题,请问是哪里出现问题了?BUILDROOT平台下的MPP,并且其它格式也试过了,一直没成功。
./rga_test -i in0w1280-h720-crcb420sp.bin -w 1280 -h 720 -f 0 -dst_w 1280 -dst_h 720 -dst_fmt 65546 -o test.bin
mpp[999]: mpp_log: rga test unit
mpp[999]: mpp_log: src w:1280 h:720 fmt:0 dst w:1280 h:720 fmt:65546 input:in0w1280-h720-crcb420sp.bin output:test.bin
mpp[999]: mpp_rt: NOT found ion allocator
mpp[999]: mpp_rt: found drm allocator
mpp[999]: mpp_log: rga ioctl failed errno:14 Bad address
mpp[999]: mpp_log: rga cmd process copy failed -1
mpp[999]: mpp_log: rga test exit ret -1
mpp[999]: mpp_buffer: ~MppBufferService cleaning misc group
|
|