Home
last modified time | relevance | path

Searched defs:srcV (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.cpp689 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV, in copyOutputBufferToYuvPlanarFrame()
849 const uint8_t *srcV = srcY + mWidth * mHeight; in outputBuffer() local
/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()
/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp236 uint8_t* srcV = reinterpret_cast<uint8_t*>(srcBufferYCbCr.cr); in ConvertFromYV12() local