Searched refs:srcY (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/omx/plugin/ |
D | GoldfishVideoDecoderOMXComponent.h | 133 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV,
|
D | GoldfishVideoDecoderOMXComponent.cpp | 316 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV, in copyYV12FrameToOutputBuffer() argument 327 memcpy(dst, srcY, mWidth * bpp); in copyYV12FrameToOutputBuffer() 328 srcY += srcYStride; in copyYV12FrameToOutputBuffer()
|
/device/generic/goldfish-opengl/system/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…
|