Home
last modified time | relevance | path

Searched refs:dstStrideV (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/sdk/android/api/org/webrtc/
DYuvHelper.java107 ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV, int width, int height) { in ABGRToI420() argument
109 src, srcStride, dstY, dstStrideY, dstU, dstStrideU, dstV, dstStrideV, width, height); in ABGRToI420()
114 int dstStrideU, ByteBuffer dstV, int dstStrideV, int width, int height) { in I420Copy() argument
116 dstStrideU, dstV, dstStrideV, width, height); in I420Copy()
128 int dstStrideU, ByteBuffer dstV, int dstStrideV, int srcWidth, int srcHeight, in I420Rotate() argument
131 dstStrideU, dstV, dstStrideV, srcWidth, srcHeight, rotationMode); in I420Rotate()
138 ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV, int width, int height); in nativeI420Copy() argument
144 ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV, int srcWidth, int srcHeight, in nativeI420Rotate() argument
147 int dstStrideY, ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV, int width, in nativeABGRToI420() argument
DJavaI420Buffer.java199 int dstStrideU, ByteBuffer dstV, int dstStrideV, int scaleWidth, int scaleHeight); in nativeCropAndScaleI420() argument
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DYuvHelperTest.java77 final int dstStrideV = TEST_CHROMA_WIDTH; in testI420Copy() local
80 final ByteBuffer dstV = ByteBuffer.allocateDirect(TEST_CHROMA_HEIGHT * dstStrideV); in testI420Copy()
83 TEST_I420_V, TEST_I420_STRIDE_U, dstY, dstStrideY, dstU, dstStrideU, dstV, dstStrideV, in testI420Copy()
149 final int dstStrideV = TEST_CHROMA_HEIGHT; in testI420Rotate90() local
152 final ByteBuffer dstV = ByteBuffer.allocateDirect(TEST_CHROMA_WIDTH * dstStrideV); in testI420Rotate90()
155 TEST_I420_V, TEST_I420_STRIDE_U, dstY, dstStrideY, dstU, dstStrideU, dstV, dstStrideV, in testI420Rotate90()
/external/v4l2_codec2/common/
DFormatConverter.cpp198 const int dstStrideV = outputLayout.planes[C2PlanarLayout::PLANE_U].rowInc; // only for I420 in convertBlock() local
225 dstU, dstStrideU, dstV, dstStrideV, mVisibleSize.width, in convertBlock()
235 dstStrideU, dstV, dstStrideV, mVisibleSize.width, in convertBlock()
240 dstStrideU, dstV, dstStrideV, mVisibleSize.width, in convertBlock()
271 dstStrideV, mVisibleSize.width, mVisibleSize.height); in convertBlock()
/external/webrtc/sdk/android/src/java/org/webrtc/
DNV21Buffer.java68 int dstStrideY, ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV); in nativeCropAndScale() argument
DNV12Buffer.java72 ByteBuffer dstV, int dstStrideV); in nativeCropAndScale() argument