Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/common/utils/default/include/
DFormatConvert.h51 static void copyYV12toRGB32(unsigned width, unsigned height,
/hardware/interfaces/automotive/evs/common/utils/default/
DFormatConvert.cpp109 void Utils::copyYV12toRGB32(unsigned width, unsigned height, in copyYV12toRGB32() function in android::hardware::automotive::evs::common::Utils
189 return copyYV12toRGB32(width, height, src, dst, dstStridePixels, true); in copyYV12toBGR32()
/hardware/interfaces/automotive/evs/common/utils/default/test/fuzz/
DFormatConvertFuzzer.cpp49 android::hardware::automotive::evs::common::Utils::copyYV12toRGB32(width, height, src, tgt, in LLVMFuzzerTestOneInput()
/hardware/interfaces/automotive/evs/1.0/vts/functional/
DFrameHandler.cpp250 Utils::copyYV12toRGB32(width, height, in copyBufferContents()
/hardware/interfaces/automotive/evs/1.1/vts/functional/
DFrameHandler.cpp286 Utils::copyYV12toRGB32(width, height, in copyBufferContents()