Lines Matching full:scaler
6 * header file for Samsung EXYNOS5 SoC series G-Scaler driver
64 * enum gsc_datapath - the path of data used for G-Scaler
130 * @idx : index of G-Scaler input buffer
139 * struct gsc_addr - the G-Scaler physical address set
150 /* struct gsc_ctrls - the G-Scaler control set
164 * struct gsc_scaler - the configuration data for G-Scaler inetrnal scaler
168 * @main_hratio: the main scaler's horizontal ratio
169 * @main_vratio: the main scaler's vertical ratio
190 * @fmt: G-Scaler color format pointer
222 * @org_scaler_bypass_w: max pixel width when the scaler is disabled
223 * @org_scaler_bypass_h: max pixel height when the scaler is disabled
224 * @org_scaler_input_w: max pixel width when the scaler is enabled
225 * @org_scaler_input_h: max pixel height when the scaler is enabled
284 * struct gsc_variant - G-Scaler variant information
313 * struct gsc_dev - abstraction for G-Scaler entity
316 * @pdev: pointer to the G-Scaler platform device
318 * @id: G-Scaler device index (0..GSC_MAX_DEVS)
319 * @clock: clocks required for G-Scaler operation
324 * @vdev: video device for G-Scaler instance
348 * @scaler: image scaler properties
351 * @gsc_dev: the G-Scaler device this context applies to
355 * @gsc_ctrls G-Scaler control set
363 struct gsc_scaler scaler; member