/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 3146 mCropRegionMapper.update(gCamCapability[mCameraId]->active_array_size.width, in processCaptureRequest() 4026 camMetadata.update(ANDROID_SENSOR_TIMESTAMP, ×tamp, 1); in translateFromHalMetadata() 4027 camMetadata.update(ANDROID_REQUEST_ID, &request_id, 1); in translateFromHalMetadata() 4028 camMetadata.update(ANDROID_REQUEST_PIPELINE_DEPTH, &pipeline_depth, 1); in translateFromHalMetadata() 4029 camMetadata.update(ANDROID_CONTROL_CAPTURE_INTENT, &capture_intent, 1); in translateFromHalMetadata() 4033 camMetadata.update(ANDROID_SYNC_FRAME_NUMBER, &fwk_frame_number, 1); in translateFromHalMetadata() 4040 camMetadata.update(ANDROID_CONTROL_AE_TARGET_FPS_RANGE, in translateFromHalMetadata() 4047 camMetadata.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, expCompensation, 1); in translateFromHalMetadata() 4056 camMetadata.update(ANDROID_CONTROL_SCENE_MODE, &fwkSceneMode, 1); in translateFromHalMetadata() 4064 camMetadata.update(ANDROID_CONTROL_AE_LOCK, &fwk_ae_lock, 1); in translateFromHalMetadata() [all …]
|
D | QCamera3CropRegionMapper.h | 46 void update(uint32_t active_array_w, uint32_t active_array_h,
|
D | QCamera3CropRegionMapper.cpp | 85 void QCamera3CropRegionMapper::update(uint32_t active_array_w, in update() function in qcamera::QCamera3CropRegionMapper
|
/hardware/libhardware/tests/camera2/ |
D | CameraMultiStreamTests.cpp | 284 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 …]
|
D | CameraBurstTests.cpp | 194 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 …]
|
D | CameraFrameTests.cpp | 95 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/ |
D | MPLSensor.cpp | 2608 int update; local 2610 update = inv_get_sensor_type_gyroscope(s->gyro.v, &s->gyro.status, 2613 update = inv_get_sensor_type_gyroscope(s->gyro.v, &s->gyro.status, 2617 s->gyro.v[0], s->gyro.v[1], s->gyro.v[2], s->timestamp, update); 2618 return update; 2624 int update; local 2626 update = inv_get_sensor_type_gyroscope_raw(s->uncalibrated_gyro.uncalib, 2629 update = inv_get_sensor_type_gyroscope_raw(s->uncalibrated_gyro.uncalib, 2632 if(update) { 2636 s->uncalibrated_gyro.bias[2], s->timestamp, update); [all …]
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.cpp | 2487 int update; in gyroHandler() local 2488 update = inv_get_sensor_type_gyroscope(s->gyro.v, &s->gyro.status, in gyroHandler() 2491 s->gyro.v[0], s->gyro.v[1], s->gyro.v[2], s->timestamp, update); in gyroHandler() 2492 return update; in gyroHandler() 2498 int update; in rawGyroHandler() local 2499 update = inv_get_sensor_type_gyroscope_raw(s->uncalibrated_gyro.uncalib, in rawGyroHandler() 2501 if(update) { in rawGyroHandler() 2505 s->uncalibrated_gyro.bias[2], s->timestamp, update); in rawGyroHandler() 2510 s->uncalibrated_gyro.uncalib[2], s->timestamp, update); in rawGyroHandler() 2511 return update; in rawGyroHandler() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
D | vp8_subtract_armv6.asm | 63 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
|
D | vp8_short_fdct4x4_armv6.asm | 37 add r0, r0, r2 ; update input pointer 62 add r0, r0, r2 ; update input pointer 87 add r0, r0, r2 ; update input pointer
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | encodemv.c | 198 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/ |
D | vp9_encodemv.c | 139 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()
|
D | vp9_bitstream.c | 527 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/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
D | HwcLayer.h | 83 bool update(hwc_layer_1_t *layer);
|
D | HwcLayerList.cpp | 791 bool HwcLayerList::update(hwc_display_contents_1_t *list) in update() function in android::intel::HwcLayerList 816 if (!hwcLayer->update(&list->hwLayers[i])) { in update() 845 if (!hwcLayer->update(&list->hwLayers[i])) { in update() 857 bool HwcLayerList::update(hwc_display_contents_1_t *list) in update() function in android::intel::HwcLayerList 883 hwcLayer->update(&list->hwLayers[i]); in update()
|
D | HwcLayerList.h | 40 virtual bool update(hwc_display_contents_1_t *list);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vpx_decoder.h | 307 const vpx_image_rect_t *update);
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
D | HwcLayer.h | 89 bool update(hwc_layer_1_t *layer);
|
D | HwcLayerList.cpp | 847 bool HwcLayerList::update(hwc_display_contents_1_t *list) in update() function in android::intel::HwcLayerList 874 if (!hwcLayer->update(&list->hwLayers[i])) { in update() 903 if (!hwcLayer->update(&list->hwLayers[i])) { in update() 915 bool HwcLayerList::update(hwc_display_contents_1_t *list) in update() function in android::intel::HwcLayerList 941 hwcLayer->update(&list->hwLayers[i]); in update()
|
D | HwcLayerList.h | 40 virtual bool update(hwc_display_contents_1_t *list);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | all_builds.py | 47 options.update(o)
|
D | lint-hunks.py | 102 file_affected_line_map[filename].update(hunk.right.delta_line_nums)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | filter_v6.asm | 101 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/ |
D | get_files.py | 37 sha_hash.update(buf)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | onyx.h | 260 int vp8_update_entropy(struct VP8_COMP* comp, int update);
|