Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishVideoDecoderOMXComponent.cpp316 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV, in copyYV12FrameToOutputBuffer() argument
341 memcpy(dst, srcV, mWidth / 2 * bpp); in copyYV12FrameToOutputBuffer()
342 srcV += srcVStride; in copyYV12FrameToOutputBuffer()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.cpp856 const uint8_t* srcU, const uint8_t* srcV, uint32_t width, uint32_t height) { in copyOutputBufferToYuvPlanarFrame() argument
872 memcpy(pVBuffer + i * dstUVStride, srcV + i * width / 2, width / 2); in copyOutputBufferToYuvPlanarFrame()
1012 const uint8_t *srcV = srcU + mWidth * mHeight / 4; in outputBuffer() local
1014 copyOutputBufferToYuvPlanarFrame(wView, srcY, srcU, srcV, mWidth, mHeight); in outputBuffer()
/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp227 uint8_t* srcV = reinterpret_cast<uint8_t*>(srcBufferYCbCr.cr); in ConvertFromYV12() local
232 srcV += (src.cropY / 2) * srcBufferYCbCr.cstride + (src.cropX / 2); in ConvertFromYV12()
246 srcV, strideVBytes, // in ConvertFromYV12()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/include/
DGoldfishVideoDecoderOMXComponent.h133 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV,