HomeSort by relevance Sort by last modified time
    Searched full:sheight (Results 1 - 25 of 32) sorted by null

1 2

  /packages/apps/Gallery2/jni/filters/
kmeans.cc 35 jint swidth, jint sheight, jint p, jint seed)
49 int len = swidth * sheight * 4;
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.h 37 return mGif ? mGif->SHeight : 0;
FrameSequence_gif.cpp 115 mGif->SWidth, mGif->SHeight, mGif->ImageCount, durationMs);
  /hardware/intel/img/psb_video/src/x11/
psb_coverlay.c 661 local_rect->sHeight = (unsigned short)(local_rect->dHeight * yScaleFactor);
663 extend_rect->sHeight = (unsigned short)(extend_rect->dHeight * yScaleFactor);
708 local_rect->sHeight = (unsigned short)(local_rect->dHeight * yScaleFactor);
710 extend_rect->sHeight = (unsigned short)(extend_rect->dHeight * yScaleFactor);
756 local_rect->sHeight = (unsigned short)(local_rect->dHeight * yScaleFactor);
758 extend_rect->sHeight = (unsigned short)(extend_rect->dHeight * yScaleFactor);
760 local_rect->srcy = srcy + extend_rect->sHeight;
804 local_rect->sHeight = (unsigned short)(local_rect->dHeight * yScaleFactor);
806 extend_rect->sHeight = (unsigned short)(extend_rect->dHeight * yScaleFactor);
809 extend_rect->srcy = srcy + local_rect->sHeight;
    [all...]
psb_x11.h 54 unsigned short sHeight;
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayTest.java 81 private static int sHeight = ENCODER_PARAM_TABLE[ENCODER_PARAM_TABLE.length-1][2];
228 sHeight = ENCODER_PARAM_TABLE[i][2];
232 Log.d(TAG, "encoder parameters changed: width = " + sWidth + ", height = " + sHeight
255 MediaFormat encoderFormat = MediaFormat.createVideoFormat(MIME_TYPE, sWidth, sHeight);
269 sWidth, sHeight, DENSITY, inputSurface, 0);
273 MediaFormat decoderFormat = MediaFormat.createVideoFormat(MIME_TYPE, sWidth, sHeight);
274 outputSurface = new OutputSurface(sWidth, sHeight);
322 String fileName = DEBUG_FILE_NAME_BASE + sWidth + "x" + sHeight + ".mp4";
517 int y = sHeight / 2;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterKMeans.java 54 int swidth, int sheight, int p, int seed);
  /external/libpng/
pngset.c 363 int unit, png_const_charp swidth, png_const_charp sheight)
382 if (sheight == NULL || (lengthh = strlen(sheight)) == 0 ||
383 sheight[0] == 45 /* '-' */ || !png_check_fp_string(sheight, lengthh))
419 memcpy(info_ptr->scal_s_height, sheight, lengthh);
443 char sheight[PNG_sCAL_MAX_DIGITS+1]; local
447 png_ascii_from_fp(png_ptr, sheight, (sizeof sheight), height,
450 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheight);
473 char sheight[PNG_sCAL_MAX_DIGITS+1]; local
    [all...]
  /external/chromium_org/third_party/skia/tests/
AAClipTest.cpp 184 const SkScalar sheight = SkIntToScalar(height); local
186 path.addOval(SkRect::MakeWH(sheight, sheight));
187 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
201 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
  /external/skia/tests/
AAClipTest.cpp 184 const SkScalar sheight = SkIntToScalar(height); local
186 path.addOval(SkRect::MakeWH(sheight, sheight));
187 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
201 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
  /hardware/intel/img/hwcomposer/ips/common/
OverlayHardware.h 110 uint32_t SHEIGHT;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
mask.c 54 VGint swidth, VGint sheight,
85 location[3] = MIN2(ty + sheight, MIN2(dheight, ty + theight));
88 offsets[3] = MIN2(theight, MIN2(dheight - ty, sheight));
  /external/mesa3d/src/gallium/state_trackers/vega/
mask.c 54 VGint swidth, VGint sheight,
85 location[3] = MIN2(ty + sheight, MIN2(dheight, ty + theight));
88 offsets[3] = MIN2(theight, MIN2(dheight - ty, sheight));
  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 91 info->fHeight = fGIF->SHeight;
350 const int height = gif->SHeight;
SkImageDecoder_libgif.cpp 273 height = gif->SHeight;
  /external/skia/src/images/
SkMovie_gif.cpp 91 info->fHeight = fGIF->SHeight;
350 const int height = gif->SHeight;
SkImageDecoder_libgif.cpp 273 height = gif->SHeight;
  /external/giflib/
gif_lib.h 71 GifWord SWidth, SHeight; /* Size of virtual canvas */
  /hardware/intel/img/psb_video/src/
psb_overlay.h 207 uint32_t SHEIGHT;
psb_overlay.c 545 overlay->SHEIGHT = height | ((height / 2) << 16);
553 overlay->SHEIGHT = height | ((height / 2) << 16);
567 overlay->SHEIGHT = height;
    [all...]
  /external/chromium_org/third_party/libpng/
pngset.c 382 int unit, png_charp swidth, png_charp sheight)
405 length = png_strlen(sheight) + 1;
417 png_memcpy(info_ptr->scal_s_height, sheight, (png_size_t)length);
    [all...]
pngrutil.c 1800 png_charp swidth, sheight; local
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngset.c 382 int unit, png_charp swidth, png_charp sheight)
405 length = png_strlen(sheight) + 1;
417 png_memcpy(info_ptr->scal_s_height, sheight, (png_size_t)length);
    [all...]
pngrutil.c 1816 png_charp swidth, sheight; local
    [all...]
  /hardware/intel/img/hwcomposer/ips/anniedale/
AnnOverlayPlane.cpp 379 backBuffer->SHEIGHT = mapper.getCrop().h;

Completed in 571 milliseconds

1 2