Searched defs:dstU (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/sdk/android/api/org/webrtc/ |
D | YuvHelper.java | 52 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()
|
D | JavaI420Buffer.java | 198 int cropWidth, int cropHeight, ByteBuffer dstY, int dstStrideY, ByteBuffer dstU, in nativeCropAndScaleI420()
|
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/ |
D | YuvHelperTest.java | 76 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/ |
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 | 235 uint8_t* dstU = outputView.data()[C2PlanarLayout::PLANE_V]; // only for I420 in convertBlock() local
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/vp9/src/main/jni/ |
D | vpx_jni.cc | 192 uint8_t* dstU = dstUBase; in convert_16_to_8_neon() local
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/vp9/src/main/jni/ |
D | vpx_jni.cc | 192 uint8_t* dstU = dstUBase; in convert_16_to_8_neon() local
|
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 519 uint8_t *const dstU = (uint8_t *)dst; in setASTCErrorColorBlock() local 565 uint8_t *const dstU = (uint8_t *)dst; in decodeVoidExtentBlock() local
|