Searched defs:config (Results 1 - 25 of 61) 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_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_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_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)
H A Dperf_rt.c48 PERF_RT_create(PERF_Private *perf, PERF_Config *config, argument
132 me->summary = config->rt_summary != 0;
133 me->debug = config->rt_debug & 0x1FF;
134 me->detailed = (config->rt_detailed > 2) ? 2 : (int) config->rt_detailed;
136 me->granularity = (config->rt_granularity < 1) ? 1 :
137 (config->rt_granularity > MAX_GRANULARITY) ?
138 MAX_GRANULARITY : (long) config->rt_granularity;
176 if (config->rt_file && succeed)
179 if (!strcasecmp(config
[all...]
/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/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/60xx/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...]
H A Dmldl.c426 /* Mantis has 8 bits of interrupt config bits */
930 * @param config
935 unsigned short length, unsigned short config)
945 mldlCfg.dmp_cfg1 = (config >> 8);
946 mldlCfg.dmp_cfg2 = (config & 0xff);
934 inv_load_dmp(const unsigned char *buffer, unsigned short length, unsigned short config) argument
H A DdmpDefault.c362 struct ext_slave_config config; local
364 config.key = MPU_SLAVE_CONFIG_ODR_SUSPEND;
365 config.len = sizeof(long);
366 config.apply = FALSE;
367 config.data = &odr;
373 &config);
378 config.key = MPU_SLAVE_CONFIG_ODR_RESUME;
383 &config);
388 config.key = MPU_SLAVE_CONFIG_IRQ_SUSPEND;
393 &config);
[all...]
/hardware/libhardware/tests/hwc/
H A Dutil.c113 unsigned format, EGLConfig *config) {
152 *config = cfg[i];
158 fprintf(stderr, "cannot find matching config\n");
167 EGLConfig config = { 0 }; local
197 if ((res = select_config_for_window(display, config_attrs, format, &config)))
200 surface = eglCreateWindowSurface(display, config, window, NULL);
204 context = eglCreateContext(display, config, EGL_NO_CONTEXT, context_attrs);
112 select_config_for_window(EGLDisplay dpy, EGLint *attr, unsigned format, EGLConfig *config) argument
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc.cpp493 //in 1.1 there is no way to choose a config, report as config id # 0
494 //This config is passed to getDisplayAttributes. Ignore for now.
518 uint32_t config, const uint32_t* attributes, int32_t* values) {
517 hwc_getDisplayAttributes(struct hwc_composer_device_1* dev, int disp, uint32_t config, const uint32_t* attributes, int32_t* values) argument
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc.cpp494 //in 1.1 there is no way to choose a config, report as config id # 0
495 //This config is passed to getDisplayAttributes. Ignore for now.
519 uint32_t config, const uint32_t* attributes, int32_t* values) {
518 hwc_getDisplayAttributes(struct hwc_composer_device_1* dev, int disp, uint32_t config, const uint32_t* attributes, int32_t* values) argument
/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/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/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_script.cpp1054 char *load_script(char *config) { argument
1065 infile = fopen(config, "r");
1067 strcpy(script_name,config);
1069 // remove just the '.txt' part of the config
1070 while((config[count] != '.') && (count < sizeof(dir_name)/sizeof(dir_name[0])))
1074 if(strncpy(dir_name,config,count) == NULL)
1098 printf("Error while opening script file %s!\n", config);
1127 int start_logging(char *config, int &pid) { argument
1132 // remove just the '.txt' part of the config
1133 while((config[coun
[all...]
/hardware/libhardware/modules/audio/
H A Daudio_policy.c73 audio_policy_forced_cfg_t config)
71 ap_set_force_use(struct audio_policy *pol, audio_policy_force_use_t usage, audio_policy_forced_cfg_t config) argument
H A Daudio_hw.c220 struct audio_config *config,
321 const struct audio_config *config)
329 struct audio_config *config,
216 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
320 adev_get_input_buffer_size(const struct audio_hw_device *dev, const struct audio_config *config) argument
326 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/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/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/qcom/camera/QCamera2/HAL/
H A DQCameraChannel.cpp607 * @config : pp feature configuration
617 cam_pp_feature_config_t &config,
656 streamInfo->reprocess_config.pp_feature_config = config;
616 addReprocStreamsFromSource(QCameraAllocator& allocator, cam_pp_feature_config_t &config, QCameraChannel *pSrcChannel, uint8_t minStreamBufNum, cam_padding_info_t *paddingInfo) argument
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_interface.c716 * @config : stream configuration
725 mm_camera_stream_config_t *config)
741 rc = mm_camera_config_stream(my_obj, ch_id, stream_id, config);
722 mm_camera_intf_config_stream(uint32_t camera_handle, uint32_t ch_id, uint32_t stream_id, mm_camera_stream_config_t *config) argument
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg.h118 OMX_BOOL config; member in struct:__anon625
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc.cpp588 //in 1.1 there is no way to choose a config, report as config id # 0
589 //This config is passed to getDisplayAttributes. Ignore for now.
613 uint32_t config, const uint32_t* attributes, int32_t* values) {
612 hwc_getDisplayAttributes(struct hwc_composer_device_1* dev, int disp, uint32_t config, const uint32_t* attributes, int32_t* values) argument

Completed in 7902 milliseconds

123