Searched defs:srcWidth (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp85 size_t srcWidth, size_t srcHeight,
98 srcWidth, srcHeight, local
83 convert( const void *srcBits, size_t srcWidth, size_t srcHeight, size_t srcCropLeft, size_t srcCropTop, size_t srcCropRight, size_t srcCropBottom, void *dstBits, size_t dstWidth, size_t dstHeight, size_t dstCropLeft, size_t dstCropTop, size_t dstCropRight, size_t dstCropBottom) argument
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp317 const int srcWidth = cp->mAlloc->mHal.drvState.lod[0].dimX; local
358 xclip, srcWidth - xoff + xclip,
367 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
384 const int srcWidth = cp->mAlloc->mHal.drvState.lod[0].dimX; local
425 xclip, srcWidth - xoff + xclip,
434 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
451 const int srcWidth = cp->mAlloc->mHal.drvState.lod[0].dimX; local
492 xclip, srcWidth - xoff + xclip,
501 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
518 const int srcWidth local
558 const int srcWidth = cp->mAlloc->mHal.drvState.lod[0].dimX; local
598 const int srcWidth = cp->mAlloc->mHal.drvState.lod[0].dimX; local
647 const uint32_t srcWidth = mAlloc->mHal.drvState.lod[0].dimX; local
[all...]
/frameworks/av/cmds/stagefright/
H A Dmediafilter.cpp195 int32_t srcWidth, srcHeight, srcStride, srcSliceHeight; local
200 && srcFormat->findInt32("width", &srcWidth)
209 CHECK(srcWidth <= destStride && srcHeight <= destSliceHeight);
214 srcWidth,
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp746 /* void glCopyImageSubDataEXT ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth ) */
749 (JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, jint srcZ, jint dstName, jint dstTarget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth) {
763 (GLsizei)srcWidth,
748 android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII(JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, jint srcZ, jint dstName, jint dstTarget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth) argument
H A Dandroid_opengl_GLES32.cpp463 /* void glCopyImageSubData ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth ) */
466 (JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, jint srcZ, jint dstName, jint dstTarget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth) {
480 (GLsizei)srcWidth,
465 android_glCopyImageSubData__IIIIIIIIIIIIIII(JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, jint srcZ, jint dstName, jint dstTarget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth) argument
/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java411 // C function void glCopyImageSubDataEXT ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth )
426 int srcWidth,
413 glCopyImageSubDataEXT( int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth ) argument
H A DGLES32.java247 // C function void glCopyImageSubData ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth )
262 int srcWidth,
249 glCopyImageSubData( int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth ) argument

Completed in 270 milliseconds