HomeSort by relevance Sort by last modified time
    Searched defs:crop_height (Results 1 - 9 of 9) sorted by null

  /external/libjpeg-turbo/
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)
709 crop_y + crop_height > cinfo.output_height) {
724 cinfo.output_height = crop_height;
730 while (cinfo.output_scanline < crop_y + crop_height) {
735 jpeg_skip_scanlines(&cinfo, cinfo.output_height - crop_y - crop_height);
transupp.h 137 JDIMENSION crop_height; /* Height of selected region */ member in struct:__anon23399
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VideoPayloadBuffer.h 62 uint32_t crop_height; member in struct:android::intel::VideoPayloadBuffer
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
VideoPayloadBuffer.h 62 uint32_t crop_height; member in struct:android::intel::VideoPayloadBuffer
  /external/webp/include/webp/
decode.h 441 int crop_width, crop_height; // dimension of the cropping area member in struct:WebPDecoderOptions
  /external/webp/src/webp/
decode.h 441 int crop_width, crop_height; // dimension of the cropping area member in struct:WebPDecoderOptions
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 572 float crop_height = crop->bottom - crop->top; local
617 crop_top += crop_height * top_cut_ratio;
619 crop_bottom -= crop_height * bottom_cut_ratio;
669 float crop_height = crop.bottom - crop.top; 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);
775 float crop_height = crop.bottom - crop.top; local
780 *scale_y = crop_height / dst_height;
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.cpp 609 float crop_height = crop->bottom - crop->top; local
654 crop_top += crop_height * top_cut_ratio;
656 crop_bottom -= crop_height * bottom_cut_ratio;
706 float crop_height = crop.bottom - crop.top; 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);
813 float crop_height = crop.bottom - crop.top; local
818 *scale_y = crop_height / dst_height;
  /hardware/intel/img/psb_video/src/
psb_drv_video.h 525 unsigned int crop_height; member in struct:psb_surface_share_info_s

Completed in 393 milliseconds