Searched defs:dst_img (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/libva/test/
H A Dloadsurface.h27 unsigned char *dst_img, int dst_imgw, int dst_imgh)
33 *(dst_img + row * dst_imgw + col) = *(src_img + (row * src_imgh/dst_imgh) * src_imgw + col * src_imgw/dst_imgw);
26 scale_2dimage(unsigned char *src_img, int src_imgw, int src_imgh, unsigned char *dst_img, int dst_imgw, int dst_imgh) argument
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gsc_utils.h127 exynos_gsc_img dst_img; member in struct:GSC_HANDLE
H A Dexynos_gscaler.c1338 exynos_gsc_img *dst_img)
1357 (src_img->drmMode != dst_img->drmMode)) {
1360 src_img->drmMode, dst_img->drmMode);
1365 dst_color_space = HAL_PIXEL_FORMAT_2_V4L2_PIX(dst_img->format);
1366 rotateValueHAL2GSC(dst_img->rot, &rotate, &hflip, &vflip);
1379 ret = exynos_gsc_set_dst_format(gsc_handle, dst_img->fw, dst_img->fh,
1380 dst_img->x, dst_img->y, dst_img
1336 exynos_gsc_m2m_config(void *handle, exynos_gsc_img *src_img, exynos_gsc_img *dst_img) argument
1395 exynos_gsc_out_config(void *handle, exynos_gsc_img *src_img, exynos_gsc_img *dst_img) argument
2099 exynos_gsc_m2m_run(void *handle, exynos_gsc_img *src_img, exynos_gsc_img *dst_img) argument
2153 exynos_gsc_config_exclusive(void *handle, exynos_gsc_img *src_img, exynos_gsc_img *dst_img) argument
2188 exynos_gsc_run_exclusive(void *handle, exynos_gsc_img *src_img, exynos_gsc_img *dst_img) argument
[all...]

Completed in 72 milliseconds