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

  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3CropRegionMapper.cpp 141 * @crop_width : width of rectangle
147 int32_t& crop_width, int32_t& crop_height)
162 crop_width = crop_width * mSensorScale;
165 boundToSize(crop_left, crop_top, crop_width, crop_height,
177 * @crop_width : width of rectangle
184 int32_t& crop_width, int32_t& crop_height)
199 crop_width = crop_width / mSensorScale;
203 __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);
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_to_argb.cc 37 int crop_width, int crop_height,
61 src_width <= 0 || crop_width <= 0 ||
70 int argb_size = crop_width * abs_crop_height * 4;
76 argb_stride = crop_width;
85 crop_width, inv_crop_height);
91 crop_width, inv_crop_height);
97 crop_width, inv_crop_height);
103 crop_width, inv_crop_height);
109 crop_width, inv_crop_height);
115 crop_width, inv_crop_height)
    [all...]
convert_to_i420.cc 36 int crop_width, int crop_height,
59 src_width <= 0 || crop_width <= 0 ||
73 int y_size = crop_width * abs_crop_height;
74 int uv_size = ((crop_width + 1) / 2) * ((abs_crop_height + 1) / 2);
82 y_stride = crop_width;
83 u_stride = v_stride = ((crop_width + 1) / 2);
94 crop_width, inv_crop_height);
102 crop_width, inv_crop_height);
110 crop_width, inv_crop_height);
118 crop_width, inv_crop_height)
    [all...]
  /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/libvpx/libvpx/test/
vpx_scale_test.cc 77 static void ExtendPlane(uint8_t *buf, int crop_width, int crop_height,
84 uint8_t *right = buf + crop_width;
85 const int right_extend = padding + (width - crop_width);
100 const int extend_width = padding + crop_width + right_extend;
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert_argb.h 205 // "crop_width" / "crop_height" is the size to crop the src to.
216 int crop_width, int crop_height,
convert.h 232 // "crop_width" / "crop_height" is the size to crop the src to.
245 int crop_width, int crop_height,
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 442 obj_surface->share_info->crop_width = obj_surface->share_info->width;
445 obj_surface->share_info->crop_width = driver_data->render_rect.width;
  /external/webp/src/dec/
buffer.c 173 const int cw = options->crop_width;
webp.c 789 w = options->crop_width;
  /external/webp/include/webp/
decode.h 440 int crop_width, crop_height; // dimension of the cropping area member in struct:WebPDecoderOptions
  /external/webp/src/webp/
decode.h 440 int crop_width, crop_height; // dimension of the cropping area member in struct:WebPDecoderOptions
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 280 config->options.crop_width = region.width();
  /hardware/intel/img/psb_video/src/
psb_drv_video.h 523 unsigned int crop_width; member in struct:psb_surface_share_info_s
vsp_VPP.c 699 output_share_info->crop_width = input_share_info->crop_width;
    [all...]
psb_drv_video.c     [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 804 * @crop_width : flag indicating if width needs to be cropped
815 mm_jpeg_dim_t *p_main_dim, uint8_t crop_width) {
820 if(crop_width) {
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 857 * @crop_width : flag indicating if width needs to be cropped
868 mm_jpeg_dim_t *p_main_dim, uint8_t crop_width) {
872 if (crop_width) {
    [all...]

Completed in 5965 milliseconds