Searched refs:hdiMppBufferGetWithTag (Results 1 - 8 of 8) sorted by relevance
/device/soc/rockchip/rk3568/hardware/codec/include/ |
H A D | hdi_mpp_mpi.h | 93 typedef MPP_RET (*hdiMppBufferGetWithTag)(MppBufferGroup, MppBuffer *, size_t, const char *, const char *); typedef 179 hdiMppBufferGetWithTag HdiMppBufferGetWithTag;
|
/device/soc/rockchip/rk3588/hardware/codec/include/ |
H A D | hdi_mpp_mpi.h | 93 typedef MPP_RET (*hdiMppBufferGetWithTag)(MppBufferGroup, MppBuffer *, size_t, const char *, const char *); typedef 179 hdiMppBufferGetWithTag HdiMppBufferGetWithTag;
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/hdi_mpp/ |
H A D | hdi_mpp_mpi.h | 92 typedef MPP_RET (*hdiMppBufferGetWithTag)(MppBufferGroup, MppBuffer *, size_t, const char *, const char *); typedef 205 hdiMppBufferGetWithTag HdiMppBufferGetWithTag;
|
H A D | hdi_mpp_mpi.cpp | 165 (hdiMppBufferGetWithTag)dlsym(mLibHandle, "mpp_buffer_get_with_tag"); in GetMppAPI()
|
/device/soc/rockchip/common/hardware/mpp/mpp/hdi_mpp/ |
H A D | hdi_mpp_mpi.h | 92 typedef MPP_RET (*hdiMppBufferGetWithTag)(MppBufferGroup, MppBuffer *, size_t, const char *, const char *); typedef 205 hdiMppBufferGetWithTag HdiMppBufferGetWithTag;
|
H A D | hdi_mpp_mpi.cpp | 161 (hdiMppBufferGetWithTag)dlsym(mLibHandle, "mpp_buffer_get_with_tag"); in GetMppAPI()
|
/device/soc/rockchip/rk3568/hardware/codec/src/ |
H A D | hdi_mpp_mpi.c | 104 pMppApi->HdiMppBufferGetWithTag = (hdiMppBufferGetWithTag)dlsym(mLibHandle, "mpp_buffer_get_with_tag"); in GetBufferGroupApi()
|
/device/soc/rockchip/rk3588/hardware/codec/src/ |
H A D | hdi_mpp_mpi.c | 104 pMppApi->HdiMppBufferGetWithTag = (hdiMppBufferGetWithTag)dlsym(mLibHandle, "mpp_buffer_get_with_tag"); in GetBufferGroupApi()
|
Completed in 6 milliseconds