Searched refs:last (Results 1 - 9 of 9) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Queue.c58 currentqelem = queue->last = queue->first;
116 if ((queue->last->data != NULL) || (queue->numElem >= queue->maxNumElem)) {
120 queue->last->data = data;
121 queue->last = queue->last->qNext;
190 queue->last = queue->first;
H A DExynos_OSAL_Queue.h45 EXYNOS_QElem *last; member in struct:_EXYNOS_QUEUE
/hardware/ti/omap4xxx/
H A Dheaptracker.c91 static struct hdr *last; variable in typeref:struct:hdr
162 static inline void __add(struct hdr *hdr, struct hdr **first, struct hdr **last) argument
165 hdr->next = *last;
166 if (*last)
167 (*last)->prev = hdr;
170 *last = hdr;
173 static inline int __del(struct hdr *hdr, struct hdr **first, struct hdr **last) argument
178 *last = hdr->next;
194 __add(hdr, &first, &last);
204 __del(hdr, &first, &last);
291 __del_and_check(struct hdr *hdr, struct hdr **first, struct hdr **last, unsigned *cnt, int *safe) argument
[all...]
/hardware/invensense/mlsdk/mllite/
H A Dcompass.h59 float last; member in struct:yas_thresh_filter
H A Dcompass.c149 thresh_filter->last = 0;
154 if (in < thresh_filter->last - thresh_filter->threshold
155 || thresh_filter->last + thresh_filter->threshold < in) {
156 thresh_filter->last = in;
160 return thresh_filter->last;
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A DPERF.awk127 delta = $1 - last;
142 last = $1;
/hardware/qcom/display/libhwcomposer/
H A Dhwc.cpp146 uint32_t last = list->numHwLayers - 1; local
147 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
174 uint32_t last = list->numHwLayers - 1; local
175 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
358 uint32_t last = list->numHwLayers - 1; local
359 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
406 uint32_t last = list->numHwLayers - 1; local
407 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
H A Dhwc_utils.cpp601 uint32_t last = list->numHwLayers - 1; local
602 hwc_rect_t fbDisplayFrame = list->hwLayers[last].displayFrame;
609 for (uint32_t i = 1; i < last; i++) {
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c83 struct ext_transform_t last; /* last-used settings */ member in struct:omap4_hwc_ext
88 __u32 last_mode; /* 2-s complement of last HDMI mode set, 0 if none */
155 int last_ext_ovls; /* # of overlays on external/internal display for last composition */
1379 if (ext->last.docking)
1390 ext->last = ext->current;
1420 ALOGD("prepare (%d) - %s (comp=%d, poss=%d/%d scaled, RGB=%d,BGR=%d,NV12=%d) (ext=%s%s%ddeg%s %dex/%dmx (last %dex,%din)\n",
1899 /* keep last 2 zeroes to ensure double 0 termination */

Completed in 425 milliseconds