Searched defs:tmpPixels (Results 1 – 4 of 4) sorted by relevance
142 const auto &tmpPixels = std::make_unique<uint32_t[]>(width * halfHeight); in YInvert() local
144 const auto &tmpPixels = std::make_unique<uint32_t[]>(width * halfHeight); in YInvert() local
1201 uint8_t* tmpPixels = new(std::nothrow) uint8_t[tmpPixelsLen]; in P010ConvertRGBA1010102() local1239 uint8_t* tmpPixels = new(std::nothrow) uint8_t[tmpPixelsLen]; in ConvertRGBA1010102ToYUV() local1283 uint8_t* tmpPixels = new(std::nothrow) uint8_t[tmpPixelsLen]; in YUVConvertRGB() local1396 uint8_t* tmpPixels = new(std::nothrow) uint8_t[tmpPixelsLen]; in RGBConvertYUV() local
137 …std::unique_ptr<uint8_t[]> tmpPixels = std::make_unique<uint8_t[]>(GetImageSize(size.dstW, size.ds… in NV12Rotate() local