Home
last modified time | relevance | path

Searched refs:srcWidth (Results 1 – 19 of 19) sorted by relevance

/frameworks/native/headers/media_plugin/media/editor/
DII420ColorConverter.h86 void* srcBits, int srcWidth, int srcHeight,
112 int srcWidth, int srcHeight,
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicResize.cpp332 const int srcWidth = cp->mAlloc->mHal.drvState.lod[0].dimX; in kernelU4() local
380 xclip, srcWidth - xoff + xclip, in kernelU4()
393 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth); in kernelU4()
410 const int srcWidth = cp->mAlloc->mHal.drvState.lod[0].dimX; in kernelU2() local
457 xclip, srcWidth - xoff + xclip, in kernelU2()
471 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth); in kernelU2()
488 const int srcWidth = cp->mAlloc->mHal.drvState.lod[0].dimX; in kernelU1() local
535 xclip, srcWidth - xoff + xclip, in kernelU1()
550 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth); in kernelU1()
567 const int srcWidth = cp->mAlloc->mHal.drvState.lod[0].dimX; in kernelF4() local
[all …]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
DBitmapUtils.java140 int srcWidth = bitmap.getWidth(); in resizeDownBySideLength() local
143 (float) maxLength / srcWidth, (float) maxLength / srcHeight); in resizeDownBySideLength()
/frameworks/av/cmds/stagefright/
Dmediafilter.cpp195 int32_t srcWidth, srcHeight, srcStride, srcSliceHeight; in tryCopyDecodedBuffer() local
200 && srcFormat->findInt32("width", &srcWidth) in tryCopyDecodedBuffer()
209 CHECK(srcWidth <= destStride && srcHeight <= destSliceHeight); in tryCopyDecodedBuffer()
214 srcWidth, in tryCopyDecodedBuffer()
/frameworks/av/media/libstagefright/include/media/stagefright/
DColorConverter.h42 size_t srcWidth, size_t srcHeight, size_t srcStride,
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31Ext.spec15 … dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeigh…
DGLES32.spec2 … dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeigh…
/frameworks/base/opengl/java/android/opengl/
DGLES31Ext.java426 int srcWidth, in glCopyImageSubDataEXT() argument
DGLES32.java262 int srcWidth, in glCopyImageSubData() argument
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp191 size_t srcWidth, size_t srcHeight, size_t srcStride, in convert() argument
200 srcWidth, srcHeight, srcStride, in convert()
/frameworks/base/core/jni/
Dandroid_opengl_GLES31Ext.cpp714 …e, jint dstTarget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, … in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII() argument
728 (GLsizei)srcWidth, in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
Dandroid_opengl_GLES32.cpp431 …e, jint dstTarget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, … in android_glCopyImageSubData__IIIIIIIIIIIIIII() argument
445 (GLsizei)srcWidth, in android_glCopyImageSubData__IIIIIIIIIIIIIII()
/frameworks/base/libs/hwui/debug/
Dgles_stubs.in946 … dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeigh…
947 …evel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDe…
1132 … dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeigh…
1133 …evel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDe…
1285 … dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeigh…
1286 …evel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDe…
Dgles_decls.in316 … dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeigh…
378 … dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeigh…
429 … dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeigh…
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in61 … dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeigh…
62 …evel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDe…
340 … dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeigh…
341 …evel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDe…
Dgl2_api.in946 … dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeigh…
947 …evel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDe…
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h288 … dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeigh…
290 … dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeigh…
1198 … dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeigh…
1200 … dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeigh…
/frameworks/native/opengl/libs/
Dentries.in114 … dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeigh…
115 … dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeigh…
116 … dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeigh…
/frameworks/native/opengl/include/GLES3/
Dgl32.h1734 … dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeigh…
1779 … dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeigh…