Searched refs:crop_height (Results 1 – 12 of 12) sorted by relevance
/hardware/samsung_slsi/exynos5/libcsc/ |
D | csc.h | 234 unsigned int *crop_height, 279 unsigned int crop_height, 320 unsigned int *crop_height, 365 unsigned int crop_height,
|
D | csc.c | 86 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/ |
D | exynos_rotator.c | 67 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/ |
D | exynos_gscaler.h | 176 unsigned int crop_height, 229 unsigned int crop_height,
|
D | exynos_rotator.h | 106 unsigned int crop_height,
|
/hardware/intel/img/hwcomposer/ips/common/ |
D | RotationBufferProvider.cpp | 224 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()
|
D | VideoPayloadBuffer.h | 62 uint32_t crop_height; member
|
/hardware/samsung_slsi/exynos5/libgscaler/ |
D | exynos_gsc_utils.h | 95 unsigned int crop_height; member
|
D | exynos_gscaler.c | 643 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/ |
D | psb_surface_gralloc.c | 402 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/ |
D | psb_drv_video.h | 506 unsigned int crop_height; member
|
D | psb_drv_video.c | 2134 obj_surface->share_info->crop_height = driver_data->render_rect.height; in psb_BeginPicture()
|