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

/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.h236 * @offs_h: image horizontal pixel offset
252 u32 offs_h; member in struct:fimc_frame
512 f->offs_h = left;
H A Dfimc-m2m.c334 frame->offs_h = 0;
408 s->r.left = frame->offs_h;
516 f->offs_h = s->r.left;
H A Dfimc-core.c431 f->dma_offset.y_h = f->offs_h;
437 f->dma_offset.cb_h = f->offs_h;
440 f->dma_offset.cr_h = f->offs_h;
H A Dfimc-reg.c659 (f->offs_h << 16) | f->offs_v;
664 hoff2 = f->o_width - f->width - f->offs_h;
H A Dfimc-capture.c616 min_w = dst->offs_h + dst->width;
1288 s->r.left = f->offs_h;
1621 r->left = f->offs_h;

Completed in 121 milliseconds