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

  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 192 o_img_ptr.uWidth = params->out_width;
362 int out_width = 0, in_width = 0; local
371 out_width = input->out_width;
383 if ((in_width < 2) || (out_width < 2) || (in_height < 2) || (out_height < 2) ||
391 if ((in_width != out_width) || (in_height != out_height)) {
396 } else if ((in_width != out_width) || (in_height != out_height)) {
415 out_width, out_height, input->dst,
419 cinfo.image_width = out_width - right_crop;
431 row_tmp = (uint8_t*)malloc(out_width * 3)
    [all...]
AppCallbackNotifier.cpp     [all...]
  /external/chromium_org/third_party/libwebp/dec/
io.c 312 const int out_width = io->scaled_width; local
314 const int uv_out_width = (out_width + 1) >> 1;
318 const size_t work_size = 2 * out_width; // scratch memory for luma rescaler
333 buf->y, out_width, out_height, buf->y_stride, 1,
334 io->mb_w, out_width, io->mb_h, out_height,
350 buf->a, out_width, out_height, buf->a_stride, 1,
351 io->mb_w, out_width, io->mb_h, out_height,
484 const int out_width = io->scaled_width; local
488 const size_t work_size = 2 * out_width; // scratch memory for one rescaler
494 tmp_size2 = 3 * out_width;
    [all...]
vp8l.c 372 const int out_width = io->scaled_width; local
375 const uint64_t work_size = 2 * num_channels * (uint64_t)out_width;
377 const uint64_t scaled_data_size = num_channels * (uint64_t)out_width;
397 out_width, out_height, 0, num_channels,
398 in_width, out_width, in_height, out_height, work);
    [all...]
  /external/webp/src/dec/
io.c 312 const int out_width = io->scaled_width; local
314 const int uv_out_width = (out_width + 1) >> 1;
318 const size_t work_size = 2 * out_width; // scratch memory for luma rescaler
333 buf->y, out_width, out_height, buf->y_stride, 1,
334 io->mb_w, out_width, io->mb_h, out_height,
350 buf->a, out_width, out_height, buf->a_stride, 1,
351 io->mb_w, out_width, io->mb_h, out_height,
484 const int out_width = io->scaled_width; local
488 const size_t work_size = 2 * out_width; // scratch memory for one rescaler
494 tmp_size2 = 3 * out_width;
    [all...]
vp8l.c 371 const int out_width = io->scaled_width; local
374 const uint64_t work_size = 2 * num_channels * (uint64_t)out_width;
376 const uint64_t scaled_data_size = num_channels * (uint64_t)out_width;
396 out_width, out_height, 0, num_channels,
397 in_width, out_width, in_height, out_height, work);
    [all...]
  /external/jpeg/
jsimd_neon.c 38 JPP((JDIMENSION out_width,
42 JPP((JDIMENSION out_width,
  /hardware/ti/omap4xxx/kernel-headers/linux/
omapfb.h 116 __u32 out_width, out_height; member in struct:omapfb_update_window
146 __u32 out_width; member in struct:omapfb_plane_info
  /external/chromium_org/tools/telemetry/telemetry/core/
bitmap.py 136 out_width = max(self.width, other.width)
139 diff = [[0 for x in xrange(out_width * 3)] for x in xrange(out_height)]
143 for x in range(out_width):
  /hardware/ti/omap4xxx/original-kernel-headers/linux/
omapfb.h 116 __u32 out_width, out_height; member in struct:omapfb_update_window
144 __u32 out_width; member in struct:omapfb_plane_info
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 119 int out_width; member in struct:android::Encoder_libjpeg::params
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 364 LLVMValueRef *out_width,
lp_bld_sample.c 841 LLVMValueRef *out_width,
848 *out_width = lp_build_extract_broadcast(bld->gallivm,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 364 LLVMValueRef *out_width,
lp_bld_sample.c 841 LLVMValueRef *out_width,
848 *out_width = lp_build_extract_broadcast(bld->gallivm,
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.h 453 LONG* out_width,
687 int* out_width,
695 int* out_width,
browser_accessibility_win.cc     [all...]

Completed in 1436 milliseconds