Searched refs:crop_height (Results 1 - 12 of 12) sorted by relevance

/hardware/samsung_slsi/exynos5/libcsc/
H A Dcsc.h218 * @param crop_height
234 unsigned int *crop_height,
263 * @param crop_height
279 unsigned int crop_height,
304 * @param crop_height
320 unsigned int *crop_height,
349 * @param crop_height
365 unsigned int crop_height,
H A Dcsc.c86 unsigned int crop_height; member in struct:_CSC_FORMAT
441 csc_handle->src_format.crop_height,
453 csc_handle->dst_format.crop_height,
477 csc_handle->src_format.crop_height;
491 csc_handle->dst_format.crop_height;
683 unsigned int *crop_height,
699 *crop_height = csc_handle->src_format.crop_height;
713 unsigned int crop_height,
729 csc_handle->src_format.crop_height
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.h87 * \param crop_height
106 unsigned int crop_height,
H A Dexynos_gscaler.h154 * \param crop_height
176 unsigned int crop_height,
204 * \param crop_height
229 unsigned int crop_height,
/hardware/intel/img/hwcomposer/ips/common/
H A DVideoPayloadBuffer.h62 uint32_t crop_height; member in struct:android::intel::VideoPayloadBuffer
H A DRotationBufferProvider.cpp224 if (payload->crop_width && payload->crop_height) {
226 height = (payload->crop_height >> mBobDeinterlace);
230 payload->crop_height = height;
520 payload->height = payload->crop_height = h;
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gsc_utils.h95 unsigned int crop_height; member in struct:gsc_info
H A Dexynos_gscaler.c643 info->crop.c.height = info->crop_height;
1045 unsigned int crop_height,
1067 gsc_handle->src.crop_height = crop_height;
1088 unsigned int crop_height,
1111 gsc_handle->dst.crop_height = crop_height;
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.c67 unsigned int crop_height; member in struct:rotator_info
472 info->crop_height != info->crop.c.height) {
528 info->crop.c.height = info->crop_height;
695 unsigned int crop_height,
714 rotator_handle->src.crop_height = crop_height;
747 rotator_handle->dst.crop_height = rotator_handle->src.crop_height;
865 &rotator_handle->src.crop_width, &rotator_handle->src.crop_height,
873 &rotator_handle->dst.crop_width, &rotator_handle->dst.crop_height,
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/android/
H A Dpsb_surface_gralloc.c402 obj_surface->share_info->crop_height = obj_surface->share_info->height;
405 obj_surface->share_info->crop_height = driver_data->render_rect.height;
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_video.h506 unsigned int crop_height; member in struct:psb_surface_share_info_s
H A Dpsb_drv_video.c2134 obj_surface->share_info->crop_height = driver_data->render_rect.height;

Completed in 820 milliseconds