Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DMediaVpxVideoHelper.cpp100 const uint8_t* srcV, in copyYV12FrameToOutputBuffer() argument
124 memcpy(dst, srcV, imgWidth / 2 * bpp); in copyYV12FrameToOutputBuffer()
125 srcV += srcVStride; in copyYV12FrameToOutputBuffer()
148 const uint8_t* srcV = (const uint8_t*)mImg->planes[VPX_PLANE_V]; in copyImgToGuest() local
155 srcV, srcYStride, srcUStride, srcVStride); in copyImgToGuest()
/hardware/google/aemu/host-common/include/host-common/
DMediaVpxVideoHelper.h81 const uint8_t* srcV,
/hardware/interfaces/automotive/evs/common/utils/default/
DFormatConvert.cpp127 uint8_t* srcV = src+offsetV; in copyYV12toRGB32() local
133 uint8_t* rowV = srcV + (r/2 * strideColor); in copyYV12toRGB32()