Home
last modified time | relevance | path

Searched refs:srcY (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/media/libstagefright/yuv/
DYUVCanvas.cpp69 int32_t srcY = srcStartY + offsetY; in CopyImageRect() local
78 srcImage.getPixelValue(srcX, srcY, &yValue, &uValue, &vValue); in CopyImageRect()
98 int32_t srcY = srcOffsetY; in downsample() local
102 srcImage.getPixelValue(srcX, srcY, &yValue, &uValue, &vValue); in downsample()
107 srcY += skipY; in downsample()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
DSoftAVC.cpp256 const uint8_t *srcY = data; in drainOneOutputBuffer() local
257 const uint8_t *srcU = srcY + mWidth * mHeight; in drainOneOutputBuffer()
262 copyYV12FrameToOutputBuffer(dst, srcY, srcU, srcV, srcYStride, srcUStride, srcVStride); in drainOneOutputBuffer()
/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.cpp155 const uint8_t *srcY = (const uint8_t *)mImg->planes[PLANE_Y]; in onQueueFilled() local
161 copyYV12FrameToOutputBuffer(dst, srcY, srcU, srcV, srcYStride, srcUStride, srcVStride); in onQueueFilled()
/frameworks/av/media/libstagefright/include/
DSoftVideoDecoderOMXComponent.h82 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV,
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp231 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV, in copyYV12FrameToOutputBuffer() argument
239 memcpy(dst, srcY, mWidth); in copyYV12FrameToOutputBuffer()
240 srcY += srcYStride; in copyYV12FrameToOutputBuffer()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31Ext.spec15 …EXT ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint…
/frameworks/base/opengl/java/android/opengl/
DGLES31Ext.java418 int srcY, in glCopyImageSubDataEXT() argument
/frameworks/base/core/jni/
Dandroid_opengl_GLES31Ext.cpp610 …(JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, j… in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII() argument
616 (GLint)srcY, in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in175 …aEXT)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint…
176 …CALL_GL_API(glCopyImageSubDataEXT, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTar…
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h717 …ROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint…
719 …aEXT (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint…
/frameworks/native/opengl/libs/
Dtrace.in91srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint …
Dentries.in91 …aEXT, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint…
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.h399 …taEXT(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint…
Dgltrace_api.cpp16203 …taEXT(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint… in GLTrace_glCopyImageSubDataEXT() argument
16237 arg_srcY->add_intvalue(srcY); in GLTrace_glCopyImageSubDataEXT()
16302 …glContext->hooks->gl.glCopyImageSubDataEXT(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName… in GLTrace_glCopyImageSubDataEXT()