在使用rga库的过程中出现了一下情况:按帧缩放视频的分辨率,出现有一些帧没有被rga处理到,报错:
- RgaBlit(1387) RGA_BLIT fail: Device or resource busy
- RgaBlit(1388) RGA_BLIT fail: Device or resource busy
- fd-vir-phy-hnd-format[0, 0x7f79cf6000, (nil), (nil), 0]
- rect[0, 0, 1920, 1088, 1920, 1088, 3584, 0]
- f-blend-size-rotation-col-log-mmu[0, 0, 0, 0, 0, 0, 1]
- fd-vir-phy-hnd-format[0, 0x7f80344010, (nil), (nil), 0]
- rect[0, 0, 1280, 720, 1280, 720, 3584, 0]
- f-blend-size-rotation-col-log-mmu[0, 0, 0, 0, 0, 0, 1]
- This output the user patamaters when rga call blit fail
- srect[x,y,w,h] = [0, 0, 0, 0] src[w,h,ws,hs] = [1920, 1088, 1920, 1088]
- drect[x,y,w,h] = [0, 0, 0, 0] dst[w,h,ws,hs] = [1280, 720, 1280, 720]
- usage[0x80000]
- Rga resize: resize error for status: Fatal error: Failed to call RockChipRga interface, query log to find the cause of failure.
复制代码 显示资源忙。
请问有人遇到过这种情况嘛?是否有什么可以避免?
|