Home
last modified time | relevance | path

Searched refs:srcHeight (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/include/media/editor/
DII420ColorConverter.h86 void* srcBits, int srcWidth, int srcHeight,
112 int srcWidth, int srcHeight,
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicResize.cpp323 const int srcHeight = cp->mAlloc->mHal.drvState.lod[0].dimY; in kernelU4() local
330 int maxy = srcHeight - 1; in kernelU4()
390 const int srcHeight = cp->mAlloc->mHal.drvState.lod[0].dimY; in kernelU2() local
397 int maxy = srcHeight - 1; in kernelU2()
457 const int srcHeight = cp->mAlloc->mHal.drvState.lod[0].dimY; in kernelU1() local
464 int maxy = srcHeight - 1; in kernelU1()
524 const int srcHeight = cp->mAlloc->mHal.drvState.lod[0].dimY; in kernelF4() local
531 int maxy = srcHeight - 1; in kernelF4()
564 const int srcHeight = cp->mAlloc->mHal.drvState.lod[0].dimY; in kernelF2() local
571 int maxy = srcHeight - 1; in kernelF2()
[all …]
/frameworks/av/include/media/stagefright/
DColorConverter.h38 size_t srcWidth, size_t srcHeight,
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
DBitmapUtils.java141 int srcHeight = bitmap.getHeight(); 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
201 && srcFormat->findInt32("height", & srcHeight) in tryCopyDecodedBuffer()
209 CHECK(srcWidth <= destStride && srcHeight <= destSliceHeight); in tryCopyDecodedBuffer()
215 srcHeight, in tryCopyDecodedBuffer()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31Ext.spec15 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept…
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp81 size_t srcWidth, size_t srcHeight, in convert() argument
94 srcWidth, srcHeight, in convert()
/frameworks/base/opengl/java/android/opengl/
DGLES31Ext.java427 int srcHeight, in glCopyImageSubDataEXT() argument
/frameworks/base/core/jni/
Dandroid_opengl_GLES31Ext.cpp728 …et, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth) { in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII() argument
743 (GLsizei)srcHeight, in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in175 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept…
176 …, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h717 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept…
719 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept…
/frameworks/native/opengl/libs/
Dtrace.in91srcHeight, GLsizei srcDepth), (srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget,…
Dentries.in91 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept…
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.h399 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept…
Dgltrace_api.cpp16203 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept… in GLTrace_glCopyImageSubDataEXT() argument
16291 arg_srcHeight->add_intvalue(srcHeight); in GLTrace_glCopyImageSubDataEXT()
16302 …, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth); in GLTrace_glCopyImageSubDataEXT()