Searched refs:limit_count (Results 1 – 3 of 3) sorted by relevance
394 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()
263 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()
135 RK_S32 limit_count; member