Home
last modified time | relevance | path

Searched defs:dstStrideU (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()
114 int dstStrideU, ByteBuffer dstV, int dstStrideV, int width, int height) { in I420Copy()
128 int dstStrideU, ByteBuffer dstV, int dstStrideV, int srcWidth, int srcHeight, in I420Rotate()
138 ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV, int width, int height); in nativeI420Copy()
144 ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV, int srcWidth, int srcHeight, in nativeI420Rotate()
147 int dstStrideY, ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV, int width, in nativeABGRToI420()
DJavaI420Buffer.java199 int dstStrideU, ByteBuffer dstV, int dstStrideV, int scaleWidth, int scaleHeight); in nativeCropAndScaleI420()
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DYuvHelperTest.java76 final int dstStrideU = TEST_CHROMA_WIDTH; in testI420Copy() local
148 final int dstStrideU = TEST_CHROMA_HEIGHT; in testI420Rotate90() local
/external/webrtc/sdk/android/src/java/org/webrtc/
DNV21Buffer.java68 int dstStrideY, ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV); in nativeCropAndScale()
DNV12Buffer.java71 int srcSliceHeight, ByteBuffer dstY, int dstStrideY, ByteBuffer dstU, int dstStrideU, in nativeCropAndScale()
/external/v4l2_codec2/common/
DFormatConverter.cpp197 const int dstStrideU = outputLayout.planes[C2PlanarLayout::PLANE_V].rowInc; // only for I420 in convertBlock() local