Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce.c99 LIST_INITHEAD(&enc->cpb_slots); in reset_cpb()
106 LIST_ADDTAIL(&slot->list, &enc->cpb_slots); in reset_cpb()
117 LIST_FOR_EACH_ENTRY(i, &enc->cpb_slots, list) { in sort_cpb()
134 LIST_ADD(&l1->list, &enc->cpb_slots); in sort_cpb()
139 LIST_ADD(&l0->list, &enc->cpb_slots); in sort_cpb()
202 return LIST_ENTRY(struct rvce_cpb_slot, enc->cpb_slots.prev, list); in current_slot()
210 return LIST_ENTRY(struct rvce_cpb_slot, enc->cpb_slots.next, list); in l0_slot()
218 return LIST_ENTRY(struct rvce_cpb_slot, enc->cpb_slots.next->next, list); in l1_slot()
331 struct rvce_cpb_slot, enc->cpb_slots.prev, list); in rvce_end_frame()
342 LIST_ADD(&slot->list, &enc->cpb_slots); in rvce_end_frame()
Dradeon_vce.h402 struct list_head cpb_slots; member