| /external/webrtc/sdk/android/api/org/webrtc/ |
| D | YuvHelper.java | 28 public static void I420Copy(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420Copy() 62 public static void I420Copy(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420Copy() 73 public static void I420ToNV12(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420ToNV12() 100 public static void I420ToNV12(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420ToNV12() 107 public static void I420Rotate(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420Rotate() 155 public static void I420Copy(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420Copy() 166 public static void I420ToNV12(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420ToNV12() 177 public static void I420Rotate(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420Rotate() 187 private static native void nativeI420Copy(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, in nativeI420Copy() 190 private static native void nativeI420ToNV12(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, in nativeI420ToNV12() [all …]
|
| D | JavaI420Buffer.java | 196 private static native void nativeCropAndScaleI420(ByteBuffer srcY, int srcStrideY, in nativeCropAndScaleI420()
|
| /external/angle/src/libANGLE/renderer/ |
| D | RenderbufferImpl.h | 103 GLint srcY, in copyRenderbufferSubData() 121 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 | 317 int srcY = this->codec()->nextScanline(); in sampledDecode() local 339 int srcY = this->codec()->outputScanline(y); in sampledDecode() local
|
| /external/skia/src/gpu/graphite/ |
| D | Image_Base_Graphite.h | 32 int srcY, in onReadPixels()
|
| D | Context.cpp | 340 int srcX, int srcY) { in readPixels()
|
| /external/skia/src/encode/ |
| D | SkJpegEncoder.cpp | 189 const uint8_t* srcY = reinterpret_cast<const uint8_t*>(src->plane(0).addr(0, row)); in yuva_copy_row() local 203 const uint8_t* srcY = reinterpret_cast<const uint8_t*>(src->plane(0).addr(0, row)); in yuva_copy_row() local
|
| /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 | 230 GLint srcY, in copyRenderbufferSubData() 255 GLint srcY, in copyTextureSubData()
|
| /external/skia/src/image/ |
| D | SkSurface.cpp | 295 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels() 300 int srcX, int srcY) { in readPixels() 304 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels()
|
| D | SkImage.cpp | 91 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels() 97 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels() 623 bool SkImage::readPixels(GrDirectContext* dContext, const SkPixmap& pmap, int srcX, int srcY, in readPixels() 630 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const { in readPixels()
|
| D | SkRescaleAndReadPixels.cpp | 79 int srcY = srcRect.fTop; in SkRescaleAndReadPixels() local
|
| D | SkImage_GpuBase.cpp | 214 int srcY, in onReadPixels()
|
| D | SkImage_Raster.cpp | 247 int srcY, in onReadPixels()
|
| /external/angle/src/libANGLE/ |
| D | Renderbuffer.cpp | 205 GLint srcY, in copyRenderbufferSubData() 226 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 | 648 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()
|