Home
last modified time | relevance | path

Searched refs:LIST_ERROR (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/legacy/
H A Drk_list.cpp20 #define LIST_ERROR(fmt, ...) mpp_err(fmt, ## __VA_ARGS__) macro
22 #define LIST_ERROR(fmt, ...) macro
52 LIST_ERROR("failed to allocate list node"); in create_list()
117 LIST_ERROR("node size check failed when release_list"); in release_list()
242 LIST_ERROR("failed to allocate list header"); in rk_list()
/rockchip-linux_mpp/osal/
H A Dmpp_list.c19 #define LIST_ERROR(fmt, ...) mpp_err(fmt, ## __VA_ARGS__) macro
42 LIST_ERROR("failed to allocate list node"); in create_list()
108 LIST_ERROR("node size check failed when release_list"); in release_list()
167 LIST_ERROR("failed to allocate list node"); in create_list_with_size()
393 LIST_ERROR("Failed to allocate memory for mpp_list.\n"); in mpp_list_create()
402 LIST_ERROR("Failed to allocate memory for list header.\n"); in mpp_list_create()