HomeSort by relevance Sort by last modified time
    Searched full:dstwidth (Results 26 - 50 of 74) sorted by null

12 3

  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.cpp 57 C2DColorConverter(size_t srcWidth, size_t srcHeight, size_t dstWidth, size_t dstHeight, ColorConvertFormat srcFormat, ColorConvertFormat dstFormat, int32_t flags,size_t srcStride);
115 C2DColorConverter::C2DColorConverter(size_t srcWidth, size_t srcHeight, size_t dstWidth, size_t dstHeight, ColorConvertFormat srcFormat, ColorConvertFormat dstFormat, int32_t flags, size_t srcStride)
165 mDstWidth = dstWidth;
170 mDstSize = calcSize(dstFormat, dstWidth, dstHeight);
172 mDstYSize = calcYSize(dstFormat, dstWidth, dstHeight);
177 mDstSurfaceDef = getDummySurfaceDef(dstFormat, dstWidth, dstHeight, false);
186 mBlit.target_rect.width = dstWidth << 16;
763 extern "C" C2DColorConverterBase* createC2DColorConverter(size_t srcWidth, size_t srcHeight, size_t dstWidth, size_t dstHeight, ColorConvertFormat srcFormat, ColorConvertFormat dstFormat, int32_t flags, size_t srcStride)
765 return new C2DColorConverter(srcWidth, srcHeight, dstWidth, dstHeight, srcFormat, dstFormat, flags, srcStride);
C2DColorConverter.h 116 typedef C2DColorConverterBase* createC2DColorConverter_t(size_t srcWidth, size_t srcHeight, size_t dstWidth, size_t dstHeight, ColorConvertFormat srcFormat, ColorConvertFormat dstFormat, int32_t flags, size_t srcStride);
  /external/skia/samplecode/
