/third_party/gstreamer/gstplugins_good/gst/videobox/ |
D | gstvideobox.c | 238 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/ |
D | copyimage.h | 42 GLint destX, GLint destY, GLint destZ, 49 GLint destX, GLint destY, GLint destZ, 56 GLint destX, GLint destY, GLint destZ, 63 GLint destX, GLint destY, GLint destZ,
|
D | image.c | 606 GLint *destX, GLint *destY, in _mesa_clip_drawpixels() argument 634 if (*destY < buffer->_Ymin) { in _mesa_clip_drawpixels() 635 unpack->SkipRows += (buffer->_Ymin - *destY); in _mesa_clip_drawpixels() 636 *height -= (buffer->_Ymin - *destY); in _mesa_clip_drawpixels() 637 *destY = buffer->_Ymin; in _mesa_clip_drawpixels() 640 if (*destY + *height > buffer->_Ymax) in _mesa_clip_drawpixels() 641 *height -= (*destY + *height - buffer->_Ymax); in _mesa_clip_drawpixels() 645 if (*destY > buffer->_Ymax) { in _mesa_clip_drawpixels() 646 unpack->SkipRows += (*destY - buffer->_Ymax); in _mesa_clip_drawpixels() 647 *height -= (*destY - buffer->_Ymax); in _mesa_clip_drawpixels() [all …]
|
D | image.h | 107 GLint *destX, GLint *destY, 120 GLint *destX, GLint *destY,
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/ |
D | ilm_control_notification_test.cpp | 183 LayerProperties.destY = layerProperties->destY; in LayerCallbackFunction() 221 SurfaceProperties.destY = surfaceProperties->destY; in SurfaceCallbackFunction() 288 EXPECT_EQ(567u,LayerProperties.destY); in TEST_F() 391 EXPECT_EQ(567u,LayerProperties.destY); in TEST_F() 422 EXPECT_EQ(1567u,LayerProperties.destY); in TEST_F() 514 EXPECT_EQ(567u,SurfaceProperties.destY); in TEST_F() 617 EXPECT_EQ(567u,SurfaceProperties.destY); in TEST_F() 649 EXPECT_EQ(1567u,SurfaceProperties.destY); in TEST_F()
|
D | ilm_control_test.cpp | 476 ASSERT_EQ(47u, surfaceProperties.destY); in TEST_F() 496 ASSERT_EQ(5372u, surfaceProperties2.destY); in TEST_F() 521 ASSERT_EQ(47u, layerProperties1.destY); in TEST_F() 540 ASSERT_EQ(5372u, layerProperties2.destY); in TEST_F()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/ |
D | common.cpp | 59 t_ilm_float targetY1 = targetLayerProperties.destY + verticalScale in getSurfaceScreenCoordinates() 60 * (targetSurfaceProperties.destY - targetLayerProperties.sourceY); in getSurfaceScreenCoordinates() 91 surfaceCoordinates.y = surfaceProperties.destY; in getSurfaceScreenCoordinates()
|
D | control.cpp | 68 << ", y:" << properties->destY in layerNotificationCallback() 177 << ", y:" << properties->destY in surfaceNotificationCallback()
|
D | print.cpp | 131 << p.destY << ", w=" << p.destWidth << ", h=" << p.destHeight in printLayerProperties() 225 cout << prefix << "- destination region: x=" << p.destX << ", y=" << p.destY in printSurfaceProperties()
|
D | analyze.cpp | 313 targetLayerProperties.destY, in analyzeSurfaceCheckInsideLayer() 315 targetLayerProperties.destY + targetLayerProperties.destHeight); in analyzeSurfaceCheckInsideLayer()
|
D | sceneio.cpp | 50 pSurface->set("destY", props.destY); in captureSceneDataHelper() 69 pLayer->set("destY", props.destY); in captureSceneDataHelper()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmCommon/include/ |
D | ilm_types.h | 195 t_ilm_uint destY; /*!< y desitination position value of the surface */ member 216 t_ilm_uint destY; /*!< y desitination position value of the layer */ member
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | renderer_utils.cpp | 401 size_t destY = 0; in CopyImageCHROMIUM() local 404 destY += (height - 1); in CopyImageCHROMIUM() 405 destY -= y; in CopyImageCHROMIUM() 409 destY += y; in CopyImageCHROMIUM() 413 destData + destY * destRowPitch + x * destPixelBytes + z * destDepthPitch; in CopyImageCHROMIUM()
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga_reg.h | 1376 uint32 destY; member 1399 uint32 destY; member
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | backend.cpp | 176 int32_t destY = KNOB_MACROTILE_Y_DIM * y; in ProcessStoreTileBE() local 183 destY, in ProcessStoreTileBE()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | renderer_utils.cpp | 534 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/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/ |
D | SceneStore.h | 567 PROPERTY(t_ilm_uint, destY) 589 PROPERTY(t_ilm_uint, destY)
|
/third_party/flutter/skia/modules/canvaskit/ |
D | interface.js | 538 destX, destY, alphaType, colorType) { argument 556 }, pptr, srcRowBytes, destX, destY);
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/ |
D | ilm_control_wayland_platform.c | 299 (ctx_layer->prop.destY == (t_ilm_uint)y) && in wm_listener_layer_destination_rectangle() 305 ctx_layer->prop.destY = (t_ilm_uint)y; in wm_listener_layer_destination_rectangle() 528 (ctx_surf->prop.destY == (t_ilm_uint)y) && in wm_listener_surface_destination_rectangle() 534 ctx_surf->prop.destY = (t_ilm_uint)y; in wm_listener_surface_destination_rectangle()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 2634 GLint destX, GLint destY, GLint slice, in fallback_copy_texsubimage() argument 2676 destX, destY, slice, in fallback_copy_texsubimage() 2820 GLint destX, GLint destY, GLint slice, in st_CopyTexSubImage() argument 2906 blit.dst.box.y = destY; in st_CopyTexSubImage() 2921 destX, destY, slice, in st_CopyTexSubImage()
|
/third_party/skia/modules/canvaskit/ |
D | interface.js | 817 … destX, destY, alphaType, colorType, colorSpace) { argument 836 }, pptr, srcRowBytes, destX, destY);
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | RobustResourceInitTest.cpp | 27 int destY, in UncompressDXTBlock() argument 144 int dstOff = ((destY + yy) * destWidth + destX + xx); in UncompressDXTBlock()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | RobustResourceInitTest.cpp | 28 int destY, in UncompressDXTBlock() argument 145 int dstOff = ((destY + yy) * destWidth + destX + xx); in UncompressDXTBlock()
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 1558 destX: number, destY: number, alphaType?: AlphaType, colorType?: ColorType,
|