Searched refs:HdiMppBufferGetPtrWithCaller (Results 1 - 12 of 12) sorted by relevance
/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_decoder.cpp | 209 auto ptr = mppApi_->HdiMppBufferGetPtrWithCaller(buf, __func__); in DumpOutFile() 223 auto data = mppApi_->HdiMppBufferGetPtrWithCaller(pktBuf, __func__); in DumpInFile()
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | vpu_mem_legacy.c | 72 dmabuf->vir_addr = (RK_U32*)(*(mRKMppApi.HdiMppBufferGetPtrWithCaller))(buffer, __FUNCTION__); in get_free_memory_vpumem() 234 p->vir_addr = (RK_U32*)(*(mRKMppApi.HdiMppBufferGetPtrWithCaller))(buffer, __FUNCTION__); in VPUMallocLinear()
|
H A D | vpu_api_legacy.cpp | 617 (*(mRKMppApi.HdiMppBufferGetPtrWithCaller))(buf, __FUNCTION__) : nullptr; in setup_VPU_FRAME_from_mpp_frame() 702 if (memcpy_s((RK_U8*) (*(mRKMppApi.HdiMppBufferGetPtrWithCaller))(str_buf, __FUNCTION__), \ in decode() 807 (RK_U8*) (*(mRKMppApi.HdiMppBufferGetPtrWithCaller))(pic_buf, __FUNCTION__), \ in decode() 1069 if (memcpy_s((RK_U8*) (*(mRKMppApi.HdiMppBufferGetPtrWithCaller))(pic_buf, __FUNCTION__), \ in encode() 1338 copy_align_raw_buffer_to_dest((RK_U8 *)(*(mRKMppApi.HdiMppBufferGetPtrWithCaller))(buffer, __FUNCTION__), in encoder_sendframe()
|
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_decoder.cpp | 180 int8_t *bufAddr = reinterpret_cast<int8_t *>(mppApi_->HdiMppBufferGetPtrWithCaller(pktBuf, __func__)); in InitPacketBuffer() 262 auto ptr = mppApi_->HdiMppBufferGetPtrWithCaller(buf, __func__); in DumpOutFile()
|
/device/soc/rockchip/rk3568/hardware/codec/include/ |
H A D | hdi_mpp_mpi.h | 182 hdiMppBufferGetPtrWithCaller HdiMppBufferGetPtrWithCaller; member
|
/device/soc/rockchip/rk3588/hardware/codec/include/ |
H A D | hdi_mpp_mpi.h | 182 hdiMppBufferGetPtrWithCaller HdiMppBufferGetPtrWithCaller; member
|
/device/soc/rockchip/rk3568/hardware/codec/src/ |
H A D | hdi_mpp_mpi.c | 108 pMppApi->HdiMppBufferGetPtrWithCaller = in GetBufferGroupApi()
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/hdi_mpp/ |
H A D | hdi_mpp_mpi.h | 206 hdiMppBufferGetPtrWithCaller HdiMppBufferGetPtrWithCaller; member
|
H A D | hdi_mpp_mpi.cpp | 166 pMppApi->HdiMppBufferGetPtrWithCaller = \ in GetMppAPI()
|
/device/soc/rockchip/rk3588/hardware/codec/src/ |
H A D | hdi_mpp_mpi.c | 108 pMppApi->HdiMppBufferGetPtrWithCaller = in GetBufferGroupApi()
|
/device/soc/rockchip/common/hardware/mpp/mpp/hdi_mpp/ |
H A D | hdi_mpp_mpi.h | 206 hdiMppBufferGetPtrWithCaller HdiMppBufferGetPtrWithCaller; member
|
H A D | hdi_mpp_mpi.cpp | 162 pMppApi->HdiMppBufferGetPtrWithCaller = \ in GetMppAPI()
|
Completed in 9 milliseconds