Searched refs:crop_w (Results 1 - 14 of 14) sorted by relevance

/hardware/samsung_slsi/exynos5/librotator/
H A Dexynos_rotator.c203 unsigned int *crop_w, unsigned int *crop_h,
212 if (*crop_w < ROTATOR_MIN_W_SIZE || *crop_h < ROTATOR_MIN_H_SIZE) {
214 __func__, ROTATOR_MIN_W_SIZE,* crop_w, ROTATOR_MIN_H_SIZE, *crop_h);
252 *crop_w = m_exynos_rotator_multiple_of_n(*crop_w, 4);
261 unsigned int *crop_w, unsigned int *crop_h,
274 new_crop_h = crop_w;
278 new_crop_w = crop_w;
288 if (*crop_w < ROTATOR_MIN_W_SIZE || *crop_h < ROTATOR_MIN_H_SIZE) {
290 __func__, ROTATOR_MIN_W_SIZE,* crop_w, ROTATOR_MIN_H_SIZ
200 m_exynos_rotator_check_src_size( unsigned int *w, unsigned int *h, unsigned int *crop_x, unsigned int *crop_y, unsigned int *crop_w, unsigned int *crop_h, int v4l2_colorformat) argument
258 m_exynos_rotator_check_dst_size( unsigned int *w, unsigned int *h, unsigned int *crop_x, unsigned int *crop_y, unsigned int *crop_w, unsigned int *crop_h, int v4l2_colorformat, int rotation) argument
[all...]
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c180 unsigned int *crop_w, unsigned int *crop_h,
189 if (*crop_w < GSC_MIN_W_SIZE || *crop_h < GSC_MIN_H_SIZE) {
191 __func__, GSC_MIN_W_SIZE,* crop_w, GSC_MIN_H_SIZE, *crop_h);
207 *crop_w = m_exynos_gsc_multiple_of_n(*crop_w, 4);
219 *crop_w = m_exynos_gsc_multiple_of_n(*crop_w, 4);
232 *crop_w = m_exynos_gsc_multiple_of_n(*crop_w, 2);
243 unsigned int *crop_w, unsigne
177 m_exynos_gsc_check_src_size( unsigned int *w, unsigned int *h, unsigned int *crop_x, unsigned int *crop_y, unsigned int *crop_w, unsigned int *crop_h, int v4l2_colorformat) argument
240 m_exynos_gsc_check_dst_size( unsigned int *w, unsigned int *h, unsigned int *crop_x, unsigned int *crop_y, unsigned int *crop_w, unsigned int *crop_h, int v4l2_colorformat, int rotation) argument
[all...]
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp512 int crop_w = crop.right - crop.left; local
553 crop_l += crop_w * leftCutRatio;
555 crop_r -= crop_w * rightCutRatio;
805 uint32_t crop_w = (crop.right - crop.left); local
808 ovutils::normalizeCrop((uint32_t&)crop.left, crop_w);
813 crop.right = crop.left + crop_w;
816 Dim rotCrop(crop.left, crop.top, crop_w, crop_h);
834 int crop_w = crop.right - crop.left; local
836 Dim dcrop(crop.left, crop.top, crop_w, crop_h);
H A Dhwc_mdpcomp.cpp278 int crop_w = crop.right - crop.left; local
282 float w_dscale = ceilf((float)crop_w / (float)dst_w);
288 if((crop_w < 5)||(crop_h < 5))
295 if(crop_w > MAX_DISPLAY_DIM || w_dscale > downscale ||
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp3530 unsigned int crop_w = 0; local
3543 &crop_w, &crop_h,
3548 cropcap.defrect.width = crop_w;
3566 ALOGD("## 2 crop_w : %d", crop_w);
3580 unsigned int *crop_w, unsigned int *crop_h,
3587 *crop_w = src_w;
3604 *crop_w = src_w;
3608 *crop_w = src_h * dst_ratio;
3615 (*crop_w
3577 m_getCropRect(unsigned int src_w, unsigned int src_h, unsigned int dst_w, unsigned int dst_h, unsigned int *crop_x, unsigned int *crop_y, unsigned int *crop_w, unsigned int *crop_h, int zoom) argument
[all...]
H A DExynosCameraHWInterface.h220 int *crop_w, int *crop_h,
H A DExynosCameraHWInterface.cpp4037 int *crop_w, int *crop_h,
4040 *crop_w = src_w;
4058 *crop_w = src_w;
4062 *crop_w = dst_h * dst_ratio;
4068 *crop_w = src_w;
4072 *crop_w = src_h * dst_ratio;
4079 *crop_w = (int)((float)*crop_w / zoomLevel);
4086 unsigned int w_align = (*crop_w & (CAMERA_CROP_WIDTH_RESTRAIN_NUM - 1));
4089 && *crop_w
4034 m_getRatioSize(int src_w, int src_h, int dst_w, int dst_h, int *crop_x, int *crop_y, int *crop_w, int *crop_h, int zoom) argument
[all...]
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp551 int crop_w = crop.right - crop.left; local
592 crop_l += crop_w * leftCutRatio;
594 crop_r -= crop_w * rightCutRatio;
892 int crop_w = crop.right - crop.left; local
894 Dim dcrop(crop.left, crop.top, crop_w, crop_h);
H A Dhwc_mdpcomp.cpp286 int crop_w = crop.right - crop.left; local
290 float w_dscale = ceilf((float)crop_w / (float)dst_w);
296 if((crop_w < 5)||(crop_h < 5))
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.cpp511 int crop_w = crop.right - crop.left; local
552 crop_l += crop_w * leftCutRatio;
554 crop_r -= crop_w * rightCutRatio;
852 int crop_w = crop.right - crop.left; local
854 Dim dcrop(crop.left, crop.top, crop_w, crop_h);
H A Dhwc_mdpcomp.cpp281 int crop_w = crop.right - crop.left; local
285 float w_dscale = ceilf((float)crop_w / (float)dst_w);
291 if((crop_w < 5)||(crop_h < 5))
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp2495 int *crop_w, int *crop_h,
2498 *crop_w = src_w;
2515 *crop_w = src_h * dst_ratio;
2519 *crop_w = src_w;
2525 *crop_w = src_h * dst_ratio;
2529 *crop_w = src_w;
2537 *crop_w = (int)((float)*crop_w / zoomLevel);
2542 unsigned int w_align = (*crop_w & (CAMERA_CROP_WIDTH_RESTRAIN_NUM - 1));
2545 && *crop_w
2492 m_getRatioSize(int src_w, int src_h, int dst_w, int dst_h, int *crop_x, int *crop_y, int *crop_w, int *crop_h, int zoom) argument
3178 int crop_x = 0, crop_y = 0, crop_w = 0, crop_h = 0; local
[all...]
H A DExynosCameraHWInterface2.h572 int *crop_w, int *crop_h,
/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h785 unsigned int *crop_w, unsigned int *crop_h,

Completed in 2880 milliseconds