Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libcsc/
Dcsc.h234 unsigned int *crop_height,
279 unsigned int crop_height,
320 unsigned int *crop_height,
365 unsigned int crop_height,
Dcsc.c86 unsigned int crop_height; member
441 csc_handle->src_format.crop_height, in csc_set_format()
453 csc_handle->dst_format.crop_height, in csc_set_format()
477 csc_handle->src_format.crop_height; in csc_set_format()
491 csc_handle->dst_format.crop_height; in csc_set_format()
683 unsigned int *crop_height, in csc_get_src_format() argument
699 *crop_height = csc_handle->src_format.crop_height; in csc_get_src_format()
713 unsigned int crop_height, in csc_set_src_format() argument
729 csc_handle->src_format.crop_height = crop_height; in csc_set_src_format()
743 unsigned int *crop_height, in csc_get_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/intel/img/hwcomposer/ips/common/
DRotationBufferProvider.cpp224 if (payload->crop_width && payload->crop_height) { in createVaSurface()
226 height = (payload->crop_height >> mBobDeinterlace); in createVaSurface()
230 payload->crop_height = height; in createVaSurface()
520 payload->height = payload->crop_height = h; in prepareBufferInfo()
DVideoPayloadBuffer.h62 uint32_t crop_height; member
/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()
/hardware/intel/img/psb_video/src/android/
Dpsb_surface_gralloc.c402 obj_surface->share_info->crop_height = obj_surface->share_info->height; in psb_CreateSurfacesFromGralloc()
405 obj_surface->share_info->crop_height = driver_data->render_rect.height; in psb_CreateSurfacesFromGralloc()
/hardware/intel/img/psb_video/src/
Dpsb_drv_video.h506 unsigned int crop_height; member
Dpsb_drv_video.c2134 obj_surface->share_info->crop_height = driver_data->render_rect.height; in psb_BeginPicture()