Searched defs:next (Results 51 - 75 of 90) sorted by relevance

1234

/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.h261 ExynosBufferQueue *next; member in struct:android::ExynosCameraHWInterface::ExynosBufferQueue
/hardware/ti/omap4-aah/
H A Dheaptracker.c47 struct hdr *next; member in struct:hdr
165 hdr->next = *last;
176 hdr->prev->next = hdr->next;
178 *last = hdr->next;
179 if (hdr->next)
180 hdr->next->prev = hdr->prev;
515 hdr = hdr->next;
/hardware/ti/omap4xxx/
H A Dheaptracker.c47 struct hdr *next; member in struct:hdr
165 hdr->next = *last;
176 hdr->prev->next = hdr->next;
178 *last = hdr->next;
179 if (hdr->next)
180 hdr->next->prev = hdr->prev;
515 hdr = hdr->next;
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderDefs.h197 VideoSurfaceBuffer *next; member in struct:VideoSurfaceBuffer
/hardware/intel/common/libwsbm/src/
H A Dwsbm_slabpool.c17 * next paragraph) shall be included in all copies or substantial portions
255 struct _WsbmListHead *list, *next; local
261 WSBMLISTFOREACHSAFE(list, next, &cache->timeoutList) {
533 if (slab->head.next == &slab->head)
542 if (header->slabs.next == &header->slabs ||
545 struct _WsbmListHead *next; local
548 WSBMLISTFOREACHSAFE(list, next, &header->freeSlabs) {
591 first = header->delayedBuffers.next;
597 first = first->next;
606 head = first->next;
1100 struct _WsbmListHead *list, *next; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dpostproc.c204 /* next row */
448 int next, j; local
450 next = 0;
460 char_dist[next+j] = (char) i;
463 next = next + j;
468 for (; next < 256; next++)
469 char_dist[next] = 0;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dsvc_encodeframe.c106 struct LayerData *next; member in struct:LayerData
141 while (*p != NULL) p = &(*p)->next;
143 layer_data->next = NULL;
151 for (p = list; p != NULL; p = p->next) {
161 for (p = list; p != NULL; p = p->next) {
173 list = list->next;
1101 // clear sums for next time
/hardware/intel/img/libdrm/libdrm/intel/
H A Dintel_bufmgr_fake.c15 * next paragraph) shall be included in all copies or substantial portions
92 struct block *next, *prev; member in struct:block
671 uint32_t fence = bufmgr_fake->fenced.next->fence;
680 uint32_t fence = bufmgr_fake->fenced.next->fence;
/hardware/intel/img/libdrm/shared-core/
H A Dvia_drm.h13 * next paragraph) shall be included in all copies or substantial portions
182 unsigned char next, prev; /* indices to form a circular LRU */ member in struct:_drm_via_tex_region
/hardware/intel/img/psb_video/src/
H A Dpsb_output.c13 * next paragraph) shall be included in all copies or substantial portions
67 struct _subpic_surface *next; member in struct:_subpic_surface
1313 surface_subpic = surface_subpic->next;
1367 surface_subpic->next = (PsbVASurfacePtr)obj_surface->subpictures;
1392 subpic_surface = subpic_surface->next;
1402 subpic_surface->next = NULL;
1407 subpic_surface->next = (subpic_surface_p)obj_subpic->surfaces;
1430 surface_subpic = surface_subpic->next;
1437 obj_surface->subpictures = (void *)surface_subpic->next;
1439 pre_surface_subpic->next
[all...]
H A Dpsb_overlay.h13 * next paragraph) shall be included in all copies or substantial portions
269 struct _psb_subpictureKeyRec *next; member in struct:_psb_subpictureKeyRec
/hardware/libhardware_legacy/include/hardware_legacy/
H A Ddriver_nl80211.h97 struct i802_bss *next; member in struct:i802_bss
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Dh264_utils.cpp90 // Return next RBSP byte as a word
91 uint32 RbspParser::next () function in class:RbspParser
98 // Advance RBSP decoder to next byte
131 x |= ((next () >> ((8 - static_cast<uint32>(bit)) - s)) &
1637 if (head->next)
1639 head = head->next;
1644 data->next = data->prev = NULL;
1658 tail->next = NULL;
1662 data->next = data->prev = NULL;
1672 data_ptr->next
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Dh264_utils.cpp86 // Return next RBSP byte as a word
87 uint32 RbspParser::next () function in class:RbspParser
94 // Advance RBSP decoder to next byte
124 x |= ((next () >> ((8 - static_cast<uint32>(bit)) - s)) &
1536 if (head->next) {
1537 head = head->next;
1541 data->next = data->prev = NULL;
1553 tail->next = NULL;
1556 data->next = data->prev = NULL;
1565 data_ptr->next
[all...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCapabilities.cpp463 const FpsRange & next = fpsRanges.itemAt(i + 1); local
464 if ( current == next ) {
/hardware/intel/bootstub/
H A Dbootparam.h11 __u64 next; member in struct:setup_data
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drm.h20 * The above copyright notice and this permission notice (including the next
267 unsigned char next; member in struct:_drmTextureRegion
279 DRM_VBLANK_NEXTONMISS = 0x10000000, /**< If missed, wait for next vblank */
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dmsm8960_use_cases.h130 struct snd_ucm_ident_node *next; member in struct:snd_ucm_ident_node
/hardware/qcom/display/msm8084/libcopybit/
H A Dc2d2.h388 struct C2D_OBJECT_STR *next; /* pointer to the next object or NULL */ member in struct:C2D_OBJECT_STR
/hardware/qcom/display/msm8226/libcopybit/
H A Dc2d2.h388 struct C2D_OBJECT_STR *next; /* pointer to the next object or NULL */ member in struct:C2D_OBJECT_STR
/hardware/qcom/display/msm8960/libcopybit/
H A Dc2d2.h388 struct C2D_OBJECT_STR *next; /* pointer to the next object or NULL */ member in struct:C2D_OBJECT_STR
/hardware/qcom/display/msm8974/libcopybit/
H A Dc2d2.h388 struct C2D_OBJECT_STR *next; /* pointer to the next object or NULL */ member in struct:C2D_OBJECT_STR
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Dh264_utils.h169 uint32 next ();
377 PANSCAN_NODE *next, *prev; member in struct:panscan_handler::PANSCAN_NODE
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h174 uint32 next ();
375 PANSCAN_NODE *next, *prev; member in struct:panscan_handler::PANSCAN_NODE
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderDef.h176 VideoEncSurfaceBuffer *next; member in struct:VideoEncSurfaceBuffer

Completed in 5806 milliseconds

1234