HomeSort by relevance Sort by last modified time
    Searched refs:srcHeight (Results 1 - 25 of 28) sorted by null

1 2

  /packages/apps/Gallery2/jni/filters/
geometry.c 20 __inline__ void flipVertical(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){
24 int length = srcHeight;
34 __inline__ void flipHorizontal(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){
38 int length = srcHeight;
51 __inline__ void flip_fun(int flip, char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){
57 flipHorizontal(source, srcWidth, srcHeight, temp, dstWidth, dstHeight);
63 flipHorizontal(source, srcWidth, srcHeight, destination, dstWidth, dstHeight);
67 flipVertical(source, srcWidth, srcHeight, destination, dstWidth, dstHeight);
73 __inline__ void rotate90(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){
76 int length = srcHeight;
    [all...]
  /frameworks/native/include/media/editor/
II420ColorConverter.h 71 * @param srcHeight (IN) Height of the I420 frame
86 void* srcBits, int srcWidth, int srcHeight,
100 * @param srcHeight (IN) Height of the I420 frame
112 int srcWidth, int srcHeight,
  /hardware/ti/omap4xxx/libI420colorconvert/
ColorConvert.cpp 26 void* srcBits, int srcWidth, int srcHeight, ARect srcRect, void* dstBits) {
31 srcWidth * (srcHeight - srcRect.top / 2);
66 void* srcBits, int srcWidth, int srcHeight,
71 for(int i=0; i < srcHeight; i++) {
76 uint8_t* pSrc_u = (uint8_t*)srcBits + (srcWidth * srcHeight);
77 uint8_t* pSrc_v = (uint8_t*)pSrc_u + (srcWidth / 2) * (srcHeight / 2);
80 for(int i=0; i < srcHeight / 2; i++) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterGeometry.java 54 native protected void nativeApplyFilterFlip(Bitmap src, int srcWidth, int srcHeight,
57 native protected void nativeApplyFilterRotate(Bitmap src, int srcWidth, int srcHeight,
60 native protected void nativeApplyFilterCrop(Bitmap src, int srcWidth, int srcHeight,
63 native protected void nativeApplyFilterStraighten(Bitmap src, int srcWidth, int srcHeight,
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageSkia.cpp 70 static ResamplingMode computeResamplingMode(PlatformContextSkia* platformContext, const NativeImageSkia& bitmap, int srcWidth, int srcHeight, float destWidth, float destHeight)
77 srcHeight = srcSize.height();
102 if (srcWidth == destIWidth && srcHeight == destIHeight) {
108 || srcHeight <= kSmallImageSizeThreshold
116 if (srcHeight * kLargeStretch <= destHeight || srcWidth * kLargeStretch <= destWidth) {
123 if (srcWidth == destWidth || srcHeight == destHeight)
132 && (fabs(destHeight - srcHeight) / srcHeight < kFractionalChangeThreshold)) {
292 static void TransformDimensions(const SkMatrix& matrix, float srcWidth, float srcHeight, float* destWidth, float* destHeight) {
297 src_points[2].set(0, SkFloatToScalar(srcHeight));
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 415 int srcWidth, int srcHeight, int stride) {
419 for (int i = srcHeight; i > 0; i--) {
426 p += srcWidth * srcHeight / 4;
427 for (int i = srcHeight / 2; i > 0; i--) {
433 p -= srcWidth * srcHeight / 2;
434 for (int i = srcHeight / 2; i > 0; i--) {
475 M4xVSS_MediaRendering renderingMode, int srcWidth, int srcHeight) {
485 y = float(srcHeight) / mDstHeight;
497 y = float(srcHeight) / mDstHeight;
NativeWindowRenderer.h 80 int srcWidth, int srcHeight, int stride);
83 int srcWidth, int srcHeight);
  /frameworks/av/include/media/stagefright/
ColorConverter.h 38 size_t srcWidth, size_t srcHeight,
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.h 104 typedef C2DColorConverterBase* createC2DColorConverter_t(size_t srcWidth, size_t srcHeight, size_t dstWidth, size_t dstHeight, ColorConvertFormat srcFormat, ColorConvertFormat dstFormat, int32_t flags);
C2DColorConverter.cpp 58 C2DColorConverter(size_t srcWidth, size_t srcHeight, size_t dstWidth, size_t dstHeight, ColorConvertFormat srcFormat, ColorConvertFormat dstFormat, int32_t flags);
110 C2DColorConverter::C2DColorConverter(size_t srcWidth, size_t srcHeight, size_t dstWidth, size_t dstHeight, ColorConvertFormat srcFormat, ColorConvertFormat dstFormat, int32_t flags)
137 mSrcHeight = srcHeight;
142 mSrcSize = calcSize(srcFormat, srcWidth, srcHeight);
144 mSrcYSize = calcYSize(srcFormat, srcWidth, srcHeight);
159 mSrcSurfaceDef = getDummySurfaceDef(srcFormat, srcWidth, srcHeight, true);
166 mBlit.source_rect.height = srcHeight << 16;
670 extern "C" C2DColorConverterBase* createC2DColorConverter(size_t srcWidth, size_t srcHeight, size_t dstWidth, size_t dstHeight, ColorConvertFormat srcFormat, ColorConvertFormat dstFormat, int32_t flags)
672 return new C2DColorConverter(srcWidth, srcHeight, dstWidth, dstHeight, srcFormat, dstFormat, flags);
  /packages/apps/Mms/src/com/android/mms/util/
ThumbnailManager.java 395 int srcHeight = bitmap.getHeight();
397 (float) maxLength / srcWidth, (float) maxLength / srcHeight);
515 int srcHeight = bitmap.getHeight();
517 (float) targetSize / srcWidth, (float) targetSize / srcHeight);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java 142 int srcHeight = bitmap.getHeight();
144 (float) maxLength / srcWidth, (float) maxLength / srcHeight);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
shmstr.h 133 CARD16 srcHeight B16;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shmstr.h 133 CARD16 srcHeight B16;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shmstr.h 133 CARD16 srcHeight B16;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageOverlay.java 283 int srcHeight = vi.getImgSize();
290 srcX, srcY, srcWidth, srcHeight,
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.h 192 bool m_YUY2toNV21(void *srcBuf, void *dstBuf, uint32_t srcWidth, uint32_t srcHeight);
ExynosCameraHWInterface.cpp     [all...]
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 81 size_t srcWidth, size_t srcHeight,
94 srcWidth, srcHeight,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glxext.h 725 int srcXOrigin, srcYOrigin, srcWidth, srcHeight;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glxext.h 725 int srcXOrigin, srcYOrigin, srcWidth, srcHeight;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glxext.h 725 int srcXOrigin, srcYOrigin, srcWidth, srcHeight;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1411 milliseconds

1 2