/hardware/samsung_slsi/exynos5/libcsc/ |
csc.h | 218 * @param crop_height 234 unsigned int *crop_height, 263 * @param crop_height 279 unsigned int crop_height, 304 * @param crop_height 320 unsigned int *crop_height, 349 * @param crop_height 365 unsigned int crop_height,
|
csc.c | 86 unsigned int crop_height; member in struct:_CSC_FORMAT 441 csc_handle->src_format.crop_height, 453 csc_handle->dst_format.crop_height, 477 csc_handle->src_format.crop_height; 491 csc_handle->dst_format.crop_height; 683 unsigned int *crop_height, 699 *crop_height = csc_handle->src_format.crop_height; 713 unsigned int crop_height, 729 csc_handle->src_format.crop_height = crop_height [all...] |
/hardware/samsung_slsi/exynos5/include/ |
exynos_rotator.h | 87 * \param crop_height 106 unsigned int crop_height,
|
exynos_gscaler.h | 154 * \param crop_height 176 unsigned int crop_height, 204 * \param crop_height 229 unsigned int crop_height,
|
/hardware/samsung_slsi/exynos5/libgscaler/ |
exynos_gsc_utils.h | 95 unsigned int crop_height; member in struct:gsc_info
|
exynos_gscaler.c | 643 info->crop.c.height = info->crop_height; 1045 unsigned int crop_height, 1067 gsc_handle->src.crop_height = crop_height; 1088 unsigned int crop_height, [all...] |
/hardware/samsung_slsi/exynos5/librotator/ |
exynos_rotator.c | 67 unsigned int crop_height; member in struct:rotator_info 472 info->crop_height != info->crop.c.height) { 528 info->crop.c.height = info->crop_height; 695 unsigned int crop_height, 714 rotator_handle->src.crop_height = crop_height; 747 rotator_handle->dst.crop_height = rotator_handle->src.crop_height; 865 &rotator_handle->src.crop_width, &rotator_handle->src.crop_height, 873 &rotator_handle->dst.crop_width, &rotator_handle->dst.crop_height, [all...] |
/external/chromium_org/third_party/libwebp/dec/ |
buffer.c | 147 const int ch = options->crop_height;
|
webp.c | 759 h = options->crop_height;
|
/external/chromium_org/third_party/libwebp/webp/ |
decode.h | 440 int crop_width, crop_height; // dimension of the cropping area member in struct:WebPDecoderOptions
|
/external/webp/include/webp/ |
decode.h | 440 int crop_width, crop_height; // dimension of the cropping area member in struct:WebPDecoderOptions
|
/external/webp/src/dec/ |
buffer.c | 147 const int ch = options->crop_height;
|
webp.c | 742 h = options->crop_height;
|
/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_libwebp.cpp | 271 config->options.crop_height = region.height();
|
/external/skia/src/images/ |
SkImageDecoder_libwebp.cpp | 271 config->options.crop_height = region.height();
|
/external/webp/examples/ |
dwebp.c | 420 config.options.crop_height = strtol(argv[++c], NULL, 0);
|
/external/chromium_org/chrome/browser/themes/ |
browser_theme_pack.cc | 1320 int crop_height = kImagesToCrop[i].max_height; local [all...] |