Giter VIP home page Giter VIP logo

Comments (3)

sunkwei avatar sunkwei commented on May 29, 2024

将 mpi_dec_test.c 中的

cmd->simple = (cmd->type != MPP_VIDEO_CodingMJPEG) ? (1) : (0);

改成 cmd->simple = 0;
用 h264 输入测试,也会出现阻塞。 ./mpi_dec_test -i /sdcard/test.h264 -w 1920 -h 1080 -t 7 也是阻塞在 mpi->poll(ctx, MPP_PORT_OUTPUT, MPP_POLL_BLOCK) 一行,难道这个接口仅仅支持 mjpeg 么?

from mpp.

HermanChen avatar HermanChen commented on May 29, 2024

decode_advanced 中使用的解码器 task 交互模式只在 jpeg 解码时使用,因为 jpeg 解码时用户会要求指定输出图像地址,其他格式没有这种要求,所以这个目前只用在 jpeg 解码上。

from mpp.

sunkwei avatar sunkwei commented on May 29, 2024

好的,谢谢

from mpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.