Searched refs:crop_width (Results 1 - 7 of 7) sorted by relevance

/hardware/samsung_slsi/exynos5/libcsc/
H A Dcsc.h215 * @param crop_width
233 unsigned int *crop_width,
260 * @param crop_width
278 unsigned int crop_width,
301 * @param crop_width
319 unsigned int *crop_width,
346 * @param crop_width
364 unsigned int crop_width,
H A Dcsc.c85 unsigned int crop_width; member in struct:_CSC_FORMAT
440 csc_handle->src_format.crop_width,
452 csc_handle->dst_format.crop_width,
475 csc_handle->src_format.crop_width;
489 csc_handle->dst_format.crop_width;
682 unsigned int *crop_width,
698 *crop_width = csc_handle->src_format.crop_width;
712 unsigned int crop_width,
728 csc_handle->src_format.crop_width
676 csc_get_src_format( void *handle, unsigned int *width, unsigned int *height, unsigned int *crop_left, unsigned int *crop_top, unsigned int *crop_width, unsigned int *crop_height, unsigned int *color_format, unsigned int *cacheable) argument
706 csc_set_src_format( void *handle, unsigned int width, unsigned int height, unsigned int crop_left, unsigned int crop_top, unsigned int crop_width, unsigned int crop_height, unsigned int color_format, unsigned int cacheable) argument
736 csc_get_dst_format( void *handle, unsigned int *width, unsigned int *height, unsigned int *crop_left, unsigned int *crop_top, unsigned int *crop_width, unsigned int *crop_height, unsigned int *color_format, unsigned int *cacheable) argument
766 csc_set_dst_format( void *handle, unsigned int width, unsigned int height, unsigned int crop_left, unsigned int crop_top, unsigned int crop_width, unsigned int crop_height, unsigned int color_format, unsigned int cacheable) argument
[all...]
/hardware/samsung_slsi/exynos5/include/
H A Dexynos_rotator.h84 * \param crop_width
105 unsigned int crop_width,
H A Dexynos_gscaler.h151 * \param crop_width
175 unsigned int crop_width,
201 * \param crop_width
228 unsigned int crop_width,
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gsc_utils.h94 unsigned int crop_width; member in struct:gsc_info
H A Dexynos_gscaler.c642 info->crop.c.width = info->crop_width;
1044 unsigned int crop_width,
1066 gsc_handle->src.crop_width = crop_width;
1087 unsigned int crop_width,
1110 gsc_handle->dst.crop_width = crop_width;
1783 &gsc_handle->src.crop_width, &gsc_handle->src.crop_height,
1791 &gsc_handle->dst.crop_width, &gsc_handle->dst.crop_height,
1038 exynos_gsc_set_src_format( void *handle, unsigned int width, unsigned int height, unsigned int crop_left, unsigned int crop_top, unsigned int crop_width, unsigned int crop_height, unsigned int v4l2_colorformat, unsigned int cacheable, unsigned int mode_drm) argument
1081 exynos_gsc_set_dst_format( void *handle, unsigned int width, unsigned int height, unsigned int crop_left, unsigned int crop_top, unsigned int crop_width, unsigned int crop_height, unsigned int v4l2_colorformat, unsigned int cacheable, unsigned int mode_drm, unsigned int narrowRgb) argument
/hardware/samsung_slsi/exynos5/librotator/
H A Dexynos_rotator.c66 unsigned int crop_width; member in struct:rotator_info
471 info->crop_width != info->crop.c.width ||
527 info->crop.c.width = info->crop_width;
694 unsigned int crop_width,
713 rotator_handle->src.crop_width = crop_width;
746 rotator_handle->dst.crop_width = rotator_handle->src.crop_width;
865 &rotator_handle->src.crop_width, &rotator_handle->src.crop_height,
873 &rotator_handle->dst.crop_width,
688 exynos_rotator_set_src_format( void *handle, unsigned int width, unsigned int height, unsigned int crop_left, unsigned int crop_top, unsigned int crop_width, unsigned int crop_height, unsigned int v4l2_colorformat, unsigned int cacheable) argument
[all...]

Completed in 483 milliseconds