Searched defs:dstStrideU (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/sdk/android/api/org/webrtc/ |
D | YuvHelper.java | 107 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()
|
D | JavaI420Buffer.java | 199 int dstStrideU, ByteBuffer dstV, int dstStrideV, int scaleWidth, int scaleHeight); in nativeCropAndScaleI420()
|
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/ |
D | YuvHelperTest.java | 76 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/ |
D | NV21Buffer.java | 68 int dstStrideY, ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV); in nativeCropAndScale()
|
D | NV12Buffer.java | 71 int srcSliceHeight, ByteBuffer dstY, int dstStrideY, ByteBuffer dstU, int dstStrideU, in nativeCropAndScale()
|
/external/v4l2_codec2/common/ |
D | FormatConverter.cpp | 197 const int dstStrideU = outputLayout.planes[C2PlanarLayout::PLANE_V].rowInc; // only for I420 in convertBlock() local
|