/external/chromium_org/third_party/webrtc/tools/barcode_tools/ |
yuv_cropper.py | 25 planes (Y, U, V) of the YUV file plus the crop_height scaled for every 26 plane. The sizes equal width, height and crop_height for the Y plane, 27 and are equal to width/2, height/2 and crop_height/2 for the U and V 41 # Only write the plane data for the rows bigger than crop_height. 47 def crop_frames(yuv_file_name, output_file_name, width, height, crop_height): 50 This function goes through all the frames in a video and crops the crop_height 59 crop_height(int): The height (the number of pixel rows) to be cropped from 63 component_sizes = [(width, height, crop_height), 64 (width/2, height/2, crop_height/2), 65 (width/2, height/2, crop_height/2) [all...] |
/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...] |
/external/chromium_org/third_party/libyuv/source/ |
convert_to_argb.cc | 37 int crop_width, int crop_height, 45 int inv_crop_height = (crop_height < 0) ? -crop_height : crop_height; 58 int abs_crop_height = (crop_height < 0) ? -crop_height : crop_height; 62 src_height == 0 || crop_height == 0) {
|
convert_to_i420.cc | 36 int crop_width, int crop_height, 44 int inv_crop_height = (crop_height < 0) ? -crop_height : crop_height; 56 int abs_crop_height = (crop_height < 0) ? -crop_height : crop_height; 60 src_height == 0 || crop_height == 0) {
|
/hardware/intel/img/hwcomposer/ips/common/ |
VideoPayloadBuffer.h | 62 uint32_t crop_height; member in struct:android::intel::VideoPayloadBuffer
|
RotationBufferProvider.cpp | 224 if (payload->crop_width && payload->crop_height) { 226 height = (payload->crop_height >> mBobDeinterlace); 230 payload->crop_height = height; 520 payload->height = payload->crop_height = h;
|
/hardware/samsung_slsi/exynos5/include/ |
exynos_gscaler.h | 154 * \param crop_height 176 unsigned int crop_height, 204 * \param crop_height 229 unsigned int crop_height,
|
exynos_rotator.h | 87 * \param crop_height 106 unsigned int crop_height,
|
/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...] |
/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...] |
/external/chromium_org/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 | 402 obj_surface->share_info->crop_height = obj_surface->share_info->height; 405 obj_surface->share_info->crop_height = driver_data->render_rect.height;
|
/external/chromium_org/third_party/libwebp/dec/ |
buffer.c | 174 const int ch = options->crop_height;
|
/external/webp/src/dec/ |
buffer.c | 174 const int ch = options->crop_height;
|
/hardware/intel/img/psb_video/src/ |
psb_drv_video.h | 506 unsigned int crop_height; member in struct:psb_surface_share_info_s
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/ |
Exynos_OMX_Vdec.c | 434 height, /* crop_height */ 444 height, /* crop_height */ [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/ |
Exynos_OMX_Venc.c | 370 nFrameHeight, /* crop_height */ 380 nFrameHeight, /* crop_height */ [all...] |
/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/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_libwebp.cpp | 276 config->options.crop_height = region.height();
|
/external/skia/src/images/ |
SkImageDecoder_libwebp.cpp | 276 config->options.crop_height = region.height();
|
/external/webp/examples/ |
dwebp.c | 420 config.options.crop_height = strtol(argv[++c], NULL, 0);
|
/external/webp/include/webp/ |
decode.h | 440 int crop_width, crop_height; // dimension of the cropping area member in struct:WebPDecoderOptions
|