HomeSort by relevance Sort by last modified time
    Searched refs:crop_width (Results 1 - 25 of 38) sorted by null

1 2

  /external/libvpx/libvpx/third_party/libyuv/source/
convert_to_argb.cc 36 int crop_width, int crop_height,
60 src_width <= 0 || crop_width <= 0 ||
69 int argb_size = crop_width * 4 * abs_crop_height;
75 argb_stride = crop_width * 4;
84 crop_width, inv_crop_height);
90 crop_width, inv_crop_height);
96 crop_width, inv_crop_height);
102 crop_width, inv_crop_height);
108 crop_width, inv_crop_height);
114 crop_width, inv_crop_height)
    [all...]
convert_to_i420.cc 35 int crop_width, int crop_height,
60 src_width <= 0 || crop_width <= 0 ||
71 int y_size = crop_width * abs_crop_height;
72 int uv_size = ((crop_width + 1) / 2) * ((abs_crop_height + 1) / 2);
80 y_stride = crop_width;
81 u_stride = v_stride = ((crop_width + 1) / 2);
92 crop_width, inv_crop_height);
100 crop_width, inv_crop_height);
108 crop_width, inv_crop_height);
116 crop_width, inv_crop_height)
    [all...]
  /external/libyuv/files/source/
convert_to_argb.cc 40 int crop_width,
65 crop_width <= 0 || src_height == 0 || crop_height == 0) {
73 int argb_size = crop_width * 4 * abs_crop_height;
79 argb_stride = crop_width * 4;
87 crop_width, inv_crop_height);
92 crop_width, inv_crop_height);
96 r = RGB24ToARGB(src, src_width * 3, crop_argb, argb_stride, crop_width,
101 r = RAWToARGB(src, src_width * 3, crop_argb, argb_stride, crop_width,
107 r = ARGBToARGB(src, src_width * 4, crop_argb, argb_stride, crop_width,
113 r = BGRAToARGB(src, src_width * 4, crop_argb, argb_stride, crop_width,
    [all...]
convert_to_i420.cc 40 int crop_width,
66 if (!y || !u || !v || !sample || src_width <= 0 || crop_width <= 0 ||
77 int y_size = crop_width * abs_crop_height;
78 int uv_size = ((crop_width + 1) / 2) * ((abs_crop_height + 1) / 2);
86 y_stride = crop_width;
87 u_stride = v_stride = ((crop_width + 1) / 2);
95 v_stride, crop_width, inv_crop_height);
100 v_stride, crop_width, inv_crop_height);
105 v_stride, crop_width, inv_crop_height);
110 v_stride, crop_width, inv_crop_height)
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3CropRegionMapper.cpp 122 * @crop_width : width of rectangle
128 int32_t& crop_width, int32_t& crop_height)
138 crop_width = crop_width * mActiveArrayW / mSensorW;
141 boundToSize(crop_left, crop_top, crop_width, crop_height,
153 * @crop_width : width of rectangle
160 int32_t& crop_width, int32_t& crop_height)
170 crop_width = crop_width * mSensorW / mActiveArrayW;
174 crop_left, crop_top, crop_width, crop_height)
    [all...]
QCamera3CropRegionMapper.h 48 int32_t& crop_width, int32_t& crop_height);
50 int32_t& crop_width, int32_t& crop_height);
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3CropRegionMapper.cpp 118 * @crop_width : width of rectangle
124 int32_t& crop_width, int32_t& crop_height)
134 crop_width = crop_width * mActiveArrayW / mSensorW;
137 boundToSize(crop_left, crop_top, crop_width, crop_height,
149 * @crop_width : width of rectangle
156 int32_t& crop_width, int32_t& crop_height)
166 crop_width = crop_width * mSensorW / mActiveArrayW;
170 __func__, crop_left, crop_top, crop_width, crop_height)
    [all...]
