| /third_party/vk-gl-cts/framework/delibs/deimage/ |
| H A D | deTarga.c | 85 int dstY = yFlipped ? (height-1 - y) : y; in deImage_loadTarga() local
|
| /third_party/ffmpeg/libswscale/ |
| H A D | bayer_template.c | 256 static void BAYER_RENAME(yv12_copy)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv) in yv12_copy() argument 271 static void BAYER_RENAME(yv12_interpolate)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv) in yv12_interpolate() argument [all...] |
| H A D | swscale_unscaled.c | 232 uint16_t *dstY = (uint16_t*)(dstParam8[0] + dstStride[0] * srcSliceY); in planarToP01xWrapper() local 289 uint16_t *dstY = (uint16_t*)(dstParam8[0] + dstStride[0] * srcSliceY); in planar8ToP01xleWrapper() local 1382 uint8_t *dstY= dst[0] + srcSliceY * dstStride[0]; in bayer_to_yv12_wrapper() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| H A D | RenderbufferImpl.h | 97 copyRenderbufferSubData(const gl::Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument 115 copyTextureSubData(const gl::Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
|
| H A D | TextureImpl.cpp | 47 copyRenderbufferSubData(const gl::Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument 65 copyTextureSubData(const gl::Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | escape130.c | 200 uint8_t *dstY, *dstU, *dstV; in escape130_decode_frame() local
|
| /foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
| H A D | command_parser.h | 89 int32_t dstY; member
|
| /third_party/mesa3d/src/gallium/frontends/xa/ |
| H A D | xa_composite.c | 546 xa_composite_rect(struct xa_context *ctx, int srcX, int srcY, int maskX, int maskY, int dstX, int dstY, int width, int height) xa_composite_rect() argument
|
| H A D | xa_renderer.c | 231 add_vertex_data1(struct xa_context *r, float srcX, float srcY, float dstX, float dstY, float width, float height, const struct pipe_resource *src, const float *src_matrix) add_vertex_data1() argument 251 add_vertex_data2(struct xa_context *r, float srcX, float srcY, float maskX, float maskY, float dstX, float dstY, float width, float height, struct pipe_resource *src, struct pipe_resource *mask, const float *src_matrix, const float *mask_matrix) add_vertex_data2() argument 281 setup_vertex_data_yuv(struct xa_context *r, float srcX, float srcY, float srcW, float srcH, float dstX, float dstY, float dstW, float dstH, struct xa_surface *srf[]) setup_vertex_data_yuv() argument [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | copyimage.c | 540 copy_image_subdata(struct gl_context *ctx, struct gl_texture_image *srcTexImage, struct gl_renderbuffer *srcRenderbuffer, int srcX, int srcY, int srcZ, int srcLevel, struct gl_texture_image *dstTexImage, struct gl_renderbuffer *dstRenderbuffer, int dstX, int dstY, int dstZ, int dstLevel, int srcWidth, int srcHeight, int srcDepth) copy_image_subdata() argument 582 _mesa_CopyImageSubData_no_error(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) _mesa_CopyImageSubData_no_error() argument 605 _mesa_CopyImageSubData(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) _mesa_CopyImageSubData() argument 741 _mesa_CopyImageSubDataNV_no_error(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) _mesa_CopyImageSubDataNV_no_error() argument 764 _mesa_CopyImageSubDataNV(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) _mesa_CopyImageSubDataNV() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| H A D | TextureNULL.cpp | 114 copyRenderbufferSubData(const gl::Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument 131 copyTextureSubData(const gl::Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | RenderbufferVk.cpp | 194 copyRenderbufferSubData(const gl::Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument 219 copyTextureSubData(const gl::Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
|
| /third_party/skia/src/codec/ |
| H A D | SkWebpCodec.cpp | 379 int dstY = frameRect.y(); in onGetPixels() local
|
| /third_party/skia/src/core/ |
| H A D | SkBitmapProcState.cpp | 35 int dstY; in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() local
|
| H A D | SkBitmap.cpp | 474 bool SkBitmap::writePixels(const SkPixmap& src, int dstX, int dstY) { in writePixels() argument
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFUtils.cpp | 75 append_cubic(SkScalar ctl1X, SkScalar ctl1Y, SkScalar ctl2X, SkScalar ctl2Y, SkScalar dstX, SkScalar dstY, SkWStream* content) append_cubic() argument
|
| /foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/ |
| H A D | av_thumbnail_generator.cpp | 382 uint8_t *dstY = dstNV12 + width * i; in ConvertP010ToNV12() local
|
| /third_party/ffmpeg/libswscale/x86/ |
| H A D | swscale_template.c | 253 yuv2rgb32_X_ar(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2rgb32_X_ar() argument 286 yuv2rgb32_X(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2rgb32_X() argument 315 yuv2bgr32_X(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2bgr32_X() argument 372 yuv2rgb565_X_ar(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2rgb565_X_ar() argument 396 yuv2rgb565_X(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2rgb565_X() argument 449 yuv2rgb555_X_ar(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2rgb555_X_ar() argument 473 yuv2rgb555_X(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2rgb555_X() argument 602 yuv2bgr24_X_ar(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2bgr24_X_ar() argument 627 yuv2bgr24_X(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2bgr24_X() argument 670 yuv2yuyv422_X_ar(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2yuyv422_X_ar() argument 691 yuv2yuyv422_X(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) yuv2yuyv422_X() argument [all...] |
| H A D | swscale.c | 66 void ff_updateMMXDitherTables(SwsContext *c, int dstY) in ff_updateMMXDitherTables() argument [all...] |
| /third_party/ffmpeg/libswscale/ppc/ |
| H A D | yuv2rgb_altivec.c | 633 yuv2packedX_altivec(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY, enum AVPixelFormat target) yuv2packedX_altivec() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Renderbuffer.cpp | 195 copyRenderbufferSubData(Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument 216 copyTextureSubData(Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
|
| /base/msdp/device_status/test/unittest/frameworks/src/ |
| H A D | interaction_manager_test.cpp | 478 int32_t dstY = dstLocation.second; in SimulateMovePointerEvent() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
| H A D | pixel_yuv.cpp | 584 auto dstY = data_ + yuvDataInfo.yOffset; in WritePixels() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
| H A D | pixel_yuv_utils.cpp | 125 uint8_t *dstY = dstPixels + yuvDataInfo.yOffset; in WriteDataNV12Convert() local 152 uint16_t *dstY = dstPixels + yuvDataInfo.yOffset; in WriteDataNV12P010Convert() local 979 uint8_t *dstY = dstPixels; in Yuv420SPTranslate() local 1011 uint16_t *dstY = yuvPixels.dstPixels; in P010Translate() local
|
| H A D | pixel_yuv_ext_utils.cpp | 165 auto dstY = dst + dstStrides.yOffset; in NV12Rotate() local 183 uint16_t* dstY = dstPixels.get(); in NV12P010Rotate() local 326 uint16_t* dstY = dst + dstStrides.yOffset; in CopyP010Pixels() local 379 uint16_t* dstY = dstPixels.get(); ScaleP010() local 438 uint8_t* dstY = dst + dstStrides.yOffset; ScaleYuv420() local 465 uint8_t* dstY = dst + dstStrides.yOffset; ScaleYuv420() local 489 uint8_t* dstY = dst + dstStrides.yOffset; FlipXaxis() local 510 uint8_t *dstY = dst + dstStrides.yOffset; Mirror() local [all...] |