/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/ |
D | iio_utils.h | 280 int *counter) in build_channel_array() argument 291 *counter = 0; in build_channel_array() 320 (*counter)++; in build_channel_array() 324 *ci_array = malloc(sizeof(**ci_array) * (*counter)); in build_channel_array() 419 bsort_channel_array_by_index(ci_array, *counter); in build_channel_array() 596 int *counter, char *sensor, int en) in enable_se() argument 604 *counter = 0; in enable_se() 631 struct iio_channel_info **ci_array, int *counter, in enable_accel_se() argument 634 return enable_se(device_dir, ci_array, counter, "accel", en); in enable_accel_se() 638 struct iio_channel_info **ci_array, int *counter, in enable_anglvel_se() argument [all …]
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/ |
D | iio_utils.h | 280 int *counter) in build_channel_array() argument 291 *counter = 0; in build_channel_array() 320 (*counter)++; in build_channel_array() 324 *ci_array = malloc(sizeof(**ci_array) * (*counter)); in build_channel_array() 419 bsort_channel_array_by_index(ci_array, *counter); in build_channel_array() 596 int *counter, char *sensor, int en) in enable_se() argument 604 *counter = 0; in enable_se() 631 struct iio_channel_info **ci_array, int *counter, in enable_accel_se() argument 634 return enable_se(device_dir, ci_array, counter, "accel", en); in enable_accel_se() 638 struct iio_channel_info **ci_array, int *counter, in enable_anglvel_se() argument [all …]
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
D | iio_utils.h | 279 int *counter) in build_channel_array() argument 290 *counter = 0; in build_channel_array() 319 (*counter)++; in build_channel_array() 323 *ci_array = malloc(sizeof(**ci_array) * (*counter)); in build_channel_array() 418 bsort_channel_array_by_index(ci_array, *counter); in build_channel_array() 643 int *counter) in enable() argument 650 *counter = 0; in enable() 673 int *counter) { in disable_q_out() argument 679 *counter = 0; in disable_q_out()
|
D | stress_iio.c | 504 static int counter = 0; variable 510 counter++; in run_enable_sequence() 552 enable_compass(counter%2); in run_enable_sequence() 560 enable_pressure(counter%3); in run_enable_sequence() 619 enable_pressure(counter%3); in run_disable_sequence() 628 counter++; in run_dmp_off() 666 enable_compass(counter%2); in run_dmp_off() 674 enable_pressure(counter%3); in run_dmp_off()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | filter_v6.asm | 50 mov r7, r7, lsl #16 ; height is top part of counter 57 orr r7, r7, r3, lsr #2 ; construct loop counter 85 ands r10, r7, #0xff ; test loop counter 140 mov r7, r7, lsl #16 ; height is top part of counter 147 orr r7, r7, r3, lsr #2 ; construct loop counter 175 ands r10, r7, #0xff ; test loop counter 233 mov r7, r7, lsl #16 ; height is top part of counter 240 orr r7, r7, r3, lsr #2 ; construct loop counter 268 ands r10, r7, #0xff ; test loop counter 313 mov r7, r3, lsl #16 ; height is top part of counter [all …]
|
D | bilinearfilter_v6.asm | 32 mov r12, r3 ; outer-loop counter 53 mov lr, r4, lsr #2 ; 4-in-parellel loop counter 111 mov lr, r4, lsr #2 ; loop counter 155 …mov r12, r4 ; outer-loop counter = width, since we work on transposed … 165 mov lr, r3, lsr #2 ; loop counter
|
D | sixtappredict8x4_v6.asm | 48 mov r2, #0x90000 ; height=9 is top part of counter 59 orr r2, r2, #0x4 ; construct loop counter. width=8=4x2 85 tst r2, #0xff ; test loop counter 146 orr r2, r2, #2 ; loop counter
|
D | dequantize_v6.asm | 28 mov r12, #2 ;loop counter
|
D | vp8_sad16x16_armv6.asm | 85 subs r5, r5, #1 ; decrement loop counter
|
D | vp8_variance8x8_armv6.asm | 30 mov r12, #8 ; set loop counter to 8 (=block height)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_ssim_opt.asm | 176 mov rdx, 8 ;row counter 190 dec rdx ; counter
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | ssim_opt.asm | 176 mov rdx, 8 ;row counter 190 dec rdx ; counter
|
/hardware/intel/img/libdrm/tests/ |
D | drmstat.c | 355 int counter = 0; in main() local 377 ++counter; in main() 392 usec(&loop_end, &loop_start) / counter, fast); in main()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
D | vp8_subtract_armv6.asm | 55 subs r9, r9, #1 ; decrement loop counter 125 subs r4, r4, #1 ; update loop counter 170 subs r4, r4, #1 ; update loop counter 261 subs r4, r4, #1 ; update loop counter
|
D | vp8_fast_quantize_b_armv6.asm | 35 ; is used to update the counter so that 96 lsls r2, r2, #2 ; update loop counter
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/ |
D | MobiCoreDevice.cpp | 200 int counter = 5; in waitMcpNotification() local 216 counter--; in waitMcpNotification() 217 if (counter < 1) { in waitMcpNotification()
|
/hardware/ti/omap4xxx/test/CameraHal/ |
D | camera_test_menu.cpp | 452 static int counter = 1; in my_raw_callback() local 467 sprintf(fn, "/sdcard/img%03d.raw", counter); in my_raw_callback() 486 counter++; in my_raw_callback() 499 static int counter = 1; in saveFile() local 511 sprintf(fn, "/sdcard/preview%03d.yuv", counter); in saveFile() 533 counter++; in saveFile() 585 static int counter = 1; in my_jpeg_callback() local 600 sprintf(fn, "%s/img%03d.jpg", dir_path,counter); in my_jpeg_callback() 623 counter++; in my_jpeg_callback()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_convolve8_neon.asm | 79 mov r10, r6 ; w loop counter 165 mov r6, r10 ; restore w counter 200 mov r12, lr ; h loop counter
|
D | vp9_convolve8_avg_neon.asm | 79 mov r10, r6 ; w loop counter 176 mov r6, r10 ; restore w counter 211 mov r12, lr ; h loop counter
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | sixtappredict16x16_neon.asm | 68 mov r2, #7 ;loop counter 204 mov r3, #2 ;loop counter 223 mov r12, #4 ;loop counter 301 mov r2, #8 ;loop counter 396 mov r3, #2 ;loop counter 413 mov r12, #4 ;loop counter
|
D | vp8_subpixelvariance16x16s_neon.asm | 35 mov r12, #4 ;loop counter 135 mov r12, #4 ;loop counter 240 mov r12, #4 ;loop counter 367 mov r2, #4 ;loop counter 407 mov r2, #2 ;loop counter 459 mov r2, #2 ;loop counter
|
D | vp8_subpixelvariance16x16_neon.asm | 56 mov r2, #3 ;loop counter 192 mov r12, #4 ;loop counter 241 mov r2, #4 ;loop counter 313 mov r12, #4 ;loop counter
|
D | sixtappredict8x8_neon.asm | 61 mov r2, #2 ;loop counter 262 mov r3, #2 ;loop counter 336 mov r2, #2 ;loop counter 445 mov r3, #2 ;loop counter
|
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 1100 static int counter = 1; in saveFile() local 1105 if (counter > 3) { in saveFile() 1109 counter++; in saveFile() 1110 sprintf(fn, "/data/misc/camera/raw/nv12_dump_%03d.yuv", counter); in saveFile()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
D | main.c | 569 unsigned int counter; in fifo_callback() local 570 PRINT_INT(1, inv_get_motion_state(&counter)); in fifo_callback()
|