Home
last modified time | relevance | path

Searched defs:dstU (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/sdk/android/api/org/webrtc/
DYuvHelper.java36 final ByteBuffer dstU = dst.slice(); in I420Copy() local
91 final ByteBuffer dstU = dst.slice(); in I420Rotate() local
107 ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV, int width, int height) { in ABGRToI420()
113 ByteBuffer srcV, int srcStrideV, ByteBuffer dstY, int dstStrideY, ByteBuffer dstU, in I420Copy()
127 ByteBuffer srcV, int srcStrideV, ByteBuffer dstY, int dstStrideY, ByteBuffer dstU, 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.java198 int cropWidth, int cropHeight, ByteBuffer dstY, int dstStrideY, ByteBuffer dstU, in nativeCropAndScaleI420()
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DYuvHelperTest.java79 final ByteBuffer dstU = ByteBuffer.allocateDirect(TEST_CHROMA_HEIGHT * dstStrideU); in testI420Copy() local
151 final ByteBuffer dstU = ByteBuffer.allocateDirect(TEST_CHROMA_WIDTH * dstStrideU); 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.cpp193 uint8_t* dstU = outputView.data()[C2PlanarLayout::PLANE_V]; // only for I420 in convertBlock() local
/external/exoplayer/tree/extensions/vp9/src/main/jni/
Dvpx_jni.cc190 uint8_t* dstU = dstUBase; in convert_16_to_8_neon() local
/external/deqp/framework/common/
DtcuAstcUtil.cpp460 deUint8* const dstU = (deUint8*)dst; in setASTCErrorColorBlock() local
509 deUint8* const dstU = (deUint8*)dst; in decodeVoidExtentBlock() local