Home
last modified time | relevance | path

Searched refs:destY (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/videobox/
Dgstvideobox.c238 guint8 *destY, *destY2, *destU, *destV; in copy_ayuv_i420() local
260 destY = GST_VIDEO_FRAME_COMP_DATA (dest_frame, 0); in copy_ayuv_i420()
264 destY = destY + dest_y * dest_strideY + dest_x; in copy_ayuv_i420()
265 destY2 = (dest_y < dest_height) ? destY + dest_strideY : destY; in copy_ayuv_i420()
295 destY[0] = CLAMP (APPLY_MATRIX (matrix, 0, y1, u1, v1), 0, 255); in copy_ayuv_i420()
323 destY[y_idx] = CLAMP (APPLY_MATRIX (matrix, 0, y1, u1, v1), 0, 255); in copy_ayuv_i420()
324 destY[y_idx + 1] = CLAMP (APPLY_MATRIX (matrix, 0, y2, u2, v2), 0, 255); in copy_ayuv_i420()
345 destY[y_idx] = CLAMP (APPLY_MATRIX (matrix, 0, y1, u1, v1), 0, 255); in copy_ayuv_i420()
355 destY[y_idx] = CLAMP (APPLY_MATRIX (matrix, 0, y1, u1, v1), 0, 255); in copy_ayuv_i420()
364 destY += dest_strideY; in copy_ayuv_i420()
[all …]
/third_party/mesa3d/src/mesa/main/
Dimage.c482 GLint *destX, GLint *destY, in _mesa_clip_drawpixels() argument
510 if (*destY < buffer->_Ymin) { in _mesa_clip_drawpixels()
511 unpack->SkipRows += (buffer->_Ymin - *destY); in _mesa_clip_drawpixels()
512 *height -= (buffer->_Ymin - *destY); in _mesa_clip_drawpixels()
513 *destY = buffer->_Ymin; in _mesa_clip_drawpixels()
516 if (*destY + *height > buffer->_Ymax) in _mesa_clip_drawpixels()
517 *height -= (*destY + *height - buffer->_Ymax); in _mesa_clip_drawpixels()
521 if (*destY > buffer->_Ymax) { in _mesa_clip_drawpixels()
522 unpack->SkipRows += (*destY - buffer->_Ymax); in _mesa_clip_drawpixels()
523 *height -= (*destY - buffer->_Ymax); in _mesa_clip_drawpixels()
[all …]
Dimage.h101 GLint *destX, GLint *destY,
114 GLint *destX, GLint *destY,
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga_reg.h1376 uint32 destY; member
1399 uint32 destY; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.h95 GLint destX, GLint destY, GLint slice,
Dst_cb_texture.c2558 GLint destX, GLint destY, GLint slice, in fallback_copy_texsubimage() argument
2600 destX, destY, slice, in fallback_copy_texsubimage()
2744 GLint destX, GLint destY, GLint slice, in st_CopyTexSubImage() argument
2829 blit.dst.box.y = destY; in st_CopyTexSubImage()
2844 destX, destY, slice, in st_CopyTexSubImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.cpp534 size_t destY = 0; in CopyImageCHROMIUM() local
537 destY += (height - 1); in CopyImageCHROMIUM()
538 destY -= y; in CopyImageCHROMIUM()
542 destY += y; in CopyImageCHROMIUM()
546 destData + destY * destRowPitch + x * destPixelBytes + z * destDepthPitch; in CopyImageCHROMIUM()
/third_party/skia/modules/canvaskit/
Dinterface.js817 … destX, destY, alphaType, colorType, colorSpace) { argument
836 }, pptr, srcRowBytes, destX, destY);
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DRobustResourceInitTest.cpp28 int destY, in UncompressDXTBlock() argument
145 int dstOff = ((destY + yy) * destWidth + destX + xx); in UncompressDXTBlock()
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts1558 destX: number, destY: number, alphaType?: AlphaType, colorType?: ColorType,