Home
last modified time | relevance | path

Searched defs: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()
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.java77 final int dstStrideV = TEST_CHROMA_WIDTH; in testI420Copy() local
149 final int dstStrideV = 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.java72 ByteBuffer dstV, int dstStrideV); in nativeCropAndScale()
/external/v4l2_codec2/common/
DFormatConverter.cpp198 const int dstStrideV = outputLayout.planes[C2PlanarLayout::PLANE_U].rowInc; // only for I420 in convertBlock() local