HomeSort by relevance Sort by last modified time
    Searched refs:crop_h (Results 1 - 16 of 16) sorted by null

  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 203 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);
253 *crop_h = m_exynos_rotator_multiple_of_n(*crop_h, 4);
261 unsigned int *crop_w, unsigned int *crop_h,
273 new_crop_w = crop_h;
279 new_crop_h = crop_h;
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_SIZE, *crop_h);
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 513 int crop_h = crop.bottom - crop.top; local
554 crop_t += crop_h * topCutRatio;
556 crop_b -= crop_h * bottomCutRatio;
806 uint32_t crop_h = (crop.bottom - crop.top); local
809 ovutils::normalizeCrop((uint32_t&)crop.top, crop_h);
811 if ((mdpFlags & ovutils::OV_MDP_DEINTERLACE) && (crop_h % 4))
812 crop_h = ovutils::aligndown(crop_h, 4);
814 crop.bottom = crop.top + crop_h;
816 Dim rotCrop(crop.left, crop.top, crop_w, crop_h);
835 int crop_h = crop.bottom - crop.top; local
    [all...]
hwc_mdpcomp.cpp 281 int crop_h = rotated90 ? crop.right - crop.left : crop.bottom - crop.top; local
285 float h_dscale = ceilf((float)crop_h / (float)dst_h);
290 if((crop_w < 5)||(crop_h < 5))
    [all...]
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c 180 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);
208 *crop_h = m_exynos_gsc_multiple_of_n(*crop_h, 4);
220 *crop_h = m_exynos_gsc_multiple_of_n(*crop_h, 2);
233 *crop_h = m_exynos_gsc_multiple_of_n(*crop_h, 2);
243 unsigned int *crop_w, unsigned int *crop_h,
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 1052 int crop_h = crop.bottom - crop.top; local
1508 uint32_t crop_h = (crop.bottom - crop.top); local
1537 int crop_h = crop.bottom - crop.top; local
    [all...]
hwc_mdpcomp.cpp 338 int crop_h = crop.bottom - crop.top; local
342 float h_scale = ((float)crop_h / (float)dst_h);
351 (crop_w < 5 or crop_h < 5))
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 3531 unsigned int crop_h = 0; local
    [all...]
ExynosCameraHWInterface.h 220 int *crop_w, int *crop_h,
ExynosCameraHWInterface.cpp     [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 559 int crop_h = crop.bottom - crop.top; local
600 crop_t += crop_h * topCutRatio;
602 crop_b -= crop_h * bottomCutRatio;
900 int crop_h = crop.bottom - crop.top; local
901 Dim dcrop(crop.left, crop.top, crop_w, crop_h);
    [all...]
hwc_mdpcomp.cpp 288 int crop_h = crop.bottom - crop.top; local
292 float h_dscale = ceilf((float)crop_h / (float)dst_h);
297 if((crop_w < 5)||(crop_h < 5))
    [all...]
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 785 unsigned int *crop_w, unsigned int *crop_h,
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 3190 int crop_x = 0, crop_y = 0, crop_w = 0, crop_h = 0; local
    [all...]
ExynosCameraHWInterface2.h 557 int *crop_w, int *crop_h,
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 1038 int crop_h = crop.bottom - crop.top; local
1548 int crop_h = crop.bottom - crop.top; local
    [all...]
hwc_mdpcomp.cpp 348 int crop_h = rotated90 ? crop.right - crop.left : crop.bottom - crop.top; local
352 float h_scale = ((float)crop_h / (float)dst_h);
360 if((crop_w < 5)||(crop_h < 5))
    [all...]

Completed in 868 milliseconds