Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/api/org/webrtc/
DYuvHelper.java52 final ByteBuffer dstU = dst.slice(); in I420Copy() local
129 final ByteBuffer dstU = dst.slice(); in I420Rotate() local
145 ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV, int width, int height) { in ABGRToI420()
156 ByteBuffer srcV, int srcStrideV, ByteBuffer dstY, int dstStrideY, ByteBuffer dstU, in I420Copy()
178 ByteBuffer srcV, int srcStrideV, ByteBuffer dstY, int dstStrideY, ByteBuffer dstU, in I420Rotate()
189 ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV, int width, int height); in nativeI420Copy()
195 ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV, int srcWidth, int srcHeight, in nativeI420Rotate()
198 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.java76 final ByteBuffer dstU = ByteBuffer.allocateDirect(TEST_CHROMA_HEIGHT * dstStrideU); in testI420Copy() local
183 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.cpp235 uint8_t* dstU = outputView.data()[C2PlanarLayout::PLANE_V]; // only for I420 in convertBlock() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/vp9/src/main/jni/
Dvpx_jni.cc192 uint8_t* dstU = dstUBase; in convert_16_to_8_neon() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/vp9/src/main/jni/
Dvpx_jni.cc192 uint8_t* dstU = dstUBase; in convert_16_to_8_neon() local
/external/deqp/framework/common/
DtcuAstcUtil.cpp519 uint8_t *const dstU = (uint8_t *)dst; in setASTCErrorColorBlock() local
565 uint8_t *const dstU = (uint8_t *)dst; in decodeVoidExtentBlock() local