SampleStrokePath.cpp 78 static void scale_to_width(SkPath* path, SkScalar dstWidth) {
80 SkScalar scale = dstWidth / bounds.width();
  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViESurfaceRenderer.java 55 private void changeDestRect(int dstWidth, int dstHeight) {
56 dstRect.right = (int)(dstRect.left + dstRightScale * dstWidth);
  /external/skia/src/effects/
SkBlurMask.cpp 785 int dstWidth = dst->fBounds.width();
789 SkAutoTMalloc<uint8_t> horizontalScanline(dstWidth);
792 ComputeBlurredScanline(horizontalScanline, profile.get(), dstWidth, sigma);
796 for (int x = 0 ; x < dstWidth ; x++) {
810 uint8_t *blur_scanline = dp + (y+pad)*dstWidth + pad;
824 uint8_t *dst_scanline = dp + y*dstWidth + pad;
829 uint8_t *dst_scanline = dp + y*dstWidth + pad;
902 int dstWidth = dst->fBounds.width();
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java 386 byte[] dst, int dstByteOffset, int dstWidth, int dstHeight) {
388 int dstOffset0 = 2 * i * dstWidth + dstByteOffset;
389 int dstOffset1 = dstOffset0 + dstWidth;
394 for (int j = 0; j < dstWidth/2 - 1; j++) {
412 int dstOffset0 = (dstHeight - 2) * dstWidth + dstByteOffset;
413 int dstOffset1 = dstOffset0 + dstWidth;
416 for (int j = 0; j < dstWidth/2 - 1; j++) {
439 int dstWidth, int dstHeight) throws Exception {
441 int dstYSize = dstWidth * dstHeight;
443 if (dstWidth == 2 * srcWidth && dstHeight <= 2 * srcHeight)
    [all...]
  /hardware/intel/common/utils/ISV/include/
isv_worker.h 73 uint32_t dstWidth;
  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.h 112 typedef C2DColorConverterBase* createC2DColorConverter_t(size_t srcWidth, size_t srcHeight, size_t dstWidth, size_t dstHeight, ColorConvertFormat srcFormat, ColorConvertFormat dstFormat, int32_t flags, size_t srcStride);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusbrush.h 460 REAL dstX, REAL dstY, REAL dstWidth, REAL dstHeight)
465 wrapMode, dstX, dstY, dstWidth, dstHeight,
470 INT dstX, INT dstY, INT dstWidth, INT dstHeight)
475 wrapMode, dstX, dstY, dstWidth, dstHeight,
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/
Pixmap.java 303 * @param dstWidth The target width
305 public void drawPixmap (Pixmap pixmap, int srcx, int srcy, int srcWidth, int srcHeight, int dstx, int dsty, int dstWidth,
307 image(pixmap.getCanvasElement(), srcx, srcy, srcWidth, srcHeight, dstx, dsty, dstWidth, dstHeight);
472 private void image (CanvasElement image, int srcX, int srcY, int srcWidth, int srcHeight, int dstX, int dstY, int dstWidth, int dstHeight) {
478 context.rect(dstX, dstY, dstWidth, dstHeight);
485 context.drawImage(image, srcX, srcY, srcWidth, srcHeight, dstX, dstY, dstWidth, dstHeight);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
Pixmap.java 246 * @param dstWidth The target width
248 public void drawPixmap (Pixmap pixmap, int srcx, int srcy, int srcWidth, int srcHeight, int dstx, int dsty, int dstWidth,
250 this.pixmap.drawPixmap(pixmap.pixmap, srcx, srcy, srcWidth, srcHeight, dstx, dsty, dstWidth, dstHeight);
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnOverlayPlane.cpp 360 uint32_t dstWidth = w;
368 dstWidth, dstHeight,
381 if (srcWidth == dstWidth && srcHeight == dstHeight) {
385 xscaleFract = ((srcWidth - 1) << 12) / dstWidth;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnOverlayPlane.cpp 415 uint32_t dstWidth = w;
424 dstWidth, dstHeight,
449 if (srcWidth == dstWidth && srcHeight == dstHeight) {
453 xscaleFract = ((srcWidth - 1) << 12) / dstWidth;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 364 int dstWidth = image.getWidth();
370 int xStop = dstWidth - right;
382 int lastPixelOffset = right * dstWidth;
386 for (int y = 0, bufferOffset = 0; y < dstHeight; y++, bufferOffset = y * dstWidth) {
415 for (int x = 0, bufferOffset = 0; x < dstWidth; x++, bufferOffset = x) {
418 for (int y = 0; y < shadowSize; y++, bufferOffset += dstWidth) {
426 for (int y = yStart; y < yStop; y++, bufferOffset += dstWidth) {
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
MockTvInputService.java 309 int dstWidth = c.getWidth();
313 new Rect(10, 10, dstWidth - 10, dstHeight - 10), null);
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 357 final int dstWidth = (int) (sBallDiameter * mMetersToPixelsX + 0.5f);
359 mBitmap = Bitmap.createScaledBitmap(ball, dstWidth, dstHeight, true);
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 89 size_t dstWidth, size_t dstHeight,
103 dstWidth, dstHeight,
  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCV.hpp 997 CV_EXPORTS NCVStatus ncvDrawRects_8u_host(Ncv8u *h_dst, Ncv32u dstStride, Ncv32u dstWidth, Ncv32u dstHeight,
1001 CV_EXPORTS NCVStatus ncvDrawRects_32u_host(Ncv32u *h_dst, Ncv32u dstStride, Ncv32u dstWidth, Ncv32u dstHeight,
1005 CV_EXPORTS NCVStatus ncvDrawRects_8u_device(Ncv8u *d_dst, Ncv32u dstStride, Ncv32u dstWidth, Ncv32u dstHeight,
1009 CV_EXPORTS NCVStatus ncvDrawRects_32u_device(Ncv32u *d_dst, Ncv32u dstStride, Ncv32u dstWidth, Ncv32u dstHeight,
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 1033 uint32_t dstWidth = w;
1041 dstWidth, dstHeight);
1044 if (srcWidth == dstWidth && srcHeight == dstHeight) {
1048 xscaleFract = ((srcWidth - 1) << 12) / dstWidth;
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 1013 uint32_t dstWidth = w;
1018 dstWidth, dstHeight);
1021 if (srcWidth == dstWidth && srcHeight == dstHeight) {
1025 xscaleFract = ((srcWidth - 1) << 12) / dstWidth;
    [all...]
  /external/skia/src/codec/
SkJpegCodec.cpp 247 const unsigned int dstWidth = size.width();
262 while (dinfo.output_width != dstWidth || dinfo.output_height != dstHeight) {
265 if (1 == num || dstWidth > dinfo.output_width || dstHeight > dinfo.output_height) {
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp 343 mFilterParam.dstWidth = filterParam->dstWidth;
765 dst_region.width = mFilterParam.dstWidth;
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_fbupdate.cpp 529 const uint32_t dstWidth = displayFrame.right - displayFrame.left;
531 const uint32_t layerClock = getLayerClock(dstWidth, dstHeight, cropHeight);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockFieldMatrix.java 788 * @param dstWidth destination block width ({@link #BLOCK_SIZE} or smaller)
    [all...]

Completed in 1290 milliseconds

12 3