Searched refs:output (Results 1 - 25 of 32) sorted by relevance

12

/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 DAudioPolicyCompatClient.h50 virtual status_t closeOutput(audio_io_handle_t output);
51 virtual status_t suspendOutput(audio_io_handle_t output);
52 virtual status_t restoreOutput(audio_io_handle_t output);
59 virtual status_t setStreamOutput(AudioSystem::stream_type stream, audio_io_handle_t output);
70 audio_io_handle_t output,
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...]
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
/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/libhardware/include/hardware/
H A Daudio_policy.h51 * the activity and configuration of audio input and output streams.
62 * created: Those queries return a handler on an output that has been
68 * reconfigure the output depending on other streams using this output and
75 * output as a function of platform specific settings and current output
129 /* request an output appropriate for playback of the supplied stream type and
139 /* indicates to the audio policy manager that the output starts being used
142 audio_io_handle_t output,
146 /* indicates to the audio policy manager that the output stop
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h38 // configuration of audio input and output streams.
46 // return a handler on an output that has been selected, configured and opened by the audio policy manager and that
49 // to close or reconfigure the output depending on other streams using this output and current system state.
52 // applicable to each output as a function of platform specific settings and current output route (destination device). It
91 // request an output appropriate for playback of the supplied stream type and parameters
99 // indicates to the audio policy manager that the output starts being used by corresponding stream.
100 virtual status_t startOutput(audio_io_handle_t output,
103 // indicates to the audio policy manager that the output stop
[all...]
H A DAudioPolicyManagerBase.h96 virtual status_t startOutput(audio_io_handle_t output,
99 virtual status_t stopOutput(audio_io_handle_t output,
102 virtual void releaseOutput(audio_io_handle_t output);
128 // return the enabled output devices for the given stream type
195 Vector <IOProfile *> mOutputProfiles; // output profiles exposed by this module
199 // the IOProfile class describes the capabilities of an output or input stream.
201 // It is used by the policy manager to determine if an output or input is suitable for
219 // indicates the supported parameters should be read from the output stream
224 audio_devices_t mSupportedDevices; // supported devices (devices this output can be
226 audio_output_flags_t mFlags; // attribute flags (e.g primary output,
[all...]
/hardware/invensense/60xx/mlsdk/mllite/
H A Dcompass.h69 int (*update)(yas_filter_handle_t *t, float *input, float *output);
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/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/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/libhardware/modules/local_time/
H A DAndroid.mk21 # the audio and video output hardware. This default implementation is loaded
/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/include/
H A DExynosCamera.h444 int getFocusDistances(float *output);
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_mdp.h716 uint32_t output; member in struct:mdss_ad_input
/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
/hardware/samsung_slsi/exynos5/libswconverter/
H A Dcsc_ARGB8888_to_YUV420SP_NEON.s39 @q5: temp3, output

Completed in 838 milliseconds

12