/hardware/ti/omap4xxx/camera/ |
H A D | Encoder_libjpeg.cpp | 63 libjpeg_destination_mgr(uint8_t* input, int size); 91 libjpeg_destination_mgr::libjpeg_destination_mgr(uint8_t* input, int size) { argument 96 this->buf = input; 183 //input 354 size_t Encoder_libjpeg::encode(params* input) { argument 367 if (!input) { 371 out_width = input->out_width; 372 in_width = input->in_width; 373 out_height = input->out_height; 374 in_height = input [all...] |
H A D | AppCallbackNotifier.cpp | 1064 structConvImage input = {frame->mWidth, local 1080 VT_resizeFrame_Video_opt2_lp(&input, &output, NULL, 0);
|
/hardware/invensense/libsensors/ |
H A D | sensors.h | 25 #include <linux/input.h>
|
H A D | SensorBase.cpp | 27 #include <linux/input.h> 93 const char *dirname = "/dev/input"; 126 ALOGE_IF(fd<0, "couldn't find '%s' input device", inputName);
|
/hardware/invensense/mlsdk/mllite/ |
H A D | compass.h | 69 int (*update)(yas_filter_handle_t *t, float *input, float *output);
|
H A D | compass.c | 185 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 D | msgheader.pb.cpp | 170 ::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 D | msgheader.pb.h | 76 ::google::protobuf::io::CodedInputStream* input);
|
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/ |
H A D | FmPresetList.java | 147 // Set an EditText view to get user input 148 final EditText input = new EditText(this); 149 alert.setView(input); 155 String value = input.getText().toString();
|
/hardware/libhardware/include/hardware/ |
H A D | audio_policy.h | 51 * the activity and configuration of audio input and output streams. 155 /* request an input appropriate 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); 291 /* Audio input Control functions */ 294 /* opens an audio input */ [all...] |
/hardware/libhardware_legacy/include/hardware_legacy/ |
H A D | AudioPolicyInterface.h | 37 // configuration of audio input and output streams. 107 // request an input appropriate for record from the supplied device with supplied parameters. 113 // indicates to the audio policy manager that the input starts being used. 114 virtual status_t startInput(audio_io_handle_t input) = 0; 115 // indicates to the audio policy manager that the input stops being used. 116 virtual status_t stopInput(audio_io_handle_t input) = 0; 117 // releases the input. 118 virtual void releaseInput(audio_io_handle_t input) = 0; 206 // Audio input Control functions 209 // opens an audio input [all...] |
H A D | AudioPolicyManagerBase.h | 104 // indicates to the audio policy manager that the input starts being used. 105 virtual status_t startInput(audio_io_handle_t input); 107 // indicates to the audio policy manager that the input stops being used. 108 virtual status_t stopInput(audio_io_handle_t input); 109 virtual void releaseInput(audio_io_handle_t input); 184 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module 187 // the IOProfile class describes the capabilities of an output or input stream. 189 // It is used by the policy manager to determine if an output or input is suitable for 269 // descriptor for audio inputs. Used to maintain current configuration of each opened audio input 270 // and keep track of the usage of this input [all...] |
/hardware/libhardware_legacy/audio/ |
H A D | audio_policy_hal.cpp | 185 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 D | AudioPolicyCompatClient.cpp | 82 status_t AudioPolicyCompatClient::closeInput(audio_io_handle_t input) argument 84 return mServiceOps->close_input(mService, input);
|
H A D | AudioPolicyCompatClient.h | 57 virtual status_t closeInput(audio_io_handle_t input);
|
H A D | AudioPolicyManagerBase.cpp | 170 // handle input devices 175 // handle input device connection 185 // handle input device disconnection 204 ALOGV("setDeviceConnectionState() changing device from %x to %x for input %d", 417 ALOGV("setForceUse() changing device from %x to %x for input %d", 790 audio_io_handle_t input = 0; local 801 // adapt channel selection to input source 840 input = mpClientInterface->openInput(profile->mModule->mHandle, 846 // only accept input with the exact requested set of parameters 847 if (input 863 startInput(audio_io_handle_t input) argument 896 stopInput(audio_io_handle_t input) argument 918 releaseInput(audio_io_handle_t input) argument [all...] |
/hardware/libhardware/modules/audio/ |
H A D | audio_policy.c | 133 static int ap_start_input(struct audio_policy *pol, audio_io_handle_t input) argument 138 static int ap_stop_input(struct audio_policy *pol, audio_io_handle_t input) argument 143 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 D | omx_vdec.cpp | 54 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 D | AudioHardware.cpp | 201 // check for valid input source 230 ALOGW("Attempt to close invalid input stream"); 503 AudioStreamInMSM72xx *input = getActiveInput_l(); local 504 uint32_t inputDevice = (input == NULL) ? 0 : input->devices(); 508 ALOGI("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 D | video_encoder_device.cpp | 134 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 D | omx_video_base.cpp | 86 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 D | AudioHardware.cpp | 267 // check for valid input source 296 ALOGW("Attempt to close invalid input stream"); 1340 AudioStreamInMSM72xx *input = getActiveInput_l(); local 1341 uint32_t inputDevice = (input == NULL) ? 0 : input->devices(); 1362 ALOGI("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 ALOGV("acquire input wakelock"); 1837 // open audio input devic [all...] |