| /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/skqp/src/codec/ |
| D | SkSampledCodec.cpp | 316 int srcY = this->codec()->nextScanline(); in sampledDecode() local 338 int srcY = this->codec()->outputScanline(y); in sampledDecode() local
|
| /external/skqp/src/image/ |
| D | SkSurface.cpp | 196 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels() 201 int srcX, int srcY) { in readPixels() 205 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels()
|
| D | SkImage.cpp | 53 int srcX, int srcY, CachingHint chint) const { in readPixels() 205 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const { in readPixels()
|
| D | SkImage_Raster.cpp | 157 int srcX, int srcY, CachingHint) const { 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()
|
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | RenderbufferVk.cpp | 204 GLint srcY, in copyRenderbufferSubData() 229 GLint srcY, in copyTextureSubData()
|
| /external/angle/src/libANGLE/ |
| D | Renderbuffer.cpp | 176 GLint srcY, in copyRenderbufferSubData() 197 GLint srcY, in copyTextureSubData()
|
| /external/skia/src/image/ |
| D | SkRescaleAndReadPixels.cpp | 68 int srcY = srcRect.fTop; in SkRescaleAndReadPixels() local
|
| D | SkSurface.cpp | 231 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels() 236 int srcX, int srcY) { in readPixels() 240 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels()
|
| D | SkImage.cpp | 63 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels() 69 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels() 467 bool SkImage::readPixels(GrDirectContext* dContext, const SkPixmap& pmap, int srcX, int srcY, in readPixels() 474 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const { in readPixels()
|
| D | SkImage_GpuBase.cpp | 165 int srcY, in onReadPixels()
|
| /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/skqp/include/core/ |
| D | SkPixmap.h | 615 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/skqp/gm/ |
| D | lattice.cpp | 149 int srcY = yDivs[fixedColorY[rectNum]-1]; in onDrawHelper() local
|
| /external/skia/gm/ |
| D | lattice.cpp | 164 int srcY = yDivs[fixedColorY[rectNum]-1]; in onDrawHelper() local
|