/hardware/samsung_slsi/exynos5/libcsc/ |
D | csc.h | 232 unsigned int *crop_top, 277 unsigned int crop_top, 318 unsigned int *crop_top, 363 unsigned int crop_top,
|
D | csc.c | 84 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/ |
D | exynos_rotator.h | 104 unsigned int crop_top, 144 unsigned int crop_top,
|
D | exynos_gscaler.h | 174 unsigned int crop_top, 227 unsigned int crop_top,
|
/hardware/samsung_slsi/exynos5/librotator/ |
D | exynos_rotator.c | 65 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/ |
D | exynos_gsc_utils.h | 93 unsigned int crop_top; member
|
D | exynos_gscaler.c | 641 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/ |
D | vbp_loader.h | 149 int crop_top; member 337 int crop_top; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/ |
D | nestegg.h | 133 unsigned int crop_top; /**< Pixels to crop from the top of the frame. */ member
|
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderVP8.cpp | 67 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()
|
D | VideoDecoderAVC.cpp | 751 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/ |
D | test.c | 136 vparams.crop_top, vparams.crop_left, vparams.crop_bottom, vparams.crop_right); in main()
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 124 uint32 crop_top; member
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
D | h264_utils.h | 119 uint32 crop_top; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
D | nestegg.c | 2127 params->crop_top = value; in nestegg_track_video_params()
|