Searched defs:srcV (Results 1 – 3 of 3) sorted by relevance
856 const uint8_t* srcU, const uint8_t* srcV, uint32_t width, uint32_t height) { in copyOutputBufferToYuvPlanarFrame()1012 const uint8_t *srcV = srcU + mWidth * mHeight / 4; in outputBuffer() local
316 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV, in copyYV12FrameToOutputBuffer()
227 uint8_t* srcV = reinterpret_cast<uint8_t*>(srcBufferYCbCr.cr); in ConvertFromYV12() local