Searched defs:output (Results 1 - 22 of 22) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.h31 float output; member in struct:__anon148
94 void inv_convert_to_body(unsigned short orientation, const long *input, long *output);
95 void inv_convert_to_chip(unsigned short orientation, const long *input, long *output);
96 void inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output);
H A Dml_math_func.c68 * @return the computed magnitude squared output of the gyroscope.
611 * @param[out] output Output vector, length 3
613 void inv_convert_to_body(unsigned short orientation, const long *input, long *output) argument
615 output[0] = input[orientation & 0x03] * SIGNSET(orientation & 0x004);
616 output[1] = input[(orientation>>3) & 0x03] * SIGNSET(orientation & 0x020);
617 output[2] = input[(orientation>>6) & 0x03] * SIGNSET(orientation & 0x100);
623 * @param[out] output Output vector, length 3
625 void inv_convert_to_chip(unsigned short orientation, const long *input, long *output) argument
627 output[orientation & 0x03] = input[0] * SIGNSET(orientation & 0x004);
628 output[(orientatio
640 inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output) argument
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.h31 float output; member in struct:__anon164
94 void inv_convert_to_body(unsigned short orientation, const long *input, long *output);
95 void inv_convert_to_chip(unsigned short orientation, const long *input, long *output);
96 void inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output);
H A Dml_math_func.c68 * @return the computed magnitude squared output of the gyroscope.
611 * @param[out] output Output vector, length 3
613 void inv_convert_to_body(unsigned short orientation, const long *input, long *output) argument
615 output[0] = input[orientation & 0x03] * SIGNSET(orientation & 0x004);
616 output[1] = input[(orientation>>3) & 0x03] * SIGNSET(orientation & 0x020);
617 output[2] = input[(orientation>>6) & 0x03] * SIGNSET(orientation & 0x100);
623 * @param[out] output Output vector, length 3
625 void inv_convert_to_chip(unsigned short orientation, const long *input, long *output) argument
627 output[orientation & 0x03] = input[0] * SIGNSET(orientation & 0x004);
628 output[(orientatio
640 inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output) argument
[all...]
/hardware/invensense/60xx/mlsdk/mllite/
H A Dcompass.c185 static int update(yas_filter_handle_t *t, float *input, float *output) argument
189 if (t == NULL || input == NULL || output == NULL) {
194 output[i] = adaptive_filter_filter(&t->adap_filter[i], input[i]);
195 output[i] = thresh_filter_filter(&t->thresh_filter[i], output[i]);
/hardware/libhardware_legacy/audio/
H A DAudioPolicyCompatClient.cpp58 status_t AudioPolicyCompatClient::closeOutput(audio_io_handle_t output) argument
60 return mServiceOps->close_output(mService, output);
63 status_t AudioPolicyCompatClient::suspendOutput(audio_io_handle_t output) argument
65 return mServiceOps->suspend_output(mService, output);
68 status_t AudioPolicyCompatClient::restoreOutput(audio_io_handle_t output) argument
70 return mServiceOps->restore_output(mService, output);
89 audio_io_handle_t output)
92 output);
124 audio_io_handle_t output,
128 volume, output, delayM
88 setStreamOutput(AudioSystem::stream_type stream, audio_io_handle_t output) argument
121 setStreamVolume( AudioSystem::stream_type stream, float volume, audio_io_handle_t output, int delayMs) argument
[all...]
H A Daudio_policy_hal.cpp153 static int ap_start_output(struct audio_policy *pol, audio_io_handle_t output, argument
157 return lap->apm->startOutput(output, (AudioSystem::stream_type)stream,
161 static int ap_stop_output(struct audio_policy *pol, audio_io_handle_t output, argument
165 return lap->apm->stopOutput(output, (AudioSystem::stream_type)stream,
170 audio_io_handle_t output)
173 lap->apm->releaseOutput(output);
169 ap_release_output(struct audio_policy *pol, audio_io_handle_t output) argument
H A DAudioPolicyManagerBase.cpp30 // A device mask for all audio output devices that are considered "remote" when evaluating
31 // active output devices in isStreamActiveRemotely()
65 // handle output devices
81 // save a copy of the opened output descriptors before any output is opened or closed
86 // handle output device connection
128 // handle output device disconnection
136 // remove device from available output devices
178 // do not force device change on duplicated output because if device is 0, it will
335 // check for device and output change
459 audio_io_handle_t output = mOutputs.keyAt(i); local
537 audio_io_handle_t output = 0; local
733 startOutput(audio_io_handle_t output, AudioSystem::stream_type stream, int session) argument
801 stopOutput(audio_io_handle_t output, AudioSystem::stream_type stream, int session) argument
858 releaseOutput(audio_io_handle_t output) argument
1202 audio_io_handle_t output = selectOutputForEffects(dstOutputs); local
1577 audio_io_handle_t output = mpClientInterface->openOutput( local
1801 testOutputIndex(audio_io_handle_t output) argument
1880 audio_io_handle_t output = mpClientInterface->openOutput(profile->mModule->mHandle, local
2022 closeOutput(audio_io_handle_t output) argument
2222 getNewDevice(audio_io_handle_t output, bool fromCache) argument
2608 setOutputDevice(audio_io_handle_t output, audio_devices_t device, bool force, int delayMs) argument
2991 computeVolume(int stream, int index, audio_io_handle_t output, audio_devices_t device) argument
3055 checkAndSetVolume(int stream, int index, audio_io_handle_t output, audio_devices_t device, int delayMs, bool force) argument
3113 applyStreamVolumes(audio_io_handle_t output, audio_devices_t device, int delayMs, bool force) argument
3130 setStrategyMute(routing_strategy strategy, bool on, audio_io_handle_t output, int delayMs, audio_devices_t device) argument
3144 setStreamMute(int stream, bool on, audio_io_handle_t output, int delayMs, audio_devices_t device) argument
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
H A Dmm_jpeg_test.c73 buffer_test_t output; member in struct:__anon633
190 p_obj->output.size = size * 3/2;
191 rc = mm_jpeg_test_alloc(&p_obj->output, 0);
209 p_params->dest_buf[0].buf_size = p_obj->output.size;
210 p_params->dest_buf[0].buf_vaddr = p_obj->output.addr;
211 p_params->dest_buf[0].fd = p_obj->output.p_pmem_fd;
305 mm_jpeg_test_free(&jpeg_obj.output);
/hardware/libhardware/modules/audio/
H A Daudio_policy.c108 static int ap_start_output(struct audio_policy *pol, audio_io_handle_t output, argument
114 static int ap_stop_output(struct audio_policy *pol, audio_io_handle_t output, argument
121 audio_io_handle_t output)
204 audio_io_handle_t output,
120 ap_release_output(struct audio_policy *pol, audio_io_handle_t output) argument
202 ap_register_effect(struct audio_policy *pol, const struct effect_descriptor_s *desc, audio_io_handle_t output, uint32_t strategy, int session, int id) argument
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp151 static int ap_start_output(struct audio_policy *pol, audio_io_handle_t output, argument
155 return qap->apm->startOutput(output, (AudioSystem::stream_type)stream,
159 static int ap_stop_output(struct audio_policy *pol, audio_io_handle_t output, argument
163 return qap->apm->stopOutput(output, (AudioSystem::stream_type)stream,
168 audio_io_handle_t output)
171 qap->apm->releaseOutput(output);
167 ap_release_output(struct audio_policy *pol, audio_io_handle_t output) argument
/hardware/ti/omap4xxx/camera/
H A DAppCallbackNotifier.cpp1072 structConvImage output = {mVideoWidth, local
1080 VT_resizeFrame_Video_opt2_lp(&input, &output, NULL, 0);
/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c63 audio_io_handle_t out_handle; /* io handle of the output the effect is attached to */
74 struct listnode effects_list; /* list of effects attached to this output */
140 /* list of active output streams. Updated by visualizer_hal_start_output()
145 * attached to an active output stream */
152 /* cond is signaled when an output is started or stopped or an effect is enabled or disable: the
225 output_context_t *get_output(audio_io_handle_t output) { argument
232 if (out_ctxt->handle == output) {
239 void add_effect_to_output(output_context_t * output, effect_context_t *context) { argument
242 list_for_each(fx_node, &output->effects_list) {
249 list_add_tail(&output
252 remove_effect_from_output(output_context_t * output, effect_context_t *context) argument
408 visualizer_hal_start_output(audio_io_handle_t output) argument
452 visualizer_hal_stop_output(audio_io_handle_t output) argument
[all...]
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_q6vdec.h125 struct vdec_buf_desc output; member in struct:vdec_buf_req
260 struct vdec_buf_desc output; member in struct:vdec_dec_attributes
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6vdec.h104 struct vdec_buf_desc output; member in struct:vdec_buf_req
230 struct vdec_buf_desc output; member in struct:vdec_dec_attributes
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp437 * and output streams.
811 ALOGE("%s: Request %d: No output buffers provided!",
1482 const camera3_stream_buffer_t& output = request->output_buffers[i]; local
1483 QCamera3Channel *channel = (QCamera3Channel *)output.stream->priv;
1484 sp<Fence> acquireFence = new Fence(output.acquire_fence);
1486 if (output.stream->format == HAL_PIXEL_FORMAT_BLOB) {
1540 const camera3_stream_buffer_t& output = request->output_buffers[i]; local
1541 QCamera3Channel *channel = (QCamera3Channel *)output.stream->priv;
1549 if (output.stream->format == HAL_PIXEL_FORMAT_BLOB) {
1577 rc = channel->request(output
[all...]
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp2368 int ExynosCamera::getFocusDistances(float *output) argument
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_mdp.h716 uint32_t output; member in struct:mdss_ad_input
H A Dvideodev2.h2080 struct v4l2_outputparm output; member in union:v4l2_streamparm::__anon1125
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_mdp.h355 /* flags for enable CSC, toggling RGB,YUV input/output */
728 uint32_t output; member in struct:mdss_ad_input
H A Dvideodev2.h261 #define V4L2_CAP_VIDEO_OUTPUT 0x00000002 /* Is a video output device */
264 #define V4L2_CAP_VBI_OUTPUT 0x00000020 /* Is a raw VBI output device */
266 #define V4L2_CAP_SLICED_VBI_OUTPUT 0x00000080 /* Is a sliced VBI output device */
268 #define V4L2_CAP_VIDEO_OUTPUT_OVERLAY 0x00000200 /* Can do video output overlay */
274 /* Is a video output device that supports multiplanar formats */
579 * output. Unless you exactly know what
1127 __u32 index; /* Which output */
1129 __u32 type; /* Type of output */
2422 * @vbi: raw VBI capture or output parameters
2423 * @sliced: sliced VBI capture or output parameter
2444 struct v4l2_outputparm output; member in union:v4l2_streamparm::__anon1186
[all...]
/hardware/samsung_slsi/exynos5/include/
H A Dvideodev2.h262 #define V4L2_CAP_VIDEO_OUTPUT 0x00000002 /* Is a video output device */
265 #define V4L2_CAP_VBI_OUTPUT 0x00000020 /* Is a raw VBI output device */
267 #define V4L2_CAP_SLICED_VBI_OUTPUT 0x00000080 /* Is a sliced VBI output device */
269 #define V4L2_CAP_VIDEO_OUTPUT_OVERLAY 0x00000200 /* Can do video output overlay */
275 /* Is a video output device that supports multiplanar formats */
555 * output. Unless you exactly know what
1126 __u32 index; /* Which output */
1128 __u32 type; /* Type of output */
2203 * @vbi: raw VBI capture or output parameters
2204 * @sliced: sliced VBI capture or output parameter
2225 struct v4l2_outputparm output; member in union:v4l2_streamparm::__anon1504
[all...]

Completed in 4090 milliseconds