Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/android/
DImsMediaVideoSource.cpp386 uint8_t *yPlane, *uvPlane; in onCameraFrame() local
390 AImage_getPlaneData(pImage, 1, &uvPlane, &uvlen); in onCameraFrame()
395 memcpy(encoderBuf + ylen, uvPlane, uvlen); in onCameraFrame()
407 encoderBuf, buffCapacity, mCodecStride, yPlane, uvPlane, width, height); in onCameraFrame()
414 encoderBuf, buffCapacity, mCodecStride, yPlane, uvPlane, width, height); in onCameraFrame()
422 memcpy(encoderBuf + size, uvPlane, size / 2); in onCameraFrame()