Home
last modified time | relevance | path

Searched defs:tmpPixels (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_surface_darwin.cpp142 const auto &tmpPixels = std::make_unique<uint32_t[]>(width * halfHeight); in YInvert() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_surface_windows.cpp144 const auto &tmpPixels = std::make_unique<uint32_t[]>(width * halfHeight); in YInvert() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp1201 uint8_t* tmpPixels = new(std::nothrow) uint8_t[tmpPixelsLen]; in P010ConvertRGBA1010102() local
1239 uint8_t* tmpPixels = new(std::nothrow) uint8_t[tmpPixelsLen]; in ConvertRGBA1010102ToYUV() local
1283 uint8_t* tmpPixels = new(std::nothrow) uint8_t[tmpPixelsLen]; in YUVConvertRGB() local
1396 uint8_t* tmpPixels = new(std::nothrow) uint8_t[tmpPixelsLen]; in RGBConvertYUV() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dpixel_yuv_ext_utils.cpp137 …std::unique_ptr<uint8_t[]> tmpPixels = std::make_unique<uint8_t[]>(GetImageSize(size.dstW, size.ds… in NV12Rotate() local