Home
last modified time | relevance | path

Searched refs:source_x (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.c147 int source_x = camif_crop->width; in s3c_camif_get_scaler_config() local
156 ret = camif_get_scaler_factor(source_x, target_x, &scaler->pre_h_ratio, in s3c_camif_get_scaler_config()
166 scaler->pre_dst_width = source_x / scaler->pre_h_ratio; in s3c_camif_get_scaler_config()
169 scaler->main_h_ratio = (source_x << 8) / (target_x << scaler->h_shift); in s3c_camif_get_scaler_config()
172 scaler->scaleup_h = (target_x >= source_x); in s3c_camif_get_scaler_config()
182 source_x, source_y, target_x, target_y, in s3c_camif_get_scaler_config()
/openbmc/qemu/hw/display/
H A Dartist.c382 unsigned int source_x, unsigned int source_y, in block_move() argument
390 trace_artist_block_move(source_x, source_y, dest_x, dest_y, width, height); in block_move()
419 if (dest_x > source_x) { in block_move()
432 src = source_x + ((line + source_y) * buf->width) + startcolumn; in block_move()