Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/common/utils/default/include/
DFormatConvert.h64 static void copyYUYVtoRGB32(unsigned width, unsigned height,
/hardware/interfaces/automotive/evs/common/utils/default/
DFormatConvert.cpp144 void Utils::copyYUYVtoRGB32(unsigned width, unsigned height, in copyYUYVtoRGB32() function in android::hardware::automotive::evs::common::Utils
197 return copyYUYVtoRGB32(width, height, src, srcStridePixels, dst, dstStridePixels, true); in copyYUYVtoBGR32()
/hardware/interfaces/automotive/evs/common/utils/default/test/fuzz/
DFormatConvertFuzzer.cpp46 android::hardware::automotive::evs::common::Utils::copyYUYVtoRGB32(width, height, src, 0, tgt, in LLVMFuzzerTestOneInput()
/hardware/interfaces/automotive/evs/1.0/vts/functional/
DFrameHandler.cpp254 Utils::copyYUYVtoRGB32(width, height, in copyBufferContents()
/hardware/interfaces/automotive/evs/1.1/vts/functional/
DFrameHandler.cpp290 Utils::copyYUYVtoRGB32(width, height, in copyBufferContents()