HomeSort by relevance Sort by last modified time
    Searched refs:last_info (Results 1 - 3 of 3) sorted by null

  /hardware/intel/img/psb_video/src/
tng_slotorder.c 61 FRAME_ORDER_INFO *last_info)
68 last_info->slot_consume_enc_order[0] = 0;
70 last_info->slot_consume_enc_order[bframes + 2 - 1] = 1;
72 last_info->slot_consume_enc_order[i - 1] = i;
73 last_info->slot_consume_dpy_order[i] = i; //displaying order
75 last_info->slot_consume_dpy_order[0] = bframes + 2;
76 last_info->slot_consume_enc_order[0] = displayingOrder2EncodingOrder(bframes + 2, bframes, intracnt, idrcnt);
77 last_info->max_dpy_num = bframes + 2;
80 if (last_info->slot_consume_enc_order[i] == encoding_count) {
85 last_info->max_dpy_num++
    [all...]
  /system/core/logd/
LogAudit.cpp 204 static bool last_info; local
220 last_info = info;
225 iov[0].iov_base = last_info ? const_cast<char*>(log_info)
228 last_info ? sizeof(log_info) : sizeof(log_warning);
249 last_info = info;
  /external/mksh/src/
edit.c 513 struct path_order_info *info, *last_info = NULL; local
522 if (!last_info || info[i].base != last_info->base ||
523 strncmp(words[i], last_info->word, info[i].base) != 0) {
524 last_info = &info[i];
    [all...]

Completed in 149 milliseconds