Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/legacy/
H A Drk_list.cpp218 if (destroy) { in flush()
219 destroy((void*)(node + 1)); in flush()
230 : destroy(NULL), in rk_list()
239 destroy = func; in rk_list()
253 destroy = NULL; in ~rk_list()
H A Drk_list.h40 node_destructor destroy; variable
/rockchip-linux_mpp/osal/
H A Dmpp_list.c288 if (list->destroy) { in mpp_list_flush()
289 list->destroy((void*)(node + 1)); in mpp_list_flush()
397 list->destroy = func; in mpp_list_create()
/rockchip-linux_mpp/osal/inc/
H A Dmpp_list.h38 node_destructor destroy; member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_buffer_impl.c335 rk_u32 destroy = 0; in service_put_buffer() local
353 destroy = 1; in service_put_buffer()
355 if (destroy) in service_put_buffer()
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_EN.md247 …ntext by decode_xxx/encode_xx or poll/dequeuer/enqueue function. Finally destroy it by mpp_destroy…