Searched defs:crop_width (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/img/hwcomposer/ips/common/
H A DVideoPayloadBuffer.h61 uint32_t crop_width; member in struct:android::intel::VideoPayloadBuffer
/hardware/samsung_slsi/exynos5/libcsc/
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/libgscaler/
H A Dexynos_gsc_utils.h94 unsigned int crop_width; member in struct:gsc_info
H A Dexynos_gscaler.c647 info->crop.c.width = info->crop_width;
1059 unsigned int crop_width,
1081 gsc_handle->src.crop_width = crop_width;
1102 unsigned int crop_width,
1125 gsc_handle->dst.crop_width = crop_width;
1798 &gsc_handle->src.crop_width, &gsc_handle->src.crop_height,
1806 &gsc_handle->dst.crop_width, &gsc_handle->dst.crop_height,
1053 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
1096 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...]
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_video.h501 unsigned int crop_width; member in struct:psb_surface_share_info_s

Completed in 131 milliseconds