Searched defs:next (Results 26 - 50 of 90) sorted by relevance

1234

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
H A Dhmm_intrnl.h54 struct ptr_struct *self, *prev, *next; member in struct:ptr_struct
58 /* Divide and round up any fraction to the next whole number. */
136 ** matches the previous block size in the head of the next block. */
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dlist.c27 entry->next = NULL;
70 while (list->next)
71 list = list->next;
104 list = list->next;
118 prev->next = new;
120 new->next = entry;
129 struct list *next; local
132 next = entry->next;
133 if (next)
195 struct list *prev, *next; local
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A DMap.h42 node* next; member in struct:Map::node
44 data(t), data2(t2), prev(p), next(n) {}
69 head=head->next;
86 tmp = tmp->next;
101 tmp = tmp->next;
124 tmp = tmp->next;
135 tmp = tmp->next;
146 tail->prev->next = tail;
179 tmp = tmp->next;
182 tempnode->next
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h41 node* next; member in struct:Map::node
43 data(t), data2(t2), prev(p), next(n) {}
70 head=head->next;
87 tmp = tmp->next;
103 tmp = tmp->next;
128 tmp = tmp->next;
139 tmp = tmp->next;
152 tail->prev->next = tail;
183 tmp = tmp->next;
186 tempnode->next
[all...]
/hardware/intel/common/wrs_omxil_core/core/src/
H A Dwrs_omxcore.cpp111 struct list *entry, *next; local
113 list_foreach_safe(head, entry, next) {
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drmHash.c14 * The above copyright notice and this permission notice (including the next
107 struct HashBucket *next; member in struct:HashBucket
178 HashBucketPtr next; local
185 next = bucket->next;
187 bucket = next;
206 for (bucket = table->buckets[hash]; bucket; bucket = bucket->next) {
210 prev->next = bucket->next;
211 bucket->next
[all...]
H A Dxf86drmSL.c14 * The above copyright notice and this permission notice (including the next
153 SLEntryPtr next; local
157 for (entry = list->head; entry; entry = next) {
159 next = entry->forward[0];
/hardware/intel/img/psb_video/src/
H A Dpsb_buffer.h14 * next paragraph) shall be included in all copies or substantial portions
37 /* For TopazSC, it indicates the next frame should be skipped */
78 struct psb_buffer_s *next; member in struct:psb_buffer_s
H A Dpsb_surface_ext.h14 * next paragraph) shall be included in all copies or substantial portions
83 struct _PsbVASurface *next; /* next subpicture, only used by client */ member in struct:_PsbVASurface
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_x11.h13 * next paragraph) shall be included in all copies or substantial portions
73 struct x11_rect_list * next; member in struct:x11_rect_list
H A Dpsb_xrandr.h13 * next paragraph) shall be included in all copies or substantial portions
106 struct _psb_xrandr_crtc_s *next; member in struct:_psb_xrandr_crtc_s
126 struct _psb_xrandr_output_s *next; member in struct:_psb_xrandr_output_s
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.h158 int (*next)(struct copybit_region_t const *region, struct copybit_rect_t *rect); member in struct:copybit_region_t
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit.h159 int (*next)(struct copybit_region_t const *region, struct copybit_rect_t *rect); member in struct:copybit_region_t
/hardware/ril/libril/
H A Dril_event.cpp82 dlog(" next = %x", (unsigned int)ev->next);
111 list->next = list;
118 ev->next = list;
120 ev->prev->next = ev;
130 ev->next->prev = ev->prev;
131 ev->prev->next = ev->next;
132 ev->next = NULL;
164 struct ril_event * tev = timer_list.next;
165 struct ril_event * next; local
208 struct ril_event * next = ev->next; local
[all...]
/hardware/ti/omap3/dspbridge/inc/
H A Ddrv.h186 struct NODE_RES_OBJECT *next; member in struct:NODE_RES_OBJECT
197 struct DMM_RES_OBJECT *next; member in struct:DMM_RES_OBJECT
208 struct DSPHEAP_RES_OBJECT *next; member in struct:DSPHEAP_RES_OBJECT
217 struct STRM_RES_OBJECT *next; member in struct:STRM_RES_OBJECT
233 /* Pointer to next process context
235 struct PROCESS_CONTEXT *next; member in struct:PROCESS_CONTEXT
379 * 0: If it fail to get the next Dev Object.
395 * 0: If it fail to Get the next Dev Extension
/hardware/intel/common/libwsbm/src/
H A Dwsbm_userpool.c17 * next paragraph) shall be included in all copies or substantial portions
165 struct _WsbmListHead *list = lru->next;
382 struct _WsbmListHead *list, *next; local
392 WSBMLISTFOREACHSAFE(list, next, &p->delayed) {
591 empty = (p->delayed.next == &p->delayed);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Dthreading.c499 /* Save decoded MB last row data for next-row decoding */
505 /* save left_col for next MB decoding */
508 MODE_INFO *next = xd->mode_info_context +1; local
510 if (next->mbmi.ref_frame == INTRA_FRAME)
578 ++xd->mode_info_context; /* next mb */
583 /* adjust to the next row of mbs */
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit.h159 int (*next)(struct copybit_region_t const *region, struct copybit_rect_t *rect); member in struct:copybit_region_t
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit.h159 int (*next)(struct copybit_region_t const *region, struct copybit_rect_t *rect); member in struct:copybit_region_t
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcpp_bindings.h102 void next() { function in class:nl_iterator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodemb.c206 signed char next; member in struct:vp8_token_state
240 int next; local
285 tokens[eob][0].next = 16;
289 next = eob;
302 error0 = tokens[next][0].error;
303 error1 = tokens[next][1].error;
305 rate0 = tokens[next][0].rate;
306 rate1 = tokens[next][1].rate;
309 if (next < 16)
314 mb->token_costs[type][band][pt][tokens[next][
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_postproc.c203 /* next row */
394 int next, j; local
396 next = 0;
403 char_dist[next + j] = (char) i;
406 next = next + j;
410 for (; next < 256; next++)
411 char_dist[next] = 0;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodemb.c71 int next; member in struct:vp9_token_state
122 int rc, x, next, i; local
148 tokens[eob][0].next = default_eob;
152 next = eob;
165 error0 = tokens[next][0].error;
166 error1 = tokens[next][1].error;
168 rate0 = tokens[next][0].rate;
169 rate1 = tokens[next][1].rate;
172 if (next < default_eob) {
177 [tokens[next][
[all...]
/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c51 struct CNativeBuffer *next; member in struct:CNativeBuffer
88 CNativeBuffer *buf = queue->next;
91 buf->next->prev = queue;
92 queue->next = buf->next;
93 buf->next = buf->prev = 0;
100 buf->next = queue->next;
101 queue->next->prev = buf;
102 queue->next
[all...]
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcpp_bindings.h119 void next() { function in class:nl_iterator

Completed in 2818 milliseconds

1234