Home
last modified time | relevance | path

Searched refs:limit_count (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/base/
H A Dmpp_buffer.c394 if (p->limit_count) in mpp_buffer_group_unused()
395 unused = p->limit_count - p->count_used; in mpp_buffer_group_unused()
447 p->limit_count = count; in mpp_buffer_group_limit_config()
H A Dmpp_buffer_impl.c263 mpp_log("limit size %d count %d\n", group->limit_size, group->limit_count); in mpp_buffer_group_dump()
438 if (group->limit_count && group->buffer_count >= group->limit_count) { in mpp_buffer_create()
440 mpp_log_f("group %d reach count limit %d\n", group->group_id, group->limit_count); in mpp_buffer_create()
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_buffer_impl.h135 RK_S32 limit_count; member