/frameworks/av/media/libstagefright/yuv/ |
D | YUVCanvas.cpp | 69 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/ |
D | SoftAVC.cpp | 256 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/ |
D | SoftVPX.cpp | 155 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/ |
D | SoftVideoDecoderOMXComponent.h | 82 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV,
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoDecoderOMXComponent.cpp | 231 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/ |
D | GLES31Ext.spec | 15 …EXT ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31Ext.java | 418 int srcY, in glCopyImageSubDataEXT() argument
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31Ext.cpp | 610 …(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/ |
D | gl2ext_api.in | 175 …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/ |
D | gl2ext.h | 717 …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/ |
D | trace.in | 91 …srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint …
|
D | entries.in | 91 …aEXT, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint…
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.h | 399 …taEXT(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint…
|
D | gltrace_api.cpp | 16203 …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()
|