/frameworks/native/include/media/editor/ |
D | II420ColorConverter.h | 86 void* srcBits, int srcWidth, int srcHeight, 112 int srcWidth, int srcHeight,
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicResize.cpp | 323 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/ |
D | ColorConverter.h | 38 size_t srcWidth, size_t srcHeight,
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/ |
D | BitmapUtils.java | 141 int srcHeight = bitmap.getHeight(); in resizeDownBySideLength() local 143 (float) maxLength / srcWidth, (float) maxLength / srcHeight); in resizeDownBySideLength()
|
/frameworks/av/cmds/stagefright/ |
D | mediafilter.cpp | 195 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/ |
D | GLES31Ext.spec | 15 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept…
|
D | GLES32.spec | 2 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept…
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | ColorConverter.cpp | 81 size_t srcWidth, size_t srcHeight, in convert() argument 94 srcWidth, srcHeight, in convert()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31Ext.java | 427 int srcHeight, in glCopyImageSubDataEXT() argument
|
D | GLES32.java | 263 int srcHeight, in glCopyImageSubData() argument
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31Ext.cpp | 722 …et, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth) { in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII() argument 737 (GLsizei)srcHeight, in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
|
D | android_opengl_GLES32.cpp | 453 …et, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth) { in android_glCopyImageSubData__IIIIIIIIIIIIIII() argument 468 (GLsizei)srcHeight, in android_glCopyImageSubData__IIIIIIIIIIIIIII()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 58 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept… 59 …, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth); 295 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept… 296 …, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth);
|
D | gl2_api.in | 946 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept… 947 …, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 280 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept… 282 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept… 1105 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept… 1107 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 107 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept… 108 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept… 109 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept…
|
/frameworks/native/opengl/include/GLES3/ |
D | gl32.h | 1734 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept… 1779 …dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept…
|