Searched refs:update (Results 1 - 25 of 42) sorted by relevance

12

/hardware/intel/img/libdrm/tests/
H A Dupdatedraw.c34 struct drm_update_draw update; local
36 update.handle = drawable;
37 update.type = DRM_DRAWABLE_CLIPRECTS;
38 update.num = 0;
39 update.data = 0;
41 ret = ioctl(fd, DRM_IOCTL_UPDATE_DRAW, &update);
49 struct drm_update_draw update; local
51 update.handle = drawable;
52 update.type = DRM_DRAWABLE_CLIPRECTS;
53 update
64 struct drm_update_draw update; local
[all...]
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drmSL.c169 static SLEntryPtr SLLocate(void *l, unsigned long key, SLEntryPtr *update) argument
180 update[i] = entry;
190 SLEntryPtr update[SL_MAX_LEVEL + 1]; local
196 entry = SLLocate(list, key, update);
204 update[level] = list->head;
211 entry->forward[i] = update[i]->forward[i];
212 update[i]->forward[i] = entry;
222 SLEntryPtr update[SL_MAX_LEVEL + 1]; local
228 entry = SLLocate(list, key, update);
234 if (update[
249 SLEntryPtr update[SL_MAX_LEVEL + 1]; local
267 SLEntryPtr update[SL_MAX_LEVEL + 1]; local
[all...]
/hardware/invensense/60xx/mlsdk/mllite/
H A Dcompass.h69 int (*update)(yas_filter_handle_t *t, float *input, float *output); member in struct:__anon1032
H A Dcompass.c185 static int update(yas_filter_handle_t *t, float *input, float *output) function
207 f->update = update;
/hardware/libhardware/tests/camera2/
H A DCameraMultiStreamTests.cpp284 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_OUTPUT_STREAMS,
286 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_ID,
299 ASSERT_EQ(OK, meteringRequest.update(
302 ASSERT_EQ(OK, meteringRequest.update(
305 ASSERT_EQ(OK, meteringRequest.update(
308 ASSERT_EQ(OK, meteringRequest.update(
318 ASSERT_EQ(OK, captureRequest.update(
321 ASSERT_EQ(OK, captureRequest.update(
324 ASSERT_EQ(OK, captureRequest.update(
327 ASSERT_EQ(OK, captureRequest.update(
[all...]
H A DCameraFrameTests.cpp95 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_OUTPUT_STREAMS,
99 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_FRAME_COUNT,
H A DCameraBurstTests.cpp194 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_OUTPUT_STREAMS,
199 ASSERT_EQ(OK, previewRequest.update(ANDROID_CONTROL_MODE,
203 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_ID,
208 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_FRAME_COUNT,
220 ASSERT_EQ(OK, tmpRequest.update(ANDROID_SENSOR_EXPOSURE_TIME,
595 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_OUTPUT_STREAMS,
600 ASSERT_EQ(OK, previewRequest.update(ANDROID_CONTROL_MODE,
604 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_ID,
612 ASSERT_EQ(OK, tmpRequest.update(ANDROID_SENSOR_EXPOSURE_TIME,
614 ASSERT_EQ(OK, tmpRequest.update(ANDROID_SENSOR_FRAME_DURATIO
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_subtract_armv6.asm63 add r6, r6, r2, lsl #1 ; update diff pointer
118 add r1, r1, r3 ; update usrc pointer
119 add r5, r5, r12 ; update upred pointer
125 subs r4, r4, #1 ; update loop counter
163 add r2, r2, r3 ; update vsrc pointer
164 add r5, r5, r12 ; update vpred pointer
170 subs r4, r4, #1 ; update loop counter
254 add r1, r1, r2 ; update src pointer
255 add r3, r3, r12 ; update pred pointer
261 subs r4, r4, #1 ; update loo
[all...]
H A Dvp8_short_fdct4x4_armv6.asm37 add r0, r0, r2 ; update input pointer
62 add r0, r0, r2 ; update input pointer
87 add r0, r0, r2 ; update input pointer
H A Dvp8_fast_quantize_b_armv6.asm35 ; is used to update the counter so that
96 lsls r2, r2, #2 ; update loop counter
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvpx_decoder.h163 * \param[in,out] si Pointer to stream info to update. The size member
182 * \param[in,out] si Pointer to stream info to update. The size member
307 const vpx_image_rect_t *update);
/hardware/intel/img/hwcomposer/common/base/
H A DHwcLayer.h83 bool update(hwc_layer_1_t *layer);
H A DHwcLayerList.h40 virtual bool update(hwc_display_contents_1_t *list);
H A DHwcLayerList.cpp645 // update FB layers for smart composition
773 // setup smart composition only there's no update on all FB layers
799 bool HwcLayerList::update(hwc_display_contents_1_t *list) function in class:android::intel::HwcLayerList
814 // update list
818 // update all layers, call each layer's update()
826 if (!hwcLayer->update(&list->hwLayers[i])) {
847 // update all layers again after plane re-allocation
855 if (!hwcLayer->update(&list->hwLayers[i])) {
856 DLOGTRACE("fallback to GLES update faile
867 bool HwcLayerList::update(hwc_display_contents_1_t *list) function in class:android::intel::HwcLayerList
[all...]
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp2549 int update; local
2550 update = inv_get_sensor_type_gyroscope(s->gyro.v, &s->gyro.status,
2553 s->gyro.v[0], s->gyro.v[1], s->gyro.v[2], s->timestamp, update);
2554 return update;
2560 int update; local
2561 update = inv_get_sensor_type_gyroscope_raw(s->uncalibrated_gyro.uncalib,
2563 if(update) {
2567 s->uncalibrated_gyro.bias[2], s->timestamp, update);
2572 s->uncalibrated_gyro.uncalib[2], s->timestamp, update);
2573 return update;
2579 int update; local
2592 int update; local
2605 int update; local
2635 int update; local
2655 int update; local
2669 int update; local
2681 int update; local
2693 int update; local
2706 int update = 1; local
2727 int update = 0; local
2741 int update = 0; local
2760 int update = 1; local
2780 int update = 1; local
2798 int update = 1; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodemv.c180 /* Motion vector probability table update depends on benefit.
181 * Small correction allows for the fact that an update to an MV probability
198 static void update( function
326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated);
328 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated);
338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp2494 int update; local
2495 update = inv_get_sensor_type_gyroscope(s->gyro.v, &s->gyro.status,
2498 s->gyro.v[0], s->gyro.v[1], s->gyro.v[2], s->timestamp, update);
2499 return update;
2505 int update; local
2506 update = inv_get_sensor_type_gyroscope_raw(s->uncalibrated_gyro.uncalib,
2508 if(update) {
2512 s->uncalibrated_gyro.bias[2], s->timestamp, update);
2517 s->uncalibrated_gyro.uncalib[2], s->timestamp, update);
2518 return update;
2524 int update; local
2537 int update; local
2550 int update; local
2580 int update; local
2599 int update; local
2618 int update; local
2630 int update; local
2642 int update; local
2655 int update = 1; local
2682 int update = 0; local
2694 int update = 0; local
2708 int update = 0; local
2727 int update = 0; local
[all...]
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp1203 int update; local
1204 update = inv_get_sensor_type_gyroscope(s->gyro.v, &status, &s->timestamp);
1206 s->gyro.v[0], s->gyro.v[1], s->gyro.v[2], s->timestamp, update);
1207 return update;
1214 int update; local
1215 update = inv_get_sensor_type_gyroscope_raw(s->gyro.v, &status, &s->timestamp);
1217 s->gyro.v[0], s->gyro.v[1], s->gyro.v[2], s->timestamp, update);
1218 return update;
1225 int update; local
1226 update
1238 int update; local
1252 int update; local
1263 int update; local
1275 int update; local
1285 int update; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dall_builds.py47 options.update(o)
H A Dlint-hunks.py102 file_affected_line_map[filename].update(hunk.right.delta_line_nums)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodemv.c139 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) > local
141 vp9_write(w, update, upd_p);
142 if (update) {
146 return update;
H A Dvp9_bitstream.c466 // update partition context
527 int update[2] = {0, 0}; local
550 update[u]++;
557 // printf("Update %d %d, savings %d\n", update[0], update[1], savings);
559 if (update[1] == 0 || savings < 0) {
641 // first update
760 const int update = prob != MAX_PROB; local
761 vp9_wb_write_bit(wb, update);
762 if (update)
771 const int update = prob != MAX_PROB; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
H A Dget_files.py37 sha_hash.update(buf)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyx.h260 int vp8_update_entropy(struct VP8_COMP* comp, int update);
/hardware/intel/img/libdrm/libdrm/nouveau/
H A Dnouveau_device.c30 #error nouveau_drm.h does not match expected patchlevel, update libdrm.

Completed in 513 milliseconds

12