/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
D | data_builder.c | 62 struct process_t process[INV_MAX_DATA_CB]; member 821 if ((inv_data_builder.process[kk].func == func) || in inv_register_data_cb() 822 (inv_data_builder.process[kk].priority == priority)) { in inv_register_data_cb() 833 (inv_data_builder.process[kk].priority < priority)) { in inv_register_data_cb() 839 inv_data_builder.process[nn] = in inv_register_data_cb() 840 inv_data_builder.process[nn - 1]; in inv_register_data_cb() 845 inv_data_builder.process[kk].func = func; in inv_register_data_cb() 846 inv_data_builder.process[kk].priority = priority; in inv_register_data_cb() 847 inv_data_builder.process[kk].data_required = sensor_type; in inv_register_data_cb() 874 if (inv_data_builder.process[kk].func == func) { in inv_unregister_data_cb() [all …]
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | data_builder.c | 44 struct process_t process[INV_MAX_DATA_CB]; member 1055 if ((inv_data_builder.process[kk].func == func) || in inv_register_data_cb() 1056 (inv_data_builder.process[kk].priority == priority)) { in inv_register_data_cb() 1067 (inv_data_builder.process[kk].priority < priority)) { in inv_register_data_cb() 1073 inv_data_builder.process[nn] = in inv_register_data_cb() 1074 inv_data_builder.process[nn - 1]; in inv_register_data_cb() 1079 inv_data_builder.process[kk].func = func; in inv_register_data_cb() 1080 inv_data_builder.process[kk].priority = priority; in inv_register_data_cb() 1081 inv_data_builder.process[kk].data_required = sensor_type; in inv_register_data_cb() 1108 if (inv_data_builder.process[kk].func == func) { in inv_unregister_data_cb() [all …]
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | data_builder.c | 44 struct process_t process[INV_MAX_DATA_CB]; member 1283 if ((inv_data_builder.process[kk].func == func) || in inv_register_data_cb() 1284 (inv_data_builder.process[kk].priority == priority)) { in inv_register_data_cb() 1295 (inv_data_builder.process[kk].priority < priority)) { in inv_register_data_cb() 1301 inv_data_builder.process[nn] = in inv_register_data_cb() 1302 inv_data_builder.process[nn - 1]; in inv_register_data_cb() 1307 inv_data_builder.process[kk].func = func; in inv_register_data_cb() 1308 inv_data_builder.process[kk].priority = priority; in inv_register_data_cb() 1309 inv_data_builder.process[kk].data_required = sensor_type; in inv_register_data_cb() 1336 if (inv_data_builder.process[kk].func == func) { in inv_unregister_data_cb() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | usage_dx.dox | 45 images have been returned. This process may result in zero, one, or many 50 Postprocessing is a process that is applied after a frame is decoded to 52 compression process. It is not required to properly decode the frame, and
|
D | configure | 743 process "$@"
|
/hardware/qcom/audio/post_proc/ |
D | bundle.h | 62 int (*process)(effect_context_t *context, audio_buffer_t *in, audio_buffer_t *out); member
|
D | bundle.c | 167 (fx_ctxt->ops.process != NULL)) in effects_enabled()
|
/hardware/intel/common/libva/test/videoprocess/ |
D | process.cfg | 1 #Configuration information for video process test case.
|
/hardware/intel/common/utils/ISV/include/ |
D | isv_worker.h | 105 …status_t process(ISVBuffer* input, Vector<ISVBuffer*> output, uint32_t outputCount, bool isEOS, ui…
|
/hardware/qcom/audio/visualizer/ |
D | offload_visualizer.c | 63 int (*process)(effect_context_t *context, audio_buffer_t *in, audio_buffer_t *out); member 296 if (fx_ctxt->state == EFFECT_STATE_ACTIVE && fx_ctxt->ops.process != NULL) in effects_enabled() 402 if (fx_ctxt->ops.process != NULL) in capture_thread_loop() 403 fx_ctxt->ops.process(fx_ctxt, &buf, &buf); in capture_thread_loop() 959 context->ops.process = visualizer_process; in effect_lib_create()
|
/hardware/libhardware/include/hardware/ |
D | audio_effect.h | 322 int32_t (*process)(effect_handle_t self, member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_convolve8_neon.asm | 216 ; always process a 4x4 block at a time
|
D | vp9_convolve8_avg_neon.asm | 227 ; always process a 4x4 block at a time
|
D | vp9_reconintra_neon.asm | 437 ; Process 8 rows in each single loop and loop 2 times to process 16 rows. 534 ; Process 8 rows in each single loop and loop 4 times to process 32 rows.
|
/hardware/intel/common/utils/ISV/base/ |
D | isv_processor.cpp | 366 status_t ret = mISVWorker->process(inputBuf, procBufList, procBufNum, mbFlush, flags); in threadLoop()
|
D | isv_worker.cpp | 666 status_t ISVWorker::process(ISVBuffer* inputBuffer, Vector<ISVBuffer*> outputBuffer, in process() function in ISVWorker
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | configure.sh | 1324 process() { function
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | 802.11.h | 1843 uint8 process; member
|
/hardware/intel/img/libdrm/ |
D | ltmain.sh | 1367 This indicates that another process is trying to use the same 1416 This indicates that another process is trying to use the same
|
D | aclocal.m4 | 4387 # consuming and fragmenting process. To avoid this, we pick a random, 5840 # consuming and fragmenting process. To avoid this, we pick a random, 6456 # user supplied libs so there is no need to process them. 8456 # Grep'ing the first line is not enough: some people post-process
|