Searched refs:MPP_PORT_INPUT (Results 1 - 7 of 7) sorted by relevance
/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_decoder.cpp | 143 auto ret = mpi_->poll(mppCtx_, MPP_PORT_INPUT, MPP_POLL_BLOCK); in MppTaskProcess() 149 ret = mpi_->dequeue(mppCtx_, MPP_PORT_INPUT, &task); in MppTaskProcess() 157 ret = mpi_->enqueue(mppCtx_, MPP_PORT_INPUT, task); in MppTaskProcess()
|
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_decoder.cpp | 201 auto ret = mpi_->poll(mppCtx_, MPP_PORT_INPUT, MPP_POLL_BLOCK); in MppTaskProcess() 207 ret = mpi_->dequeue(mppCtx_, MPP_PORT_INPUT, &task); in MppTaskProcess() 215 ret = mpi_->enqueue(mppCtx_, MPP_PORT_INPUT, task); in MppTaskProcess()
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_task.h | 55 MPP_PORT_INPUT, enumerator
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_task.h | 55 MPP_PORT_INPUT, enumerator
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_task.h | 56 MPP_PORT_INPUT, enumerator
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_task.h | 55 MPP_PORT_INPUT, enumerator
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | vpu_api_legacy.cpp | 745 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in decode() 751 ret = mpi->dequeue(mpp_ctx, MPP_PORT_INPUT, &task); in decode() 760 ret = mpi->enqueue(mpp_ctx, MPP_PORT_INPUT, task); in decode() 769 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in decode() 1113 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in encode() 1119 ret = mpi->dequeue(mpp_ctx, MPP_PORT_INPUT, &task); in encode() 1125 HDF_LOGE("%s mpi dequeue from MPP_PORT_INPUT fail, task equal with nullptr!", __func__); in encode() 1132 ret = mpi->enqueue(mpp_ctx, MPP_PORT_INPUT, task); in encode() 1167 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in encode() 1173 // dequeue task from MPP_PORT_INPUT in encode() [all...] |
Completed in 5 milliseconds