Searched refs:dstStrideInBytes (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/cpp/evs/sampleDriver/hidl/ |
D | bufferCopy.cpp | 133 const auto dstStrideInBytes = pDesc->stride * kRgbaBytesPerPixel; in fillRGBAFromYUYV() local 137 dstStrideInBytes, // output stride in bytes in fillRGBAFromYUYV() 145 result = libyuv::ABGRToARGB((uint8_t*)buf, dstStrideInBytes, tgt, dstStrideInBytes, in fillRGBAFromYUYV() 159 const auto dstStrideInBytes = pDesc->stride * kRgbaBytesPerPixel; in fillRGBAFromUYVY() local 163 dstStrideInBytes, // output stride in bytes in fillRGBAFromUYVY() 171 result = libyuv::ABGRToARGB(static_cast<uint8_t*>(buf), dstStrideInBytes, tgt, dstStrideInBytes, in fillRGBAFromUYVY()
|
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/ |
D | bufferCopy.cpp | 118 const auto dstStrideInBytes = pDesc->stride * 4; // 4-byte per pixel in fillRGBAFromYUYV() local 122 dstStrideInBytes, // output stride in bytes in fillRGBAFromYUYV() 132 result = libyuv::ABGRToARGB(tgt, dstStrideInBytes, tgt, dstStrideInBytes, pDesc->width, in fillRGBAFromYUYV()
|