Home
last modified time | relevance | path

Searched defs:dstY (Results 1 – 25 of 50) sorted by relevance

12

/external/webrtc/sdk/android/api/org/webrtc/
DYuvHelper.java49 final ByteBuffer dstY = dst.slice(); in I420Copy() local
90 final ByteBuffer dstY = dst.slice(); in I420ToNV12() local
127 final ByteBuffer dstY = dst.slice(); in I420Rotate() local
144 public static void ABGRToI420(ByteBuffer src, int srcStride, ByteBuffer dstY, int dstStrideY, in ABGRToI420()
156 ByteBuffer srcV, int srcStrideV, ByteBuffer dstY, int dstStrideY, ByteBuffer dstU, in I420Copy()
167 ByteBuffer srcV, int srcStrideV, ByteBuffer dstY, int dstStrideY, ByteBuffer dstUV, in I420ToNV12()
178 ByteBuffer srcV, int srcStrideV, ByteBuffer dstY, int dstStrideY, ByteBuffer dstU, in I420Rotate()
188 int srcStrideU, ByteBuffer srcV, int srcStrideV, ByteBuffer dstY, int dstStrideY, in nativeI420Copy()
191 int srcStrideU, ByteBuffer srcV, int srcStrideV, ByteBuffer dstY, int dstStrideY, in nativeI420ToNV12()
194 int srcStrideU, ByteBuffer srcV, int srcStrideV, ByteBuffer dstY, int dstStrideY, in nativeI420Rotate()
[all …]
DJavaI420Buffer.java198 int cropWidth, int cropHeight, ByteBuffer dstY, int dstStrideY, ByteBuffer dstU, in nativeCropAndScaleI420()
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DYuvHelperTest.java75 final ByteBuffer dstY = ByteBuffer.allocateDirect(TEST_HEIGHT * dstStrideY); in testI420Copy() local
125 final ByteBuffer dstY = ByteBuffer.allocateDirect(TEST_HEIGHT * dstStrideY); in testI420ToNV12() local
182 final ByteBuffer dstY = ByteBuffer.allocateDirect(TEST_WIDTH * dstStrideY); in testI420Rotate90() local
/external/angle/src/libANGLE/renderer/
DRenderbufferImpl.h107 GLint dstY, in copyRenderbufferSubData()
125 GLint dstY, in copyTextureSubData()
DTextureImpl.cpp55 GLint dstY, in copyRenderbufferSubData()
73 GLint dstY, in copyTextureSubData()
/external/mesa3d/src/mesa/main/
Dcopyimage.c544 int dstX, int dstY, int dstZ, int dstLevel, in copy_image_subdata()
583 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData_no_error()
606 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData()
742 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubDataNV_no_error()
765 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubDataNV()
/external/deqp/framework/delibs/deimage/
DdeTarga.c85 int dstY = yFlipped ? (height-1 - y) : y; in deImage_loadTarga() local
/external/mesa3d/src/gallium/frontends/xa/
Dxa_renderer.c232 float srcX, float srcY, float dstX, float dstY, in add_vertex_data1()
253 float dstX, float dstY, float width, float height, in add_vertex_data2()
287 float dstY, in setup_vertex_data_yuv()
Dxa_composite.c548 int dstX, int dstY, int width, int height) in xa_composite_rect()
/external/skia/src/gpu/ganesh/d3d/
DGrD3DCommandList.cpp187 UINT dstX, UINT dstY, in copyTextureRegionToTexture()
202 UINT dstY, in copyTextureRegionToBuffer()
505 unsigned int dstX, unsigned int dstY, in resolveSubresourceRegion()
/external/webrtc/sdk/android/src/java/org/webrtc/
DNV21Buffer.java67 int scaleWidth, int scaleHeight, byte[] src, int srcWidth, int srcHeight, ByteBuffer dstY, in nativeCropAndScale()
DNV12Buffer.java71 int srcSliceHeight, ByteBuffer dstY, int dstStrideY, ByteBuffer dstU, int dstStrideU, in nativeCropAndScale()
/external/angle/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp234 GLint dstY, in copyRenderbufferSubData()
259 GLint dstY, in copyTextureSubData()
/external/angle/src/libANGLE/
DRenderbuffer.cpp209 GLint dstY, in copyRenderbufferSubData()
230 GLint dstY, in copyTextureSubData()
/external/angle/src/libANGLE/renderer/null/
DTextureNULL.cpp122 GLint dstY, in copyRenderbufferSubData()
139 GLint dstY, in copyTextureSubData()
/external/clang/test/CodeGenCXX/
Dcopy-assign-synthesis.cpp71 X dstY; variable
Dcopy-assign-synthesis-1.cpp86 X dstY; variable
/external/skia/tests/
DBitmapCopyTest.cpp203 const int dstY = gRec[i].fExpectedDstLoc.y(); in DEF_TEST() local
/external/v4l2_codec2/common/
DFormatConverter.cpp192 uint8_t* dstY = outputView.data()[C2PlanarLayout::PLANE_Y]; in convertBlock() local
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c351 int dstY = y; in xmesa_DrawPixels_8R8G8B() local
483 int dstY = y; in xmesa_DrawPixels_5R6G5B() local
/external/skia/src/pdf/
DSkPDFUtils.cpp77 SkScalar dstX, SkScalar dstY, SkWStream* content) { in append_cubic()
/external/skia/src/codec/
DSkWebpCodec.cpp395 int dstY = frameRect.y(); in onGetPixels() local
/external/mesa3d/src/mesa/swrast/
Ds_copypix.c437 GLint dstX, GLint dstY, GLenum type) in swrast_fast_copy_pixels()
/external/mesa3d/src/mesa/drivers/common/
Dmeta_blit.c103 const GLint dstY = MIN2(dstY0, dstY1); in blitframebuffer_texture() local
/external/skia/src/core/
DSkBitmapProcState.cpp35 int dstY; in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() local

12