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

/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp81 size_t srcWidth, size_t srcHeight,
94 srcWidth, srcHeight, local
79 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.cpp324 const int srcWidth = cp->mAlloc->mHal.drvState.lod[0].dimX; local
365 xclip, srcWidth - xoff + xclip,
374 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
391 const int srcWidth = cp->mAlloc->mHal.drvState.lod[0].dimX; local
432 xclip, srcWidth - xoff + xclip,
441 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
458 const int srcWidth = cp->mAlloc->mHal.drvState.lod[0].dimX; local
499 xclip, srcWidth - xoff + xclip,
508 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
525 const int srcWidth local
565 const int srcWidth = cp->mAlloc->mHal.drvState.lod[0].dimX; local
605 const int srcWidth = cp->mAlloc->mHal.drvState.lod[0].dimX; local
654 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.cpp719 /* 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 ) */
722 (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) {
736 (GLsizei)srcWidth,
721 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.cpp450 /* 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 ) */
453 (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) {
467 (GLsizei)srcWidth,
452 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 92 milliseconds