Searched refs:cfg (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/omap3/omx/core_plugin/
H A DAndroid.mk4 $(call add-prebuilt-files, ETC, 01_Vendor_ti_omx.cfg)
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_config.c116 void read_line(PERF_Config *cfg, char const *line, char const *tag) argument
142 if (!(assign_long_if_matches(line, "mask", &cfg->mask) ||
144 assign_string_if_matches(line, "trace_file", &cfg->trace_file) ||
145 assign_long_if_matches(line, "delayed_open", &cfg->delayed_open) ||
146 assign_long_if_matches(line, "buffer_size", &cfg->buffer_size) ||
148 assign_string_if_matches(line, "log_file", &cfg->log_file) ||
149 assign_long_if_matches(line, "debug", &cfg->debug) ||
150 assign_long_if_matches(line, "detailed_debug",&cfg->detailed_debug) ||
151 assign_long_if_matches(line, "csv", &cfg->csv) ||
153 assign_string_if_matches(line, "replay_file", &cfg
[all...]
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c208 struct dss2_ovl_cfg *c = &oi->cfg;
271 dump_printf(&log, "%d=", dsscomp->ovls[i].cfg.ix);
272 if (dsscomp->ovls[i].cfg.enabled)
275 dsscomp->ovls[i].cfg.width,
276 dsscomp->ovls[i].cfg.height,
277 DSS_FMT(dsscomp->ovls[i].cfg.color_mode));
455 struct dss2_ovl_cfg *oc = &ovl->cfg;
590 crop_to_rect(struct dss2_ovl_cfg *cfg, struct hwc_rect vis_rect) argument
600 win.xy[0] = cfg->win.x; win.xy[1] = cfg
1500 struct dss2_ovl_cfg *cfg = &dsscomp->ovls[i].cfg; local
[all...]
/hardware/invensense/mlsdk/platform/include/
H A Dmlsl.h226 * @cfg Pointer to the configuration data.
235 inv_error_t inv_serial_read_cfg(unsigned char *cfg, unsigned int len);
239 * @cfg Pointer to the configuration data.
248 inv_error_t inv_serial_write_cfg(unsigned char *cfg, unsigned int len);
252 * @cfg Pointer to the calibration data.
266 * @cfg Pointer to the calibration data.
/hardware/invensense/mlsdk/platform/linux/
H A Dmlsl_linux_mpu.c68 #define MLCFG_FILE "/data/cfg.bin"
96 inv_error_t inv_serial_read_cfg(unsigned char *cfg, unsigned int len) argument
106 bytesRead = fread(cfg, 1, len, fp);
114 if (((unsigned int)cfg[0] << 24 | cfg[1] << 16 | cfg[2] << 8 | cfg[3])
122 inv_error_t inv_serial_write_cfg(unsigned char *cfg, unsigned int len) argument
144 bytesWritten = fwrite(cfg, 1, len, fp);

Completed in 88 milliseconds