Searched refs:copyNV21toRGB32 (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/automotive/evs/common/utils/default/include/ |
D | FormatConvert.h | 36 static void copyNV21toRGB32(unsigned width, unsigned height,
|
/hardware/interfaces/automotive/evs/common/utils/default/ |
D | FormatConvert.cpp | 77 void Utils::copyNV21toRGB32(unsigned width, unsigned height, in copyNV21toRGB32() function in android::hardware::automotive::evs::common::Utils 181 return copyNV21toRGB32(width, height, src, dst, dstStridePixels, true); in copyNV21toBGR32()
|
/hardware/interfaces/automotive/evs/common/utils/default/test/fuzz/ |
D | FormatConvertFuzzer.cpp | 44 android::hardware::automotive::evs::common::Utils::copyNV21toRGB32(width, height, src, tgt, in LLVMFuzzerTestOneInput()
|
/hardware/interfaces/automotive/evs/1.0/vts/functional/ |
D | FrameHandler.cpp | 250 Utils::copyNV21toRGB32(width, height, in copyBufferContents()
|
/hardware/interfaces/automotive/evs/1.1/vts/functional/ |
D | FrameHandler.cpp | 282 Utils::copyNV21toRGB32(width, height, in copyBufferContents()
|
/hardware/interfaces/automotive/evs/aidl/vts/ |
D | FrameHandler.cpp | 305 Utils::copyNV21toRGB32(width, height, srcPixels, tgtPixels, pTgtDesc->stride); in copyBufferContents()
|