Home
last modified time | relevance | path

Searched defs:srcY (Results 1 – 25 of 55) sorted by relevance

123

/external/webrtc/sdk/android/api/org/webrtc/
DYuvHelper.java28 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 …]
DJavaI420Buffer.java196 private static native void nativeCropAndScaleI420(ByteBuffer srcY, int srcStrideY, in nativeCropAndScaleI420()
/external/skia/src/image/
DSkImage.cpp47 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels()
77 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels()
239 bool SkImage::readPixels(GrDirectContext* dContext, const SkPixmap& pmap, int srcX, int srcY, in readPixels()
246 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const { in readPixels()
DSkSurface.cpp129 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels()
134 int srcX, int srcY) { in readPixels()
138 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels()
DSkRescaleAndReadPixels.cpp79 int srcY = srcRect.fTop; in SkRescaleAndReadPixels() local
DSkImage_Base.h84 int srcY) const { in readPixelsGraphite()
DSkImage_Lazy.cpp170 int srcY, in onReadPixels()
DSkImage_Raster.cpp70 int srcY, in onReadPixels()
/external/angle/src/libANGLE/renderer/
DRenderbufferImpl.h103 GLint srcY, in copyRenderbufferSubData()
121 GLint srcY, in copyTextureSubData()
DTextureImpl.cpp51 GLint srcY, in copyRenderbufferSubData()
69 GLint srcY, in copyTextureSubData()
/external/mesa3d/src/mesa/main/
Dcopyimage.c547 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()
Dimage.c554 GLint *srcX, GLint *srcY, in _mesa_clip_readpixels()
617 GLint *srcX, GLint *srcY, in _mesa_clip_copytexsubimage()
/external/skia/src/gpu/graphite/
DImage_Base_Graphite.h66 int srcY, in onReadPixels()
/external/skia/src/codec/
DSkSampledCodec.cpp318 int srcY = this->codec()->nextScanline(); in sampledDecode() local
340 int srcY = this->codec()->outputScanline(y); in sampledDecode() local
/external/mesa3d/src/gallium/frontends/xa/
Dxa_renderer.c234 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()
Dxa_composite.c545 int srcX, int srcY, int maskX, int maskY, in xa_composite_rect()
/external/skia/src/encode/
DSkJpegEncoderImpl.cpp209 const uint8_t* srcY = reinterpret_cast<const uint8_t*>(src.plane(0).addr(0, row)); in yuva_copy_row() local
223 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/
DRenderbufferVk.cpp223 GLint srcY, in copyRenderbufferSubData()
248 GLint srcY, in copyTextureSubData()
/external/angle/src/libANGLE/
DRenderbuffer.cpp204 GLint srcY, in copyRenderbufferSubData()
225 GLint srcY, in copyTextureSubData()
/external/angle/src/libANGLE/renderer/null/
DTextureNULL.cpp118 GLint srcY, in copyRenderbufferSubData()
135 GLint srcY, in copyTextureSubData()
/external/skia/include/core/
DSkPixmap.h647 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels()
/external/v4l2_codec2/common/
DFormatConverter.cpp244 const uint8_t* srcY = inputView.data()[C2PlanarLayout::PLANE_Y]; in convertBlock() local
/external/angle/src/libANGLE/renderer/wgpu/
DTextureWgpu.cpp194 GLint srcY, in copyRenderbufferSubData()
211 GLint srcY, in copyTextureSubData()
/external/skia/gm/
Dlattice.cpp160 int srcY = yDivs[fixedColorY[rectNum]-1]; in onDrawHelper() local
/external/skia/src/gpu/ganesh/image/
DSkImage_GaneshBase.cpp251 int srcY, in onReadPixels()

123