Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.cpp855 static void copyOutputBufferToYuvPlanarFrame(C2GraphicView& writeView, const uint8_t* srcY, in copyOutputBufferToYuvPlanarFrame()
1010 const uint8_t *srcY = (const uint8_t *)mCtx->dst; 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.cpp223 uint8_t* srcY = reinterpret_cast<uint8_t*>(srcBufferYCbCr.y); in ConvertFromYV12() local