| /external/webrtc/sdk/android/api/org/webrtc/ |
| D | YuvHelper.java | 18 public static void I420Copy(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420Copy() 45 public static void I420ToNV12(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420ToNV12() 69 public static void I420Rotate(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420Rotate() 112 public static void I420Copy(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420Copy() 119 public static void I420ToNV12(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420ToNV12() 126 public static void I420Rotate(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420Rotate() 136 private static native void nativeI420Copy(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, in nativeI420Copy() 139 private static native void nativeI420ToNV12(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, in nativeI420ToNV12() 142 private static native void nativeI420Rotate(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, in nativeI420Rotate()
|
| D | JavaI420Buffer.java | 196 private static native void nativeCropAndScaleI420(ByteBuffer srcY, int srcStrideY, in nativeCropAndScaleI420()
|
| /external/angle/src/libANGLE/renderer/ |
| D | RenderbufferImpl.h | 101 GLint srcY, in copyRenderbufferSubData() 119 GLint srcY, in copyTextureSubData()
|
| D | TextureImpl.cpp | 51 GLint srcY, in copyRenderbufferSubData() 69 GLint srcY, in copyTextureSubData()
|
| /external/mesa3d/src/mesa/main/ |
| D | copyimage.c | 541 int srcX, int srcY, int srcZ, int srcLevel, in copy_image_subdata() 581 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData_no_error() 604 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData() 740 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubDataNV_no_error() 763 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubDataNV()
|
| D | image.c | 677 GLint *srcX, GLint *srcY, in _mesa_clip_readpixels() 740 GLint *srcX, GLint *srcY, in _mesa_clip_copytexsubimage()
|
| /external/skia/src/codec/ |
| D | SkSampledCodec.cpp | 313 int srcY = this->codec()->nextScanline(); in sampledDecode() local 335 int srcY = this->codec()->outputScanline(y); in sampledDecode() local
|
| /external/skia/experimental/graphite/src/ |
| D | Surface_Graphite.cpp | 47 int srcY) { in onReadPixels()
|
| D | Image_Graphite.h | 27 int srcY, in onReadPixels()
|
| /external/skia/src/image/ |
| D | SkImage.cpp | 61 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels() 67 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels() 464 bool SkImage::readPixels(GrDirectContext* dContext, const SkPixmap& pmap, int srcX, int srcY, in readPixels() 471 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const { in readPixels()
|
| D | SkSurface.cpp | 239 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels() 244 int srcX, int srcY) { in readPixels() 248 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels()
|
| D | SkRescaleAndReadPixels.cpp | 68 int srcY = srcRect.fTop; in SkRescaleAndReadPixels() local
|
| D | SkImage_GpuBase.cpp | 165 int srcY, in onReadPixels()
|
| D | SkImage_Raster.cpp | 190 int srcY, in onReadPixels()
|
| /external/mesa3d/src/gallium/frontends/xa/ |
| D | xa_renderer.c | 232 float srcX, float srcY, float dstX, float dstY, in add_vertex_data1() 252 float srcX, float srcY, float maskX, float maskY, in add_vertex_data2() 283 float srcY, in setup_vertex_data_yuv()
|
| D | xa_composite.c | 547 int srcX, int srcY, int maskX, int maskY, in xa_composite_rect()
|
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | RenderbufferVk.cpp | 207 GLint srcY, in copyRenderbufferSubData() 232 GLint srcY, in copyTextureSubData()
|
| /external/angle/src/libANGLE/ |
| D | Renderbuffer.cpp | 199 GLint srcY, in copyRenderbufferSubData() 220 GLint srcY, in copyTextureSubData()
|
| /external/angle/src/libANGLE/renderer/null/ |
| D | TextureNULL.cpp | 118 GLint srcY, in copyRenderbufferSubData() 135 GLint srcY, in copyTextureSubData()
|
| /external/skia/include/core/ |
| D | SkPixmap.h | 618 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels()
|
| /external/v4l2_codec2/common/ |
| D | FormatConverter.cpp | 204 const uint8_t* srcY = inputView.data()[C2PlanarLayout::PLANE_Y]; in convertBlock() local
|
| /external/mesa3d/src/mesa/drivers/x11/ |
| D | xm_dd.c | 386 const int srcY = clippedUnpack.SkipRows; in xmesa_DrawPixels_8R8G8B() local 518 const int srcY = clippedUnpack.SkipRows; in xmesa_DrawPixels_5R6G5B() local
|
| /external/skia/gm/ |
| D | lattice.cpp | 164 int srcY = yDivs[fixedColorY[rectNum]-1]; in onDrawHelper() local
|
| /external/mesa3d/src/mesa/swrast/ |
| D | s_copypix.c | 436 GLint srcX, GLint srcY, GLsizei width, GLsizei height, in swrast_fast_copy_pixels()
|
| /external/skia/modules/canvaskit/ |
| D | interface.js | 393 function readPixels(source, srcX, srcY, imageInfo, destMallocObj, bytesPerRow) { argument 445 CanvasKit.Image.prototype.readPixels = function(srcX, srcY, imageInfo, destMallocObj, argument 791 CanvasKit.Canvas.prototype.readPixels = function(srcX, srcY, imageInfo, destMallocObj, argument
|