Home
last modified time | relevance | path

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

12

/device/generic/vulkan-cereal/host-common/
DMediaVpxVideoHelper.cpp98 const uint8_t* srcY, in copyYV12FrameToOutputBuffer() argument
110 memcpy(dst, srcY, imgWidth * bpp); in copyYV12FrameToOutputBuffer()
111 srcY += srcYStride; in copyYV12FrameToOutputBuffer()
146 const uint8_t* srcY = (const uint8_t*)mImg->planes[VPX_PLANE_Y]; in copyImgToGuest() local
154 mImg->d_w, mImg->d_h, bpp, dst, srcY, srcU, in copyImgToGuest()
DMediaVpxVideoHelper.h79 const uint8_t* srcY,
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.cpp681 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV, in copyOutputBufferToYuvPlanarFrame() argument
687 memcpy(dst, srcY, width); in copyOutputBufferToYuvPlanarFrame()
688 srcY += srcYStride; in copyOutputBufferToYuvPlanarFrame()
840 const uint8_t *srcY = (const uint8_t *)mCtx->dst; in outputBuffer() local
841 const uint8_t *srcV = srcY + mWidth * mHeight; in outputBuffer()
844 copyOutputBufferToYuvPlanarFrame(dst, srcY, srcU, srcV, srcYStride, in outputBuffer()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishVideoDecoderOMXComponent.cpp316 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()
DGoldfishVideoDecoderOMXComponent.h133 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV,
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_4_3_autogen.cpp122 GLint srcY, in CopyImageSubData() argument
141 srcLevel, srcX, srcY, srcZ, dstName, in CopyImageSubData()
150 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, in CopyImageSubData()
154 context->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, in CopyImageSubData()
159 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in CopyImageSubData()
Dentry_points_gl_4_3_autogen.h36 GLint srcY,
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp153 GLint srcY, in CopyImageSubData() argument
172 srcLevel, srcX, srcY, srcZ, dstName, in CopyImageSubData()
181 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, in CopyImageSubData()
185 context->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, in CopyImageSubData()
190 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in CopyImageSubData()
Dentry_points_gles_3_2_autogen.h31 GLint srcY,
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/
Dshmproto.h101 CARD16 srcY B16;
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext_gles_3_2_autogen.h22 GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, \
DvalidationES32_autogen.h44 GLint srcY,
DvalidationES32.cpp130 GLint srcY, in ValidateCopyImageSubData() argument
Dcapture_gles_3_2_autogen.h57 GLint srcY,
Dcapture_gles_3_2_autogen.cpp116 GLint srcY, in CaptureCopyImageSubData() argument
135 paramBuffer.addValueParam("srcY", ParamType::TGLint, srcY); in CaptureCopyImageSubData()
/device/generic/goldfish-opengl/system/hwc2/
DGuestComposer.cpp198 uint8_t* srcY = reinterpret_cast<uint8_t*>(srcBufferYCbCr.y); in ConvertFromYV12() local
206 srcY += src.cropY * strideY + src.cropX; in ConvertFromYV12()
220 return libyuv::I420ToARGB(srcY, strideY, srcV, strideV, srcU, strideU, in ConvertFromYV12()
/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp207 uint8_t* srcY = reinterpret_cast<uint8_t*>(srcBufferYCbCr.y); in ConvertFromYV12() local
215 srcY += src.cropY * strideY + src.cropX; in ConvertFromYV12()
229 return libyuv::I420ToARGB(srcY, strideY, srcV, strideV, srcU, strideU, in ConvertFromYV12()
/device/generic/vulkan-cereal/third-party/angle/include/GLES3/
Dgl32ext_explicit_context_autogen.inc17 … ctx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint…
62 … ctx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint…
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXproto.h1553 INT16 srcX B16, srcY B16;
1561 INT16 srcX B16, srcY B16;
1674 INT16 srcX B16, srcY B16, dstX B16, dstY B16;
1684 INT16 srcX B16, srcY B16, dstX B16, dstY B16;
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/GL/
Dglxext.h979 …cCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXCon…
981 …cCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXCon…
/device/generic/vulkan-cereal/include/GL/
Dwglext.h887 …rcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC …
889 …rcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC …
/device/generic/vulkan-cereal/third-party/angle/src/third_party/khronos/GL/
Dwglext.h649 …rcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC …
651 …rcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC …
/device/generic/vulkan-cereal/third-party/angle/include/WGL/
Dwgl.h755 …rcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC …
757 …rcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC …
/device/generic/vulkan-cereal/include/GLES2/
Dgl2ext.h288 …ROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint…
290 …aOES (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint…
1215 …ROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint…
1217 …aEXT (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint…
/device/generic/vulkan-cereal/third-party/angle/include/GLES2/
Dgl2ext.h304 …ROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint…
306 …aOES (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint…
1235 …ROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint…
1237 …aEXT (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint…

12