Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/sampleDriver/
DbufferCopy.cpp128 const auto dstStrideInBytes = pDesc->stride * 4; // 4-byte per pixel in fillRGBAFromYUYV() local
132 dstStrideInBytes, // output stride in bytes in fillRGBAFromYUYV()
143 result = libyuv::ABGRToARGB(tgt, dstStrideInBytes, tgt, dstStrideInBytes, in fillRGBAFromYUYV()