Searched refs:config (Results 1 - 25 of 60) sorted by relevance

123

/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf.c28 __PERF_LOG_create(PERF_Private *perf, PERF_Config *config,
75 __PERF_common_Create(PERF_Config *config, argument
82 if ((config->mask & eModule & ~PERF_ModuleMask) &&
83 (config->mask & (1 << (eModule & PERF_ModuleMask))))
109 if (config->trace_file)
111 __PERF_LOG_create(me, config, eModule);
115 __PERF_CUSTOM_create(hPERF, config, eModule);
141 /* read config file */
142 PERF_Config config; local
143 PERF_Config_Init(&config);
[all...]
H A Dperf_custom.c352 __PERF_CUSTOM_create(PERF_OBJHANDLE hObject, PERF_Config *config, argument
363 if (config->replay_file)
367 if (config->log_file) free(config->log_file);
368 config->log_file = config->replay_file;
369 config->replay_file = NULL;
378 if (config->log_file || config->debug || config
[all...]
H A Dperf_log.c99 PERF_Config *config,
109 me->uBufSize = config->buffer_size;
119 me->fOutFile = (char *) malloc (strlen(config->trace_file) + 34);
128 config->trace_file, perf->ulPID, (unsigned long) perf,
133 if (!config->delayed_open)
153 if (!me->puBuffer || !me->fOutFile || (!config->delayed_open && !me->fOut))
98 __PERF_LOG_create(PERF_Private *perf, PERF_Config *config, PERF_MODULETYPE eModule) argument
H A Dperf_print.c201 PERF_PRINT_create(PERF_Private *perf, PERF_Config *config, argument
211 me->csv = config->csv;
221 if (config->log_file)
224 if (!strcasecmp(config->log_file, "STDOUT")) fOut = stdout;
225 else if (!strcasecmp(config->log_file, "STDERR")) fOut = stderr;
229 fOutFile = (char *) malloc (strlen(config->log_file) + 32);
233 config->log_file, perf->ulPID, (unsigned long) perf,
248 else if (config->detailed_debug)
253 else if (config->debug)
/hardware/broadcom/wlan/bcmdhd/config/
H A Dconfig-bcm.mk19 hardware/broadcom/wlan/bcmdhd/config/wpa_supplicant_overlay.conf:system/etc/wifi/wpa_supplicant_overlay.conf
/hardware/broadcom/wlan/bcmdhd/firmware/bcm4324/
H A Ddevice-bcm.mk18 -include hardware/broadcom/wlan/bcmdhd/config/config-bcm.mk
/hardware/ti/omap3/omx/core_plugin/omx_core_plugin/
H A DAndroid.mk17 $(PV_TOP)/engines/player/config/android \
20 $(PV_TOP)/nodes/pvdownloadmanagernode/config/opencore \
22 $(PV_TOP)/fileformats/mp4/parser/config/opencore \
23 $(PV_TOP)/oscl/oscl/config/android \
24 $(PV_TOP)/oscl/oscl/config/shared \
/hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/
H A Ddevice-bcm.mk18 -include hardware/broadcom/wlan/bcmdhd/config/config-bcm.mk
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A Dperf_unittest.c235 printf("Could not create config file\n");
267 /* no config file */
269 test_PERF("no config file");
331 PERF_Config config; local
333 PERF_Config_Init(&config);
347 PERF_Config_Read(&config, 0);
348 assert(config.mask == 0xFFFFFFFF);
349 assert(config.detailed_debug = 0x1234567A);
350 assert(config.debug = 0xFFFFFFFF);
351 assert(config
[all...]
/hardware/invensense/mlsdk/mllite/
H A Dcompass.c419 struct ext_slave_config config; local
426 config.key = MPU_SLAVE_WRITE_REGISTERS;
427 config.len = 2;
428 config.apply = TRUE;
429 config.data = data;
433 inv_get_serial_handle(), &config);
453 struct ext_slave_config config; local
459 config.key = MPU_SLAVE_READ_REGISTERS;
460 config.len = 2;
461 config
487 struct ext_slave_config config; local
511 struct ext_slave_config config; local
553 struct ext_slave_config config; local
[all...]
/hardware/ti/omap3/omx/ti_omx_config_parser/
H A DAndroid.mk21 $(PV_TOP)/engines/player/config/android \
24 $(PV_TOP)/nodes/pvdownloadmanagernode/config/opencore \
26 $(PV_TOP)/fileformats/mp4/parser/config/opencore \
27 $(PV_TOP)/oscl/oscl/config/android \
28 $(PV_TOP)/oscl/oscl/config/shared \
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp66 submix_config config; member in struct:android::submix_audio_device
105 uint32_t out_rate = out->dev->config.rate;
118 out->dev->config.rate = rate;
126 const struct submix_config& config_out = out->dev->config;
138 uint32_t channels = out->dev->config.channel_mask;
215 const struct submix_config * config_out = &(out->dev->config);
318 //ALOGV("in_get_sample_rate() returns %u", in->dev->config.rate);
319 return in->dev->config.rate;
331 in->dev->config.period_size * audio_stream_frame_size(stream));
332 return in->dev->config
511 adev_open_output_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, audio_output_flags_t flags, struct audio_config *config, struct audio_stream_out **stream_out) argument
665 adev_get_input_buffer_size(const struct audio_hw_device *dev, const struct audio_config *config) argument
672 adev_open_input_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, struct audio_config *config, struct audio_stream_in **stream_in) argument
[all...]
/hardware/msm7k/libaudio-qdsp5v2/
H A DAudioHardware.cpp232 ALOGV("get config");
233 struct msm_audio_config config; local
234 status = ioctl(mFd, AUDIO_GET_CONFIG, &config);
236 ALOGE("Cannot read pcm_out config");
240 ALOGV("set pcm_out config");
241 config.channel_count = AudioSystem::popCount(channels());
242 config.sample_rate = mSampleRate;
243 config.buffer_size = mBufferSize;
244 config.buffer_count = AUDIO_HW_NUM_OUT_BUF;
245 // config
[all...]
/hardware/qcom/audio/voice_processing/
H A Dvoice_processing.c68 effect_config_t config; member in struct:session_s
294 session->config.inputCfg.samplingRate = 16000;
295 session->config.inputCfg.channels = AUDIO_CHANNEL_IN_MONO;
296 session->config.inputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
297 session->config.outputCfg.samplingRate = 16000;
298 session->config.outputCfg.channels = AUDIO_CHANNEL_IN_MONO;
299 session->config.outputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
332 static int session_set_config(struct session_s *session, effect_config_t *config) argument
336 if (config->inputCfg.samplingRate != config
360 session_get_config(struct session_s *session, effect_config_t *config) argument
[all...]
/hardware/msm7k/libaudio/
H A DAudioHardware.cpp722 ALOGV("get config");
723 struct msm_audio_config config; local
724 status = ioctl(mFd, AUDIO_GET_CONFIG, &config);
726 ALOGE("Cannot read config");
730 ALOGV("set config");
731 config.channel_count = AudioSystem::popCount(channels());
732 config.sample_rate = sampleRate();
733 config.buffer_size = bufferSize();
734 config.buffer_count = AUDIO_HW_NUM_OUT_BUF;
735 config
921 struct msm_audio_config config; local
[all...]
/hardware/ti/omap3/dspbridge/inc/
H A Dgt.h112 GT_config(struct GT_Config config) argument
248 #define GT_config( config )
249 #define GT_configInit( config )
261 #define GT_config( config ) (_GT_params = *(config))
262 #define GT_configInit( config ) (*(config) = _GT_params)
/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
H A DAndroid.mk27 include $(WPA_SUPPL_DIR)/wpa_supplicant/android.config
/hardware/samsung_slsi/exynos5/include/
H A Ds3c-fb.h95 struct s3c_fb_win_config config[S3C_FB_MAX_WIN]; member in struct:s3c_fb_win_config_data
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Ds3c-fb.h92 struct s3c_fb_win_config config[S3C_FB_MAX_WIN]; member in struct:s3c_fb_win_config_data
/hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
H A Dperf_reader.c59 PERF_OBJHANDLE __PERF_common_Create(struct PERF_Config *config,
63 struct PERF_Config *config,
330 PERF_Config config; local
342 /* read config file */
343 PERF_Config_Init(&config);
344 PERF_Config_Read(&config, "replay");
345 config.mask = 0xFFFFFFFF;
347 /* note config gets modified during Replay */
348 PERF_Replay(log, &config);
350 PERF_Config_Release(&config);
[all...]
/hardware/invensense/mlsdk/platform/include/linux/
H A Dmpu.h72 /* AMI 306 specific config keys */
77 /* AKM specific config keys */
79 /* YAS specific config keys */
107 * before calling the slaves .config or .get_config funcion
225 * @config: function used to configure the device
258 int (*config) (void *mlsl_handle, member in struct:ext_slave_descr
261 struct ext_slave_config *config);
265 struct ext_slave_config *config);
279 * @int_config: Bits [7:3] of the int config register.
/hardware/libhardware/include/hardware/
H A Daudio.h393 const struct audio_config *config);
400 struct audio_config *config,
410 struct audio_config *config,
/hardware/qcom/audio/hal/
H A Daudio_hw.c1046 __func__, SOUND_CARD, in->pcm_device_id, in->config.channels);
1048 PCM_IN, &in->config);
1130 PCM_OUT, &out->config);
1325 return out->config.rate;
1337 return out->config.period_size * audio_stream_frame_size(stream);
1506 return (out->config.period_count * out->config.period_size * 1000) / (out->config.rate);
1587 return in->config.rate;
1599 return in->config
1787 adev_open_output_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, audio_output_flags_t flags, struct audio_config *config, struct audio_stream_out **stream_out) argument
2121 adev_get_input_buffer_size(const struct audio_hw_device *dev, const struct audio_config *config) argument
2129 adev_open_input_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, struct audio_config *config, struct audio_stream_in **stream_in) argument
[all...]
/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c250 struct audio_config *config,
281 config->format = out_get_format(&out->stream.common);
282 config->channel_mask = out_get_channels(&out->stream.common);
283 config->sample_rate = out_get_sample_rate(&out->stream.common);
350 const struct audio_config *config)
358 struct audio_config *config,
246 adev_open_output_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, audio_output_flags_t flags, struct audio_config *config, struct audio_stream_out **stream_out) argument
349 adev_get_input_buffer_size(const struct audio_hw_device *dev, const struct audio_config *config) argument
355 adev_open_input_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, struct audio_config *config, struct audio_stream_in **stream_in) argument
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test.h95 char *load_script(char *config);
96 int start_logging(char *config, int &pid);

Completed in 760 milliseconds

123