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

  /external/chromium_org/media/base/
yuv_convert.cc 197 int source_height,
207 if ((yuv_type == YV12 && (source_width < 2 || source_height < 2)) ||
208 (yuv_type == YV16 && (source_width < 2 || source_height < 1)) ||
241 y_buf += (source_height - 1) * y_pitch;
242 u_buf += ((source_height >> y_shift) - 1) * uv_pitch;
243 v_buf += ((source_height >> y_shift) - 1) * uv_pitch;
244 source_height = -source_height;
253 tmp = source_height;
254 source_height = source_width
    [all...]
yuv_convert.h 89 int source_height,
107 int source_height,
  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 211 * unsigned int source_height : Height of input image.
241 unsigned int source_height,
272 unsigned char *source_base; /* = (unsigned char *) ((source_pitch >= 0) ? source : (source + ((source_height-1) * source_pitch))); */
281 offset = (source_height - 1);
346 if (source_height == dest_height) {
402 if (source_height == dest_height) {
413 if (dest_height > source_height) {
415 source_band_height = dest_band_height * source_height / dest_height;
430 if (k * source_band_height + i < (int) source_height) {
  /external/chromium_org/printing/
pdf_metafile_cg_mac.cc 193 const float source_height = local
199 (source_height > rect.size.height))) ||
201 (source_height < rect.size.height)));
204 float y_scaling_factor = rect.size.height / source_height;
219 ((rect.size.height - (source_height * scaling_factor)) / 2) : 0;
  /external/chromium_org/skia/ext/
convolver_unittest.cc 239 unsigned int source_height = source_sizes[i][1]; local
255 unsigned int offset = source_height * p / dest_height;
258 source_height - offset));
265 source_width, source_height);
316 VLOG(1) << "from:" << source_width << "x" << source_height
  /external/chromium/chrome/browser/
aeropeek_manager.cc 390 float source_height = static_cast<float>(height); local
391 DCHECK(source_width && source_height);
394 float ratio_height = thumbnail_height / source_height;
398 thumbnail_height = source_height * ratio_width;
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit.c 88 FT_Int source_height )
121 for ( height = source_height; height > 0; height-- )
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 9788 int source_width, source_height, dest_width, dest_height; local
    [all...]

Completed in 404 milliseconds