Searched defs:dst_cfg (Results 1 - 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp91 exynos_gsc_img dst_cfg; member in struct:exynos5_gsc_data_t
1125 exynos_gsc_img src_cfg, dst_cfg; local
1127 memset(&dst_cfg, 0, sizeof(dst_cfg));
1152 dst_cfg.x = 0;
1153 dst_cfg.y = 0;
1154 dst_cfg.w = WIDTH(layer.displayFrame);
1155 dst_cfg.h = HEIGHT(layer.displayFrame);
1156 dst_cfg.rot = layer.transform;
1157 dst_cfg
[all...]

Completed in 156 milliseconds