/hardware/samsung_slsi/exynos5/libcsc/ |
csc.h | 215 * @param crop_width 233 unsigned int *crop_width, 260 * @param crop_width 278 unsigned int crop_width, 301 * @param crop_width 319 unsigned int *crop_width, 346 * @param crop_width 364 unsigned int crop_width,
|
csc.c | 85 unsigned int crop_width; member in struct:_CSC_FORMAT 440 csc_handle->src_format.crop_width, 452 csc_handle->dst_format.crop_width, 475 csc_handle->src_format.crop_width; 489 csc_handle->dst_format.crop_width; 682 unsigned int *crop_width, 698 *crop_width = csc_handle->src_format.crop_width; 712 unsigned int crop_width, 728 csc_handle->src_format.crop_width = crop_width [all...] |
/hardware/samsung_slsi/exynos5/include/ |
exynos_rotator.h | 84 * \param crop_width 105 unsigned int crop_width,
|
exynos_gscaler.h | 151 * \param crop_width 175 unsigned int crop_width, 201 * \param crop_width 228 unsigned int crop_width,
|
/hardware/samsung_slsi/exynos5/libgscaler/ |
exynos_gsc_utils.h | 94 unsigned int crop_width; member in struct:gsc_info
|
exynos_gscaler.c | 642 info->crop.c.width = info->crop_width; 1044 unsigned int crop_width, 1066 gsc_handle->src.crop_width = crop_width; 1087 unsigned int crop_width, [all...] |
/hardware/samsung_slsi/exynos5/librotator/ |
exynos_rotator.c | 66 unsigned int crop_width; member in struct:rotator_info 471 info->crop_width != info->crop.c.width || 527 info->crop.c.width = info->crop_width; 694 unsigned int crop_width, 713 rotator_handle->src.crop_width = crop_width; 746 rotator_handle->dst.crop_width = rotator_handle->src.crop_width; 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 | 146 const int cw = options->crop_width;
|
webp.c | 758 w = options->crop_width;
|
/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 | 146 const int cw = options->crop_width;
|
webp.c | 741 w = options->crop_width;
|
/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_libwebp.cpp | 270 config->options.crop_width = region.width();
|
/external/skia/src/images/ |
SkImageDecoder_libwebp.cpp | 270 config->options.crop_width = region.width();
|
/external/webp/examples/ |
dwebp.c | 419 config.options.crop_width = strtol(argv[++c], NULL, 0);
|