/external/webrtc/sdk/android/api/org/webrtc/ |
D | YuvHelper.java | 38 final ByteBuffer dstV = dst.slice(); in I420Copy() local 41 chromaWidth, dstV, chromaWidth, width, height); in I420Copy() 93 final ByteBuffer dstV = dst.slice(); in I420Rotate() local 96 dstChromaWidth, dstV, dstChromaWidth, srcWidth, srcHeight, rotationMode); in I420Rotate() 107 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() [all …]
|
D | JavaI420Buffer.java | 199 int dstStrideU, ByteBuffer dstV, int dstStrideV, int scaleWidth, int scaleHeight); in nativeCropAndScaleI420() argument
|
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/ |
D | YuvHelperTest.java | 80 final ByteBuffer dstV = ByteBuffer.allocateDirect(TEST_CHROMA_HEIGHT * dstStrideV); in testI420Copy() local 83 TEST_I420_V, TEST_I420_STRIDE_U, dstY, dstStrideY, dstU, dstStrideU, dstV, dstStrideV, in testI420Copy() 88 assertByteBufferContentEquals(new byte[] {101, 102, 105, 106}, dstV); in testI420Copy() 152 final ByteBuffer dstV = ByteBuffer.allocateDirect(TEST_CHROMA_WIDTH * dstStrideV); in testI420Rotate90() local 155 TEST_I420_V, TEST_I420_STRIDE_U, dstY, dstStrideY, dstU, dstStrideU, dstV, dstStrideV, in testI420Rotate90() 160 assertByteBufferContentEquals(new byte[] {105, 101, 106, 102}, dstV); in testI420Rotate90()
|
/external/v4l2_codec2/common/ |
D | FormatConverter.cpp | 194 uint8_t* dstV = outputView.data()[C2PlanarLayout::PLANE_U]; // 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() 270 libyuv::ABGRToI420(srcRGB, srcStrideRGB, dstY, dstStrideY, dstU, dstStrideU, dstV, in convertBlock()
|
/external/webrtc/sdk/android/src/java/org/webrtc/ |
D | NV21Buffer.java | 68 int dstStrideY, ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV); in nativeCropAndScale() argument
|
D | NV12Buffer.java | 72 ByteBuffer dstV, int dstStrideV); in nativeCropAndScale() argument
|
/external/exoplayer/tree/extensions/vp9/src/main/jni/ |
D | vpx_jni.cc | 191 uint8_t* dstV = dstVBase; in convert_16_to_8_neon() local 220 vst1_u8(dstV, in convert_16_to_8_neon() 223 dstV += 8; in convert_16_to_8_neon()
|