Home
last modified time | relevance | path

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

/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
/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
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dpixel_yuv_ext_utils.cpp139 std::unique_ptr<uint8_t[]> tmpPixels = std::make_unique<uint8_t[]>(GetImageSize(size.dstW, size.dstH)); in NV12Rotate() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp1202 uint8_t* tmpPixels = new(std::nothrow) uint8_t[tmpPixelsLen]; in P010ConvertRGBA1010102() local
1240 uint8_t* tmpPixels = new(std::nothrow) uint8_t[tmpPixelsLen]; ConvertRGBA1010102ToYUV() local
1284 uint8_t* tmpPixels = new(std::nothrow) uint8_t[tmpPixelsLen]; YUVConvertRGB() local
1397 uint8_t* tmpPixels = new(std::nothrow) uint8_t[tmpPixelsLen]; RGBConvertYUV() local
[all...]

Completed in 12 milliseconds