Home
last modified time | relevance | path

Searched refs:dst_img (Results 1 – 4 of 4) sorted by relevance

/hardware/samsung_slsi/exynos5/libgscaler/
Dexynos_gscaler.c1338 exynos_gsc_img *dst_img) in exynos_gsc_m2m_config() argument
1357 (src_img->drmMode != dst_img->drmMode)) { in exynos_gsc_m2m_config()
1360 src_img->drmMode, dst_img->drmMode); in exynos_gsc_m2m_config()
1365 dst_color_space = HAL_PIXEL_FORMAT_2_V4L2_PIX(dst_img->format); in exynos_gsc_m2m_config()
1366 rotateValueHAL2GSC(dst_img->rot, &rotate, &hflip, &vflip); in exynos_gsc_m2m_config()
1379 ret = exynos_gsc_set_dst_format(gsc_handle, dst_img->fw, dst_img->fh, in exynos_gsc_m2m_config()
1380 dst_img->x, dst_img->y, dst_img->w, dst_img->h, in exynos_gsc_m2m_config()
1381 dst_color_space, dst_img->cacheable, dst_img->drmMode, in exynos_gsc_m2m_config()
1382 dst_img->narrowRgb); in exynos_gsc_m2m_config()
1385 __func__, dst_img->fw, dst_img->fh, dst_img->x, dst_img->y, dst_img->w, dst_img->h, in exynos_gsc_m2m_config()
[all …]
Dexynos_gsc_utils.h127 exynos_gsc_img dst_img; member
/hardware/samsung_slsi/exynos5/include/
Dexynos_gscaler.h363 exynos_gsc_img *dst_img);
373 exynos_gsc_img *dst_img);
/hardware/intel/common/libva/test/
Dloadsurface.h27 unsigned char *dst_img, int dst_imgw, int dst_imgh) in scale_2dimage() argument
33 …*(dst_img + row * dst_imgw + col) = *(src_img + (row * src_imgh/dst_imgh) * src_imgw + col * src_i… in scale_2dimage()