Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_slotorder.c61 FRAME_ORDER_INFO *last_info) in getSlotIndex() argument
68 last_info->slot_consume_enc_order[0] = 0; in getSlotIndex()
70 last_info->slot_consume_enc_order[bframes + 2 - 1] = 1; in getSlotIndex()
72 last_info->slot_consume_enc_order[i - 1] = i; in getSlotIndex()
73 last_info->slot_consume_dpy_order[i] = i; //displaying order in getSlotIndex()
75 last_info->slot_consume_dpy_order[0] = bframes + 2; in getSlotIndex()
76last_info->slot_consume_enc_order[0] = displayingOrder2EncodingOrder(bframes + 2, bframes, intracn… in getSlotIndex()
77 last_info->max_dpy_num = bframes + 2; in getSlotIndex()
80 if (last_info->slot_consume_enc_order[i] == encoding_count) { in getSlotIndex()
85 last_info->max_dpy_num++; in getSlotIndex()
[all …]