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

  /packages/apps/Gallery2/jni/filters/
kmeans.cc 35 jint swidth, jint sheight, jint p, jint seed)
49 int len = swidth * sheight * 4;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterKMeans.java 54 int swidth, int sheight, int p, int seed);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 200 Int swidth; local
236 swidth = lx;
249 d = (*SAD_Blk_HalfPel)(cand, cur8, dmin, lx, swidth, xh, yh, extra_info);
  /external/libpng/
pngset.c 371 int unit, png_const_charp swidth, png_const_charp sheight)
386 if (swidth == NULL || (lengthw = strlen(swidth)) == 0 ||
387 swidth[0] == 45 /* '-' */ || !png_check_fp_string(swidth, lengthw))
410 memcpy(info_ptr->scal_s_width, swidth, lengthw);
452 char swidth[PNG_sCAL_MAX_DIGITS+1]; local
455 png_ascii_from_fp(png_ptr, swidth, (sizeof swidth), width,
460 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheight)
482 char swidth[PNG_sCAL_MAX_DIGITS+1]; local
    [all...]
png.h     [all...]
  /external/opencv3/3rdparty/libpng/
pngset.c 379 int unit, png_const_charp swidth, png_const_charp sheight)
394 if (swidth == NULL || (lengthw = png_strlen(swidth)) == 0 ||
395 swidth[0] == 45 /* '-' */ || !png_check_fp_string(swidth, lengthw))
416 png_memcpy(info_ptr->scal_s_width, swidth, lengthw);
456 char swidth[PNG_sCAL_MAX_DIGITS+1]; local
459 png_ascii_from_fp(png_ptr, swidth, sizeof swidth, width,
464 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheight)
486 char swidth[PNG_sCAL_MAX_DIGITS+1]; local
    [all...]
png.h     [all...]
  /external/pdfium/third_party/lpng_v163/
pngset.c 362 int unit, png_const_charp swidth, png_const_charp sheight)
377 if (swidth == NULL || (lengthw = strlen(swidth)) == 0 ||
378 swidth[0] == 45 /* '-' */ || !png_check_fp_string(swidth, lengthw))
400 memcpy(info_ptr->scal_s_width, swidth, lengthw);
441 char swidth[PNG_sCAL_MAX_DIGITS+1]; local
444 png_ascii_from_fp(png_ptr, swidth, (sizeof swidth), width,
449 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheight);
471 char swidth[PNG_sCAL_MAX_DIGITS+1]; local
    [all...]
png.h     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bdf/
bdf.h 150 unsigned short swidth; /* Scalable width. */ member in struct:bdf_glyph_t_
bdflib.c 195 #define ACMSG8 "Glyph scalable width (SWIDTH) adjustments made.\n"
196 #define ACMSG9 "SWIDTH field missing at line %ld. Set automatically.\n"
    [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.c 280 int swidth = ((offset + width + mask) >> shift) - (offset >> shift); local
281 swidth <<= 1;
282 swidth -= 1;
283 return swidth << 2;
420 unsigned int swidth, swidthy, swidthuv; local
541 overlay->SWIDTH = width | ((width / 2 & 0x7ff) << 16);
549 overlay->SWIDTH = width | ((width / 2 & 0x7ff) << 16);
558 overlay->SWIDTH = width;
559 swidth = ((offsety + (width << 1) + mask) >> shift) -
562 swidth <<= 1
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
mask.c 54 VGint swidth, VGint sheight,
74 location[2] = MIN2(tx + swidth, MIN2(dwidth, tx + twidth));
77 offsets[2] = MIN2(twidth, MIN2(dwidth - tx, swidth ));
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 780 uint32_t swidth = ((offset + width + 0x3F) >> 6) - (offset >> 6); local
782 swidth <<= 1;
783 swidth -= 1;
785 return swidth;
835 backBuffer->SWIDTH = width | ((width / 2) << 16);
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 801 uint32_t swidth = ((offset + width + 0x3F) >> 6) - (offset >> 6); local
803 swidth <<= 1;
804 swidth -= 1;
806 return swidth;
855 backBuffer->SWIDTH = width | ((width / 2) << 16);
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /external/opencv3/modules/imgproc/src/
imgwarp.cpp     [all...]

Completed in 6535 milliseconds