Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 13 of 13) sorted by relevance

/rockchip-linux_mpp/osal/
H A Dmpp_eventfd.c43 ret = poll(&nfds, 1, timeout); in mpp_eventfd_read()
/rockchip-linux_mpp/test/
H A DREADME.md6 use sync interface(poll,dequeue and enqueue), encode raw yuv to compress video.
H A Dmpi_dec_multi_test.c271 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 Drk_mpi.h166 MPP_RET (*poll)(MppCtx ctx, MppPortType type, MppPollType timeout); member
/rockchip-linux_mpp/kmpp/inc/
H A Dkmpp.h35 MPP_RET (*poll)(Kmpp *ctx, MppPortType type, MppPollType timeout); member
/rockchip-linux_mpp/doc/design/
H A D4.mpp_task.txt28 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 Dkmpp.c447 static MPP_RET poll(Kmpp *ctx, MppPortType type, MppPollType timeout) in poll() function
633 .poll = poll,
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp786 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 DRockchip_Developer_Guide_MPP_CN.md242 当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 DRockchip_Developer_Guide_MPP_EN.md231 …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 Dmpi.c393 .poll = mpi_poll,
/rockchip-linux_mpp/debian/
H A Dchangelog81 * [test]: add timeout poll type sample code
/rockchip-linux_mpp/
H A DCHANGELOG.md409 - [vepu580]: poll max set to 1 on split out lowdelay mode