Home
last modified time | relevance | path

Searched refs:dstUV (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/sdk/android/api/org/webrtc/
DYuvHelper.java62 final ByteBuffer dstUV = dst.slice(); in I420ToNV12() local
64 nativeI420ToNV12(srcY, srcStrideY, srcU, srcStrideU, srcV, srcStrideV, dstY, width, dstUV, in I420ToNV12()
120 ByteBuffer srcV, int srcStrideV, ByteBuffer dstY, int dstStrideY, ByteBuffer dstUV, in I420ToNV12() argument
122 nativeI420ToNV12(srcY, srcStrideY, srcU, srcStrideU, srcV, srcStrideV, dstY, dstStrideY, dstUV, in I420ToNV12()
141 ByteBuffer dstUV, int dstStrideUV, int width, int height); in nativeI420ToNV12() argument
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DYuvHelperTest.java110 final ByteBuffer dstUV = ByteBuffer.allocateDirect(2 * TEST_CHROMA_HEIGHT * dstStrideUV); in testI420ToNV12() local
113 TEST_I420_V, TEST_I420_STRIDE_U, dstY, dstStrideY, dstUV, dstStrideUV, TEST_WIDTH, in testI420ToNV12()
117 assertByteBufferContentEquals(new byte[] {51, 101, 52, 102, 53, 105, 54, 106}, dstUV); in testI420ToNV12()
/external/v4l2_codec2/common/
DFormatConverter.cpp195 uint8_t* dstUV = outputView.data()[C2PlanarLayout::PLANE_U]; // only for NV12 in convertBlock() local
230 dstStrideY, dstUV, dstStrideUV, mVisibleSize.width, in convertBlock()
247 copyPlaneByPixel(srcU, srcStrideU, 2, dstUV, dstStrideUV, 2, mVisibleSize.width / 2, in convertBlock()
249 copyPlaneByPixel(srcV, srcStrideV, 2, dstUV + 1, dstStrideUV, 2, mVisibleSize.width / 2, in convertBlock()
282 dstUV, dstStrideUV, mVisibleSize.width / 2, in convertBlock()
/external/webrtc/sdk/objc/unittests/
Dframe_buffer_helpers.mm79 uint8_t* dstUV = static_cast<uint8_t*>(CVPixelBufferGetBaseAddressOfPlane(pixelBuffer, 1));
90 dstUV,
/external/webrtc/sdk/objc/components/video_frame_buffer/
DRTCCVPixelBuffer.mm278 uint8_t* dstUV =
302 dstUV,
/external/webrtc/sdk/objc/components/video_codec/
DRTCVideoEncoderH264.mm111 uint8_t *dstUV = reinterpret_cast<uint8_t *>(CVPixelBufferGetBaseAddressOfPlane(pixelBuffer, 1));
122 dstUV,