Searched refs:srcV (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/ |
D | C2GoldfishVpxDec.cpp | 853 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV, in copyOutputBufferToYuvPlanarFrame() argument 866 memcpy(dst, srcV, width / 2); in copyOutputBufferToYuvPlanarFrame() 867 srcV += srcVStride; in copyOutputBufferToYuvPlanarFrame() 1012 const uint8_t *srcV = srcY + mWidth * mHeight; in outputBuffer() local 1013 const uint8_t *srcU = srcV + mWidth * mHeight / 4; in outputBuffer() 1015 copyOutputBufferToYuvPlanarFrame(dst, srcY, srcU, srcV, srcYStride, in outputBuffer()
|
/device/generic/goldfish-opengl/system/codecs/omx/plugin/include/ |
D | GoldfishVideoDecoderOMXComponent.h | 133 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV,
|
/device/generic/goldfish-opengl/system/codecs/omx/plugin/ |
D | GoldfishVideoDecoderOMXComponent.cpp | 316 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/hwc3/ |
D | GuestFrameComposer.cpp | 276 uint8_t* srcV = reinterpret_cast<uint8_t*>(srcBufferYCbCr.cr); in ConvertFromYV12() local 281 srcV += (src.cropY / 2) * srcBufferYCbCr.cstride + (src.cropX / 2); in ConvertFromYV12() 295 srcV, strideVBytes, // in ConvertFromYV12()
|