Searched refs:cfg (Results 1 - 11 of 11) 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/invensense/libsensors_iio/software/core/driver/include/
H A Dmlsl.h219 * @cfg Pointer to the configuration data.
228 int inv_serial_read_cfg(unsigned char *cfg, unsigned int len);
232 * @cfg Pointer to the configuration data.
241 int inv_serial_write_cfg(unsigned char *cfg, unsigned int len);
245 * @cfg Pointer to the calibration data.
259 * @cfg Pointer to the calibration data.
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c210 struct dss2_ovl_cfg *c = &oi->cfg;
273 dump_printf(&log, "%d=", dsscomp->ovls[i].cfg.ix);
274 if (dsscomp->ovls[i].cfg.enabled)
277 dsscomp->ovls[i].cfg.width,
278 dsscomp->ovls[i].cfg.height,
279 DSS_FMT(dsscomp->ovls[i].cfg.color_mode));
457 struct dss2_ovl_cfg *oc = &ovl->cfg;
592 crop_to_rect(struct dss2_ovl_cfg *cfg, struct hwc_rect vis_rect) argument
602 win.xy[0] = cfg->win.x; win.xy[1] = cfg
1548 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);
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp101 exynos_gsc_img cfg; member in struct:hdmi_layer_t
540 memset(&hl.cfg, 0, sizeof(hl.cfg));
665 exynos_gsc_img cfg; local
666 memset(&cfg, 0, sizeof(cfg));
667 cfg.x = layer.displayFrame.left;
668 cfg.y = layer.displayFrame.top;
669 cfg.w = WIDTH(layer.displayFrame);
670 cfg
1314 exynos5_config_handle(private_handle_t *handle, hwc_rect_t &sourceCrop, hwc_rect_t &displayFrame, int32_t blending, int fence_fd, s3c_fb_win_config &cfg, exynos5_hwc_composer_device_1_t *pdev) argument
1374 exynos5_config_overlay(hwc_layer_1_t *layer, s3c_fb_win_config &cfg, exynos5_hwc_composer_device_1_t *pdev) argument
[all...]
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_q6vdec.h221 struct vdec_config cfg; member in struct:vdec_config_sps
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6vdec.h190 struct vdec_config cfg; member in struct:vdec_config_sps
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h1430 } cfg; member in struct:ispif_cfg_data
1481 } cfg; member in struct:sensor_cfg_data
1626 } cfg; member in struct:msm_actuator_cfg_data
1695 } cfg; member in struct:msm_eeprom_cfg_data
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_camera.h1360 } cfg; member in struct:ispif_cfg_data
1402 } cfg; member in struct:sensor_cfg_data
1520 } cfg; member in struct:msm_actuator_cfg_data
1574 } cfg; member in struct:msm_eeprom_cfg_data

Completed in 339 milliseconds