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

  /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...]
  /external/pdfium/third_party/libpng16/
pngset.c 383 int unit, png_const_charp swidth, png_const_charp sheight)
398 if (swidth == NULL || (lengthw = strlen(swidth)) == 0 ||
399 swidth[0] == 45 /* '-' */ || !png_check_fp_string(swidth, lengthw))
422 memcpy(info_ptr->scal_s_width, swidth, lengthw);
464 char swidth[PNG_sCAL_MAX_DIGITS+1]; local
467 png_ascii_from_fp(png_ptr, swidth, (sizeof swidth), width,
472 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheight)
494 char swidth[PNG_sCAL_MAX_DIGITS+1]; local
    [all...]
  /external/skia/third_party/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...]
  /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...]
  /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...]
  /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...]
  /external/syslinux/com32/lib/libpng/
pngrutil.c 1793 png_charp swidth, sheight; local
    [all...]
  /external/syslinux/core/fs/xfs/
xfs_fs.h 169 uint32_t swidth; /* stripe width, fsblocks */ member in struct:xfs_fsop_geom_v1
195 uint32_t swidth; /* stripe width, fsblocks */ member in struct:xfs_fsop_geom
  /external/syslinux/extlinux/
xfs_fs.h 169 uint32_t swidth; /* stripe width, fsblocks */ member in struct:xfs_fsop_geom_v1
195 uint32_t swidth; /* stripe width, fsblocks */ member in struct:xfs_fsop_geom
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 420 milliseconds