Searched refs:flip_h (Results 1 – 4 of 4) sorted by relevance
/hardware/google/graphics/common/libscaler/ |
D | libscaler.cpp | 375 int flip_h, in exynos_sc_set_rotation() argument 382 return sc->SetRotate(rot, flip_h, flip_v) ? 0 : -1; in exynos_sc_set_rotation() 549 unsigned int flip_h = 0; in exynos_sc_config_exclusive() local 556 flip_h = 1; in exynos_sc_config_exclusive() 563 if (!sc->SetRotate(rot, flip_h, flip_v)) { in exynos_sc_config_exclusive() 565 rot, flip_h, flip_v); in exynos_sc_config_exclusive() 684 unsigned int flip_h = 0; in exynos_sc_config_blend_exclusive() local 691 flip_h = 1; in exynos_sc_config_blend_exclusive() 698 if (!sc->SetRotate(rot, flip_h, flip_v)) { in exynos_sc_config_blend_exclusive() 700 rot, flip_h, flip_v); in exynos_sc_config_blend_exclusive()
|
D | libscaler-v4l2.h | 307 bool SetRotate(int rot, int flip_h, int flip_v);
|
D | libscaler-v4l2.cpp | 434 bool CScalerV4L2::SetRotate(int rot, int flip_h, int flip_v) in SetRotate() argument 443 if (flip_h) in SetRotate()
|
/hardware/google/graphics/common/libscaler/include/ |
D | exynos_scaler.h | 411 int flip_h,
|