Searched refs:poll (Results 1 – 13 of 13) sorted by relevance
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_eventfd.c | 43 ret = poll(&nfds, 1, timeout); in mpp_eventfd_read()
|
| /rockchip-linux_mpp/test/ |
| H A D | README.md | 6 use sync interface(poll,dequeue and enqueue), encode raw yuv to compress video.
|
| H A D | mpi_dec_multi_test.c | 271 ret = mpi->poll(ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in multi_dec_advanced() 298 ret = mpi->poll(ctx, MPP_PORT_OUTPUT, MPP_POLL_BLOCK); in multi_dec_advanced()
|
| /rockchip-linux_mpp/inc/ |
| H A D | rk_mpi.h | 166 MPP_RET (*poll)(MppCtx ctx, MppPortType type, MppPollType timeout); member
|
| /rockchip-linux_mpp/kmpp/inc/ |
| H A D | kmpp.h | 35 MPP_RET (*poll)(Kmpp *ctx, MppPortType type, MppPollType timeout); member
|
| /rockchip-linux_mpp/doc/design/ |
| H A D | 4.mpp_task.txt | 28 interface to poll / dequeue / enqueue the task task queue. Mpp advanced mode is 50 There are three transaction functions on a port: poll / dequeue / enqueue.
|
| /rockchip-linux_mpp/kmpp/ |
| H A D | kmpp.c | 447 static MPP_RET poll(Kmpp *ctx, MppPortType type, MppPollType timeout) in poll() function 633 .poll = poll,
|
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.cpp | 786 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in decode() 810 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in decode() 1195 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in encode() 1221 ret = mpi->poll(mpp_ctx, MPP_PORT_OUTPUT, MPP_POLL_BLOCK); in encode() 1252 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in encode()
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_CN.md | 242 当MppPacket与MppFrame组成的接口无法满足需求时,需要使用MppTask做为一个数据容器,来满足复杂的输入输出需求。MppTask需要与poll/dequeuer/enqueue接口来… 260 …tx实例以及MppApi结构体,再通过mpp_init来初始化MppCtx的编解码类型与格式,之后通过decode_xxx/encode_xxx以及poll/dequeuer/enqueue接口来… 279 | poll | 函数指针 | MPP_RET (\*poll)(MppCtx ctx, MppPortType type, MppPollType timeout) <b…
|
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 231 …put and output requirements. MppTask needs to be used in conjunction with poll/dequeuer/enqueue in… 247 … by mpp_init function, and then access context by decode_xxx/encode_xx or poll/dequeuer/enqueue fu… 266 | poll | Function pointer | MPP_RET (\*poll)(MppCtx ctx, MppPortType type, MppPollTyp…
|
| /rockchip-linux_mpp/mpp/ |
| H A D | mpi.c | 393 .poll = mpi_poll,
|
| /rockchip-linux_mpp/debian/ |
| H A D | changelog | 81 * [test]: add timeout poll type sample code
|
| /rockchip-linux_mpp/ |
| H A D | CHANGELOG.md | 409 - [vepu580]: poll max set to 1 on split out lowdelay mode
|