Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 48) sorted by relevance

12

/hardware/intel/img/libdrm/tests/
Dupdatedraw.c34 struct drm_update_draw update; in set_draw_cliprects_empty() local
36 update.handle = drawable; in set_draw_cliprects_empty()
37 update.type = DRM_DRAWABLE_CLIPRECTS; in set_draw_cliprects_empty()
38 update.num = 0; in set_draw_cliprects_empty()
39 update.data = 0; in set_draw_cliprects_empty()
41 ret = ioctl(fd, DRM_IOCTL_UPDATE_DRAW, &update); in set_draw_cliprects_empty()
49 struct drm_update_draw update; in set_draw_cliprects_empty_fail() local
51 update.handle = drawable; in set_draw_cliprects_empty_fail()
52 update.type = DRM_DRAWABLE_CLIPRECTS; in set_draw_cliprects_empty_fail()
53 update.num = 0; in set_draw_cliprects_empty_fail()
[all …]
/hardware/intel/img/libdrm/libdrm/
Dxf86drmSL.c169 static SLEntryPtr SLLocate(void *l, unsigned long key, SLEntryPtr *update) in SLLocate() argument
180 update[i] = entry; in SLLocate()
190 SLEntryPtr update[SL_MAX_LEVEL + 1]; in drmSLInsert() local
196 entry = SLLocate(list, key, update); in drmSLInsert()
204 update[level] = list->head; in drmSLInsert()
211 entry->forward[i] = update[i]->forward[i]; in drmSLInsert()
212 update[i]->forward[i] = entry; in drmSLInsert()
222 SLEntryPtr update[SL_MAX_LEVEL + 1]; in drmSLDelete() local
228 entry = SLLocate(list, key, update); in drmSLDelete()
234 if (update[i]->forward[i] == entry) in drmSLDelete()
[all …]
/hardware/libhardware/tests/camera2/
DCameraMultiStreamTests.cpp284 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_OUTPUT_STREAMS, in CreateRequests()
286 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_ID, in CreateRequests()
299 ASSERT_EQ(OK, meteringRequest.update( in CreateRequests()
302 ASSERT_EQ(OK, meteringRequest.update( in CreateRequests()
305 ASSERT_EQ(OK, meteringRequest.update( in CreateRequests()
308 ASSERT_EQ(OK, meteringRequest.update( in CreateRequests()
318 ASSERT_EQ(OK, captureRequest.update( in CreateRequests()
321 ASSERT_EQ(OK, captureRequest.update( in CreateRequests()
324 ASSERT_EQ(OK, captureRequest.update( in CreateRequests()
327 ASSERT_EQ(OK, captureRequest.update( in CreateRequests()
[all …]
DCameraBurstTests.cpp194 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_OUTPUT_STREAMS, in TEST_F()
199 ASSERT_EQ(OK, previewRequest.update(ANDROID_CONTROL_MODE, in TEST_F()
203 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_ID, in TEST_F()
208 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_FRAME_COUNT, in TEST_F()
220 ASSERT_EQ(OK, tmpRequest.update(ANDROID_SENSOR_EXPOSURE_TIME, in TEST_F()
598 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_OUTPUT_STREAMS, in TEST_F()
603 ASSERT_EQ(OK, previewRequest.update(ANDROID_CONTROL_MODE, in TEST_F()
607 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_ID, in TEST_F()
615 ASSERT_EQ(OK, tmpRequest.update(ANDROID_SENSOR_EXPOSURE_TIME, in TEST_F()
617 ASSERT_EQ(OK, tmpRequest.update(ANDROID_SENSOR_FRAME_DURATION, in TEST_F()
[all …]
DCameraFrameTests.cpp95 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_OUTPUT_STREAMS, in TEST_P()
99 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_FRAME_COUNT, in TEST_P()
/hardware/invensense/6515/libsensors_iio/
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;
[all …]
/hardware/invensense/60xx/libsensors_iio/
DMPLSensor.cpp1203 int update; in gyroHandler() local
1204 update = inv_get_sensor_type_gyroscope(s->gyro.v, &status, &s->timestamp); in gyroHandler()
1206 s->gyro.v[0], s->gyro.v[1], s->gyro.v[2], s->timestamp, update); in gyroHandler()
1207 return update; in gyroHandler()
1214 int update; in rawGyroHandler() local
1215 update = inv_get_sensor_type_gyroscope_raw(s->gyro.v, &status, &s->timestamp); in rawGyroHandler()
1217 s->gyro.v[0], s->gyro.v[1], s->gyro.v[2], s->timestamp, update); in rawGyroHandler()
1218 return update; in rawGyroHandler()
1225 int update; in accelHandler() local
1226 update = inv_get_sensor_type_accelerometer( in accelHandler()
[all …]
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp2494 int update; in gyroHandler() local
2495 update = inv_get_sensor_type_gyroscope(s->gyro.v, &s->gyro.status, in gyroHandler()
2498 s->gyro.v[0], s->gyro.v[1], s->gyro.v[2], s->timestamp, update); in gyroHandler()
2499 return update; in gyroHandler()
2505 int update; in rawGyroHandler() local
2506 update = inv_get_sensor_type_gyroscope_raw(s->uncalibrated_gyro.uncalib, in rawGyroHandler()
2508 if(update) { in rawGyroHandler()
2512 s->uncalibrated_gyro.bias[2], s->timestamp, update); in rawGyroHandler()
2517 s->uncalibrated_gyro.uncalib[2], s->timestamp, update); in rawGyroHandler()
2518 return update; in rawGyroHandler()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
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 loop counter
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
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/vp8/encoder/
Dencodemv.c198 static void update( in update() function
326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated); in write_component_probs()
328 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated); in write_component_probs()
338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated); in write_component_probs()
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated); in write_component_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c139 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) > in update_mv() local
141 vp9_write(w, update, upd_p); in update_mv()
142 if (update) { in update_mv()
146 return update; in update_mv()
Dvp9_bitstream.c527 int update[2] = {0, 0}; in update_coef_probs_common() local
550 update[u]++; in update_coef_probs_common()
559 if (update[1] == 0 || savings < 0) { in update_coef_probs_common()
760 const int update = prob != MAX_PROB; in encode_segmentation() local
761 vp9_wb_write_bit(wb, update); in encode_segmentation()
762 if (update) in encode_segmentation()
771 const int update = prob != MAX_PROB; in encode_segmentation() local
772 vp9_wb_write_bit(wb, update); in encode_segmentation()
773 if (update) in encode_segmentation()
/hardware/invensense/60xx/mlsdk/mllite/
Dcompass.h69 int (*update)(yas_filter_handle_t *t, float *input, float *output); member
Dcompass.c185 static int update(yas_filter_handle_t *t, float *input, float *output) in update() function
207 f->update = update; in yas_filter_init()
/hardware/intel/img/hwcomposer/common/base/
DHwcLayer.h83 bool update(hwc_layer_1_t *layer);
DHwcLayerList.cpp795 bool HwcLayerList::update(hwc_display_contents_1_t *list) in update() function in android::intel::HwcLayerList
822 if (!hwcLayer->update(&list->hwLayers[i])) { in update()
851 if (!hwcLayer->update(&list->hwLayers[i])) { in update()
863 bool HwcLayerList::update(hwc_display_contents_1_t *list) in update() function in android::intel::HwcLayerList
889 hwcLayer->update(&list->hwLayers[i]); in update()
DHwcLayerList.h40 virtual bool update(hwc_display_contents_1_t *list);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_decoder.h307 const vpx_image_rect_t *update);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dall_builds.py47 options.update(o)
Dlint-hunks.py102 file_affected_line_map[filename].update(hunk.right.delta_line_nums)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Dfilter_v6.asm101 ldr r1, [sp] ; load and update dst address
191 ldr r1, [sp] ; load and update dst address
284 ldr r1, [sp] ; load and update dst address
361 ldr r1, [sp] ; update dst for next loop
423 add r0, r0, #16 ; update src for next loop
424 sub r1, lr, r7, lsr #16 ; update dst for next loop
524 add r1, r1, lr ; update dst for next loop
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
Dget_files.py37 sha_hash.update(buf)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h260 int vp8_update_entropy(struct VP8_COMP* comp, int update);

12