Searched defs:dstV (Results 1 – 8 of 8) sorted by relevance
| /external/webrtc/sdk/android/api/org/webrtc/ |
| D | YuvHelper.java | 55 final ByteBuffer dstV = dst.slice(); in I420Copy() local 131 final ByteBuffer dstV = dst.slice(); in I420Rotate() local 145 ByteBuffer dstU, int dstStrideU, ByteBuffer dstV, int dstStrideV, int width, int height) { in ABGRToI420() 157 int dstStrideU, ByteBuffer dstV, int dstStrideV, int width, int height) { in I420Copy() 179 int dstStrideU, ByteBuffer dstV, int dstStrideV, int srcWidth, int srcHeight, 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 | 199 int dstStrideU, ByteBuffer dstV, int dstStrideV, int scaleWidth, int scaleHeight); in nativeCropAndScaleI420()
|
| /external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/ |
| D | YuvHelperTest.java | 77 final ByteBuffer dstV = ByteBuffer.allocateDirect(TEST_CHROMA_HEIGHT * dstStrideV); in testI420Copy() local 184 final ByteBuffer dstV = ByteBuffer.allocateDirect(TEST_CHROMA_WIDTH * dstStrideV); 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 | 72 ByteBuffer dstV, int dstStrideV); in nativeCropAndScale()
|
| /external/v4l2_codec2/common/ |
| D | FormatConverter.cpp | 194 uint8_t* dstV = outputView.data()[C2PlanarLayout::PLANE_U]; // only for I420 in convertBlock() local
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/vp9/src/main/jni/ |
| D | vpx_jni.cc | 193 uint8_t* dstV = dstVBase; in convert_16_to_8_neon() local
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/vp9/src/main/jni/ |
| D | vpx_jni.cc | 193 uint8_t* dstV = dstVBase; in convert_16_to_8_neon() local
|