Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.cpp764 uint8_t *pUBuffer = const_cast<uint8_t *>(writeView.data()[C2PlanarLayout::PLANE_U]); in copyImageData() local
771 memcpy(pUBuffer + i * dstUVStride, in copyImageData()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.cpp862 uint8_t *pUBuffer = const_cast<uint8_t *>(writeView.data()[C2PlanarLayout::PLANE_U]); in copyOutputBufferToYuvPlanarFrame() local
869 memcpy(pUBuffer + i * dstUVStride, srcU + i * width / 2, width / 2); in copyOutputBufferToYuvPlanarFrame()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.cpp817 uint8_t *pUBuffer = const_cast<uint8_t *>(writeView.data()[C2PlanarLayout::PLANE_U]); in copyImageData() local
824 memcpy(pUBuffer + i * dstUVStride, in copyImageData()