QCamera3CropRegionMapper.h 49 int32_t& crop_width, int32_t& crop_height);
51 int32_t& crop_width, int32_t& crop_height);
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3CropRegionMapper.cpp 118 * @crop_width : width of rectangle
124 int32_t& crop_width, int32_t& crop_height)
134 crop_width = crop_width * mActiveArrayW / mSensorW;
137 boundToSize(crop_left, crop_top, crop_width, crop_height,
149 * @crop_width : width of rectangle
156 int32_t& crop_width, int32_t& crop_height)
166 crop_width = crop_width * mSensorW / mActiveArrayW;
170 __func__, crop_left, crop_top, crop_width, crop_height)
    [all...]
QCamera3CropRegionMapper.h 49 int32_t& crop_width, int32_t& crop_height);
51 int32_t& crop_width, int32_t& crop_height);
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VideoPayloadBuffer.h 61 uint32_t crop_width; member in struct:android::intel::VideoPayloadBuffer
RotationBufferProvider.cpp 225 if (payload->crop_width && payload->crop_height) {
226 width = payload->crop_width;
230 payload->crop_width = width;
523 payload->width = payload->crop_width = w;
VideoPayloadManager.cpp 53 metadata->normalBuffer.width = p->crop_width;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
VideoPayloadBuffer.h 61 uint32_t crop_width; member in struct:android::intel::VideoPayloadBuffer
RotationBufferProvider.cpp 224 if (payload->crop_width && payload->crop_height) {
225 width = payload->crop_width;
229 payload->crop_width = width;
518 payload->width = payload->crop_width = w;
  /external/libjpeg-turbo/
transupp.h 135 JDIMENSION crop_width; /* Width of selected region */ member in struct:__anon23399
djpeg.c 97 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable
395 if (sscanf(argv[argn], "%u%c%u+%u+%u", &crop_width, &c, &crop_height,
397 (c != 'X' && c != 'x') || crop_width < 1 || crop_height < 1)
708 if (crop_x + crop_width > cinfo.output_width ||
715 jpeg_crop_scanline(&cinfo, &crop_x, &crop_width);
transupp.c     [all...]
  /external/libvpx/libvpx/test/
vpx_scale_test.cc 74 static void ExtendPlane(uint8_t *buf, int crop_width, int crop_height,
81 uint8_t *right = buf + crop_width;
82 const int right_extend = padding + (width - crop_width);
97 const int extend_width = padding + crop_width + right_extend;
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 571 float crop_width = crop->right - crop->left; local
616 crop_left += crop_width * left_cut_ratio;
618 crop_right -= crop_width * right_cut_ratio;
668 float crop_width = crop.right - crop.left; local
673 if ((UINT32(crop_width - dst_width) == 1) || (UINT32(crop_height - dst_height) == 1)) {
675 "crop_h = %.0f, dst_h = %.0f", crop_width, dst_width, crop_height, dst_height);
774 float crop_width = crop.right - crop.left; local
779 *scale_x = crop_width / dst_width;
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.cpp 608 float crop_width = crop->right - crop->left; local
653 crop_left += crop_width * left_cut_ratio;
655 crop_right -= crop_width * right_cut_ratio;
705 float crop_width = crop.right - crop.left; local
710 if ((UINT32(crop_width - dst_width) == 1) || (UINT32(crop_height - dst_height) == 1)) {
712 "crop_h = %.0f, dst_h = %.0f", crop_width, dst_width, crop_height, dst_height);
812 float crop_width = crop.right - crop.left; local
817 *scale_x = crop_width / dst_width;
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 448 obj_surface->share_info->crop_width = obj_surface->share_info->width;
451 obj_surface->share_info->crop_width = driver_data->render_rect.width;
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert.h 237 // "crop_width" / "crop_height" is the size to crop the src to.
250 int crop_width, int crop_height,
convert_argb.h 299 // "crop_width" / "crop_height" is the size to crop the src to.
310 int crop_width, int crop_height,
  /external/libyuv/files/include/libyuv/
convert.h 337 // "crop_width" / "crop_height" is the size to crop the src to.
356 int crop_width,

Completed in 752 milliseconds

1 2