Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/1.0/vts/functional/
DFormatConvert.h56 void copyYUYVtoRGB32(unsigned width, unsigned height,
DFormatConvert.cpp137 void copyYUYVtoRGB32(unsigned width, unsigned height, in copyYUYVtoRGB32() function
190 return copyYUYVtoRGB32(width, height, src, srcStridePixels, dst, dstStridePixels, true); in copyYUYVtoBGR32()
DFrameHandler.cpp253 copyYUYVtoRGB32(width, height, in copyBufferContents()