Home
last modified time | relevance | path

Searched refs:crop_top (Results 1 – 15 of 15) sorted by relevance

/hardware/samsung_slsi/exynos5/libcsc/
Dcsc.h232 unsigned int *crop_top,
277 unsigned int crop_top,
318 unsigned int *crop_top,
363 unsigned int crop_top,
Dcsc.c84 unsigned int crop_top; member
439 csc_handle->src_format.crop_top, in csc_set_format()
451 csc_handle->dst_format.crop_top, in csc_set_format()
473 g2d->src.rect.y1 = csc_handle->src_format.crop_top; in csc_set_format()
476 g2d->src.rect.y2 = csc_handle->src_format.crop_top + in csc_set_format()
487 g2d->dst.rect.y1 = csc_handle->dst_format.crop_top; in csc_set_format()
490 g2d->dst.rect.y2 = csc_handle->dst_format.crop_top + in csc_set_format()
681 unsigned int *crop_top, in csc_get_src_format() argument
697 *crop_top = csc_handle->src_format.crop_top; in csc_get_src_format()
711 unsigned int crop_top, in csc_set_src_format() argument
[all …]
/hardware/samsung_slsi/exynos5/include/
Dexynos_rotator.h104 unsigned int crop_top,
144 unsigned int crop_top,
Dexynos_gscaler.h174 unsigned int crop_top,
227 unsigned int crop_top,
/hardware/samsung_slsi/exynos5/librotator/
Dexynos_rotator.c65 unsigned int crop_top; member
470 info->crop_top != info->crop.c.top || in m_exynos_rotator_set_format()
526 info->crop.c.top = info->crop_top; in m_exynos_rotator_set_format()
693 unsigned int crop_top, in exynos_rotator_set_src_format() argument
712 rotator_handle->src.crop_top = crop_top; in exynos_rotator_set_src_format()
728 unsigned int crop_top, in exynos_rotator_set_dst_format() argument
745 rotator_handle->dst.crop_top = crop_top; in exynos_rotator_set_dst_format()
864 &rotator_handle->src.crop_left, &rotator_handle->src.crop_top, in exynos_rotator_convert()
872 &rotator_handle->dst.crop_left, &rotator_handle->dst.crop_top, in exynos_rotator_convert()
/hardware/samsung_slsi/exynos5/libgscaler/
Dexynos_gsc_utils.h93 unsigned int crop_top; member
Dexynos_gscaler.c641 info->crop.c.top = info->crop_top; in m_exynos_gsc_set_format()
1043 unsigned int crop_top, in exynos_gsc_set_src_format() argument
1065 gsc_handle->src.crop_top = crop_top; in exynos_gsc_set_src_format()
1086 unsigned int crop_top, in exynos_gsc_set_dst_format() argument
1109 gsc_handle->dst.crop_top = crop_top; in exynos_gsc_set_dst_format()
1782 &gsc_handle->src.crop_left, &gsc_handle->src.crop_top, in exynos_gsc_m2m_run_core()
1790 &gsc_handle->dst.crop_left, &gsc_handle->dst.crop_top, in exynos_gsc_m2m_run_core()
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
Dvbp_loader.h149 int crop_top; member
337 int crop_top; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
Dnestegg.h133 unsigned int crop_top; /**< Pixels to crop from the top of the frame. */ member
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderVP8.cpp67 mVideoFormatInfo.cropTop = data->codec_data->crop_top; in updateFormatInfo()
69 …ight = %d, bottom = %d", data->codec_data->crop_left, data->codec_data->crop_top, data->codec_data… in updateFormatInfo()
DVideoDecoderAVC.cpp751 mVideoFormatInfo.cropTop = data->codec_data->crop_top; in updateFormatInfo()
756 data->codec_data->crop_top, in updateFormatInfo()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
Dtest.c136 vparams.crop_top, vparams.crop_left, vparams.crop_bottom, vparams.crop_right); in main()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h124 uint32 crop_top; member
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h119 uint32 crop_top; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c2127 params->crop_top = value; in nestegg_track_video_params()