Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/common/utils/default/include/
DFormatConvert.h77 static void copyMatchedInterleavedFormats(unsigned width, unsigned height,
/hardware/interfaces/automotive/evs/1.0/vts/functional/
DFrameHandler.cpp262 Utils::copyMatchedInterleavedFormats(width, height, in copyBufferContents()
284 Utils::copyMatchedInterleavedFormats(width, height, in copyBufferContents()
/hardware/interfaces/automotive/evs/1.1/vts/functional/
DFrameHandler.cpp294 Utils::copyMatchedInterleavedFormats(width, height, in copyBufferContents()
316 Utils::copyMatchedInterleavedFormats(width, height, in copyBufferContents()
/hardware/interfaces/automotive/evs/aidl/vts/
DFrameHandler.cpp314 Utils::copyMatchedInterleavedFormats(width, height, srcPixels, pSrcDesc->stride, in copyBufferContents()
334 Utils::copyMatchedInterleavedFormats(width, height, srcPixels, pSrcDesc->stride, in copyBufferContents()
/hardware/interfaces/automotive/evs/common/utils/default/
DFormatConvert.cpp201 void Utils::copyMatchedInterleavedFormats(unsigned width, unsigned height, in copyMatchedInterleavedFormats() function in android::hardware::automotive::evs::common::Utils