Searched refs:HdiMppBufferPutWithCaller (Results 1 - 14 of 14) sorted by relevance
/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_decoder.cpp | 95 mppApi_->HdiMppBufferPutWithCaller(pktBuf, __func__); in SendData() 99 mppApi_->HdiMppBufferPutWithCaller(frmBuf, __func__); in SendData()
|
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_decoder.cpp | 134 mppApi_->HdiMppBufferPutWithCaller(pktBuf, __func__); in SendData() 138 mppApi_->HdiMppBufferPutWithCaller(frmBuf, __func__); in SendData()
|
/device/soc/rockchip/rk3568/hardware/codec/include/ |
H A D | hdi_mpp_mpi.h | 185 hdiMppBufferPutWithCaller HdiMppBufferPutWithCaller; member
|
/device/soc/rockchip/rk3588/hardware/codec/include/ |
H A D | hdi_mpp_mpi.h | 185 hdiMppBufferPutWithCaller HdiMppBufferPutWithCaller; member
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | vpu_api_legacy.cpp | 822 (*(mRKMppApi.HdiMppBufferPutWithCaller))(str_buf, __FUNCTION__); in decode() 827 (*(mRKMppApi.HdiMppBufferPutWithCaller))(pic_buf, __FUNCTION__); in decode() 1231 (*(mRKMppApi.HdiMppBufferPutWithCaller))(pic_buf, __FUNCTION__); in encode() 1236 (*(mRKMppApi.HdiMppBufferPutWithCaller))(str_buf, __FUNCTION__); in encode() 1310 (*(mRKMppApi.HdiMppBufferPutWithCaller))(buffer, __FUNCTION__); in encoder_sendframe() 1341 (*(mRKMppApi.HdiMppBufferPutWithCaller))(buffer, __FUNCTION__); in encoder_sendframe()
|
H A D | vpu_mem_legacy.c | 99 (*(mRKMppApi.HdiMppBufferPutWithCaller))(buf, __FUNCTION__); in put_used_memory_handle()
|
/device/soc/rockchip/rk3568/hardware/codec/src/ |
H A D | hdi_mpp_mpi.c | 113 pMppApi->HdiMppBufferPutWithCaller = (hdiMppBufferPutWithCaller)dlsym(mLibHandle, "mpp_buffer_put_with_caller"); in GetBufferGroupApi()
|
H A D | hdi_mpp.c | 258 mppApi->HdiMppBufferPutWithCaller(component->frmBuf, __func__); in CodecDestroy() 263 mppApi->HdiMppBufferPutWithCaller(component->pktBuf, __func__); in CodecDestroy()
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/hdi_mpp/ |
H A D | hdi_mpp_mpi.h | 208 hdiMppBufferPutWithCaller HdiMppBufferPutWithCaller; member
|
H A D | hdi_mpp_mpi.cpp | 170 pMppApi->HdiMppBufferPutWithCaller = \ in GetMppAPI()
|
/device/soc/rockchip/rk3588/hardware/codec/src/ |
H A D | hdi_mpp_mpi.c | 113 pMppApi->HdiMppBufferPutWithCaller = (hdiMppBufferPutWithCaller)dlsym(mLibHandle, "mpp_buffer_put_with_caller"); in GetBufferGroupApi()
|
H A D | hdi_mpp.c | 258 mppApi->HdiMppBufferPutWithCaller(component->frmBuf, __func__); in CodecDestroy() 263 mppApi->HdiMppBufferPutWithCaller(component->pktBuf, __func__); in CodecDestroy()
|
/device/soc/rockchip/common/hardware/mpp/mpp/hdi_mpp/ |
H A D | hdi_mpp_mpi.h | 208 hdiMppBufferPutWithCaller HdiMppBufferPutWithCaller; member
|
H A D | hdi_mpp_mpi.cpp | 166 pMppApi->HdiMppBufferPutWithCaller = \ in GetMppAPI()
|
Completed in 12 milliseconds