Home
last modified time | relevance | path

Searched refs:crop_height (Results 1 – 7 of 7) sorted by relevance

/hardware/samsung_slsi/exynos5/libcsc/
Dcsc.h176 unsigned int *crop_height,
221 unsigned int crop_height,
262 unsigned int *crop_height,
307 unsigned int crop_height,
Dcsc.c78 unsigned int crop_height; member
399 csc_handle->src_format.crop_height, in csc_set_format()
411 csc_handle->dst_format.crop_height, in csc_set_format()
555 unsigned int *crop_height, in csc_get_src_format() argument
571 *crop_height = csc_handle->src_format.crop_height; in csc_get_src_format()
585 unsigned int crop_height, in csc_set_src_format() argument
601 csc_handle->src_format.crop_height = crop_height; in csc_set_src_format()
615 unsigned int *crop_height, in csc_get_dst_format() argument
631 *crop_height = csc_handle->dst_format.crop_height; in csc_get_dst_format()
645 unsigned int crop_height, in csc_set_dst_format() argument
[all …]
/hardware/samsung_slsi/exynos5/librotator/
Dexynos_rotator.c67 unsigned int crop_height; member
472 info->crop_height != info->crop.c.height) { in m_exynos_rotator_set_format()
528 info->crop.c.height = info->crop_height; in m_exynos_rotator_set_format()
695 unsigned int crop_height, in exynos_rotator_set_src_format() argument
714 rotator_handle->src.crop_height = crop_height; in exynos_rotator_set_src_format()
747 rotator_handle->dst.crop_height = rotator_handle->src.crop_height; in exynos_rotator_set_dst_format()
865 … &rotator_handle->src.crop_width, &rotator_handle->src.crop_height, in exynos_rotator_convert()
873 … &rotator_handle->dst.crop_width, &rotator_handle->dst.crop_height, in exynos_rotator_convert()
/hardware/samsung_slsi/exynos5/include/
Dexynos_gscaler.h176 unsigned int crop_height,
229 unsigned int crop_height,
Dexynos_rotator.h106 unsigned int crop_height,
/hardware/samsung_slsi/exynos5/libgscaler/
Dexynos_gsc_utils.h95 unsigned int crop_height; member
Dexynos_gscaler.c643 info->crop.c.height = info->crop_height; in m_exynos_gsc_set_format()
1045 unsigned int crop_height, in exynos_gsc_set_src_format() argument
1067 gsc_handle->src.crop_height = crop_height; in exynos_gsc_set_src_format()
1088 unsigned int crop_height, in exynos_gsc_set_dst_format() argument
1111 gsc_handle->dst.crop_height = crop_height; in exynos_gsc_set_dst_format()
1783 &gsc_handle->src.crop_width, &gsc_handle->src.crop_height, in exynos_gsc_m2m_run_core()
1791 &gsc_handle->dst.crop_width, &gsc_handle->dst.crop_height, in exynos_gsc_m2m_run_core()