Searched refs:input (Results 1 - 21 of 21) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DEncoder_libjpeg.cpp62 libjpeg_destination_mgr(uint8_t* input, int size);
90 libjpeg_destination_mgr::libjpeg_destination_mgr(uint8_t* input, int size) { argument
95 this->buf = input;
182 //input
349 size_t Encoder_libjpeg::encode(params* input) { argument
362 if (!input) {
366 out_width = input->out_width;
367 in_width = input->in_width;
368 out_height = input->out_height;
369 in_height = input
[all...]
H A DAppCallbackNotifier.cpp981 structConvImage input = {frame->mWidth, local
997 VT_resizeFrame_Video_opt2_lp(&input, &output, NULL, 0);
/hardware/invensense/libsensors/
H A Dsensors.h25 #include <linux/input.h>
H A DSensorBase.cpp27 #include <linux/input.h>
93 const char *dirname = "/dev/input";
126 LOGE_IF(fd<0, "couldn't find '%s' input device", inputName);
/hardware/invensense/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]);
/hardware/ril/mock-ril/src/cpp/
H A Dmsgheader.pb.cpp170 ::google::protobuf::io::CodedInputStream* input) {
173 while ((tag = input->ReadTag()) != 0) {
181 input, &cmd_)));
186 if (input->ExpectTag(16)) goto parse_length_data;
197 input, &length_data_)));
202 if (input->ExpectTag(24)) goto parse_status;
213 input, &status_)));
218 if (input->ExpectTag(32)) goto parse_token;
229 input, &token_)));
234 if (input
169 MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) argument
[all...]
H A Dmsgheader.pb.h76 ::google::protobuf::io::CodedInputStream* input);
/hardware/libhardware/include/hardware/
H A Daudio_policy.h51 * the activity and configuration of audio input and output streams.
155 /* request an input appriate for record from the supplied device with
163 /* indicates to the audio policy manager that the input starts being used */
164 int (*start_input)(struct audio_policy *pol, audio_io_handle_t input);
166 /* indicates to the audio policy manager that the input stops being used. */
167 int (*stop_input)(struct audio_policy *pol, audio_io_handle_t input);
169 /* releases the input. */
170 void (*release_input)(struct audio_policy *pol, audio_io_handle_t input);
273 /* Audio input Control functions */
276 /* opens an audio input */
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h37 // configuration of audio input and output streams.
109 // request an input appriate for record from the supplied device with supplied parameters.
115 // indicates to the audio policy manager that the input starts being used.
116 virtual status_t startInput(audio_io_handle_t input) = 0;
117 // indicates to the audio policy manager that the input stops being used.
118 virtual status_t stopInput(audio_io_handle_t input) = 0;
119 // releases the input.
120 virtual void releaseInput(audio_io_handle_t input) = 0;
191 // Audio input Control functions
194 // opens an audio input
[all...]
H A DAudioPolicyManagerBase.h96 // indicates to the audio policy manager that the input starts being used.
97 virtual status_t startInput(audio_io_handle_t input);
98 // indicates to the audio policy manager that the input stops being used.
99 virtual status_t stopInput(audio_io_handle_t input);
100 virtual void releaseInput(audio_io_handle_t input);
200 // descriptor for audio inputs. Used to maintain current configuration of each opened audio input
201 // and keep track of the usage of this input.
210 uint32_t mFormat; // input configuration
213 uint32_t mDevice; // current device this input is routed to
215 int mInputSource; // input sourc
[all...]
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp185 static int ap_start_input(struct audio_policy *pol, audio_io_handle_t input) argument
188 return lap->apm->startInput(input);
191 static int ap_stop_input(struct audio_policy *pol, audio_io_handle_t input) argument
194 return lap->apm->stopInput(input);
197 static void ap_release_input(struct audio_policy *pol, audio_io_handle_t input) argument
200 lap->apm->releaseInput(input);
H A DAudioPolicyCompatClient.cpp76 status_t AudioPolicyCompatClient::closeInput(audio_io_handle_t input) argument
78 return mServiceOps->close_input(mService, input);
H A DAudioPolicyCompatClient.h54 virtual status_t closeInput(audio_io_handle_t input);
H A DAudioPolicyManagerBase.cpp144 // handle input devices
149 // handle input device connection
159 // handle input device disconnection
178 LOGV("setDeviceConnectionState() changing device from %x to %x for input %d",
395 LOGV("setForceUse() changing device from %x to %x for input %d",
679 audio_io_handle_t input = 0; local
688 // adapt channel selection to input source
712 input = mpClientInterface->openInput(&inputDesc->mDevice,
718 // only accept input with the exact requested set of parameters
719 if (input
735 startInput(audio_io_handle_t input) argument
768 stopInput(audio_io_handle_t input) argument
790 releaseInput(audio_io_handle_t input) argument
[all...]
/hardware/libhardware/modules/audio/
H A Daudio_policy.c132 static int ap_start_input(struct audio_policy *pol, audio_io_handle_t input) argument
137 static int ap_stop_input(struct audio_policy *pol, audio_io_handle_t input) argument
142 static void ap_release_input(struct audio_policy *pol, audio_io_handle_t input) argument
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Domx_vdec.cpp54 char filename [] = "/data/input-bitstream.m4v";
90 void* async_message_thread (void *input) argument
94 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input);
112 if (omx->async_message_process(input,&vdec_msg) < 0)
122 void* message_thread(void *input) argument
124 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input);
555 DEBUG_PRINT_LOW("\n Input flush done pending input %d",
997 /*Get the Buffer requirements for input and output ports*/
1006 DEBUG_PRINT_ERROR("\n Requesting for input buffer requirements failed");
1016 /*Get the Buffer requirements for input an
3017 OMX_BUFFERHEADERTYPE *input = NULL; local
3541 OMX_BUFFERHEADERTYPE *input = NULL; local
3664 OMX_BUFFERHEADERTYPE *input = NULL; local
[all...]
/hardware/msm7k/libaudio/
H A DAudioHardware.cpp201 // check for valid input source
230 LOGW("Attempt to close invalid input stream");
503 AudioStreamInMSM72xx *input = getActiveInput_l(); local
504 uint32_t inputDevice = (input == NULL) ? 0 : input->devices();
508 LOGI("do input routing device %x\n", inputDevice);
649 // return first input found not being in standby mode
650 // as only one input can be in this state
911 // open audio input device
1024 // force routing to input devic
[all...]
/hardware/qcom/media/mm-video/vidc/venc/src/
H A Dvideo_encoder_device.cpp134 void* async_venc_message_thread (void *input) argument
139 omx_venc *omx = reinterpret_cast<omx_venc*>(input);
156 if(omx->async_message_process(input,&venc_msg) < 0)
877 DEBUG_PRINT_ERROR("\nERROR: venc_use_buf:set input buffer failed ");
940 DEBUG_PRINT_ERROR("\nERROR: venc_free_buf: free input buffer failed ");
H A Domx_video_base.cpp86 void* message_thread(void *input) argument
88 omx_video* omx = reinterpret_cast<omx_video*>(input);
464 printf("\n dev_stop called after input flush complete\n");
1220 flushtype - input flush(1)/output flush(0)/ both.
1233 //flush input only
1858 Helper function for Use buffer in the input pin
2003 Helper function for Use buffer in the input pin
2347 Helper function for allocate buffer in the input pin
/hardware/msm7k/libaudio-qsd8k/
H A DAudioHardware.cpp267 // check for valid input source
296 LOGW("Attempt to close invalid input stream");
1340 AudioStreamInMSM72xx *input = getActiveInput_l(); local
1341 uint32_t inputDevice = (input == NULL) ? 0 : input->devices();
1362 LOGI("do input routing device %x\n", inputDevice);
1524 // return first input found not being in standby mode
1525 // as only one input can be in this state
1835 LOGV("acquire input wakelock");
1837 // open audio input devic
[all...]

Completed in 314 milliseconds