| /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/skia/src/image/ |
| D | SkImage.cpp | 43 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels() 49 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels() 220 bool SkImage::readPixels(GrDirectContext* dContext, const SkPixmap& pmap, int srcX, int srcY, in readPixels() 227 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const { in readPixels()
|
| D | SkSurface.cpp | 125 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels() 130 int srcX, int srcY) { in readPixels() 134 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels()
|
| D | SkRescaleAndReadPixels.cpp | 79 int srcY = srcRect.fTop; in SkRescaleAndReadPixels() local
|
| D | SkImage_Base.h | 78 int srcY) const { return false; } in onReadPixelsGraphite()
|
| D | SkImage_Raster.cpp | 68 int srcY, in onReadPixels()
|
| D | SkImage_Lazy.cpp | 167 int srcY, in onReadPixels()
|
| /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 | 547 int srcX, int srcY, int srcZ, int srcLevel, in copy_image_subdata() 587 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData_no_error() 610 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData() 746 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubDataNV_no_error() 769 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubDataNV()
|
| D | image.c | 554 GLint *srcX, GLint *srcY, in _mesa_clip_readpixels() 617 GLint *srcX, GLint *srcY, in _mesa_clip_copytexsubimage()
|
| /external/skia/src/gpu/graphite/ |
| D | Image_Base_Graphite.h | 66 int srcY, in onReadPixels()
|
| /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/mesa3d/src/gallium/frontends/xa/ |
| D | xa_renderer.c | 234 float srcX, float srcY, float dstX, float dstY, in add_vertex_data1() 254 float srcX, float srcY, float maskX, float maskY, in add_vertex_data2() 285 float srcY, in setup_vertex_data_yuv()
|
| D | xa_composite.c | 545 int srcX, int srcY, int maskX, int maskY, in xa_composite_rect()
|
| /external/skia/src/encode/ |
| D | SkJpegEncoderImpl.cpp | 192 const uint8_t* srcY = reinterpret_cast<const uint8_t*>(src.plane(0).addr(0, row)); in yuva_copy_row() local 206 const uint8_t* srcY = reinterpret_cast<const uint8_t*>(src.plane(0).addr(0, row)); in yuva_copy_row() local
|
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | RenderbufferVk.cpp | 228 GLint srcY, in copyRenderbufferSubData() 253 GLint srcY, in copyTextureSubData()
|
| /external/angle/src/libANGLE/ |
| D | Renderbuffer.cpp | 204 GLint srcY, in copyRenderbufferSubData() 225 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 | 647 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels()
|
| /external/v4l2_codec2/common/ |
| D | FormatConverter.cpp | 241 const uint8_t* srcY = inputView.data()[C2PlanarLayout::PLANE_Y]; in convertBlock() local
|
| /external/angle/src/libANGLE/renderer/wgpu/ |
| D | TextureWgpu.cpp | 182 GLint srcY, in copyRenderbufferSubData() 199 GLint srcY, in copyTextureSubData()
|
| /external/skia/src/gpu/ganesh/image/ |
| D | SkImage_GaneshBase.cpp | 238 int srcY, in onReadPixels()
|
| /external/skia/gm/ |
| D | lattice.cpp | 160 int srcY = yDivs[fixedColorY[rectNum]-1]; in onDrawHelper() local
|