Searched refs:copyYUYVtoRGB32 (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/automotive/evs/common/utils/default/include/ |
D | FormatConvert.h | 64 static void copyYUYVtoRGB32(unsigned width, unsigned height,
|
/hardware/interfaces/automotive/evs/common/utils/default/ |
D | FormatConvert.cpp | 144 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/ |
D | FormatConvertFuzzer.cpp | 46 android::hardware::automotive::evs::common::Utils::copyYUYVtoRGB32(width, height, src, 0, tgt, in LLVMFuzzerTestOneInput()
|
/hardware/interfaces/automotive/evs/1.0/vts/functional/ |
D | FrameHandler.cpp | 254 Utils::copyYUYVtoRGB32(width, height, in copyBufferContents()
|
/hardware/interfaces/automotive/evs/1.1/vts/functional/ |
D | FrameHandler.cpp | 290 Utils::copyYUYVtoRGB32(width, height, in copyBufferContents()
|