/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | pixel_convert_adapter_test.cpp | 68 void *dstPixels = malloc(bufferSize1); variable 91 void *dstPixels = nullptr; variable 134 void *dstPixels = malloc(bufferSize1); variable 161 void *dstPixels = nullptr; variable 253 void *dstPixels = malloc(bufferSize1); variable 296 void *dstPixels = malloc(bufferSize1); variable 339 void *dstPixels = malloc(bufferSize1); variable 382 void *dstPixels = malloc(bufferSize1); variable
|
H A D | pixel_yuv_ext_utils_test.cpp | 111 uint8_t dstPixels[LENGTH] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}; variable 190 uint8_t dstPixels[LENGTH] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}; variable 213 uint8_t dstPixels[LENGTH] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}; variable 240 uint8_t dstPixels[LENGTH] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}; variable
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/pixelconverter/src/ |
H A D | pixel_convert_adapter.cpp | 82 static void ARGBToRGBA(uint8_t* srcPixels, uint8_t* dstPixels, uint32_t byteCount) in ARGBToRGBA() 101 static void RGBAToARGB(uint8_t* srcPixels, uint8_t* dstPixels, uint32_t byteCount) in RGBAToARGB() 120 static void RGBxToRGB(const uint8_t* srcPixels, uint8_t* dstPixels, uint32_t byteCount) in RGBxToRGB() 138 static void RGBToRGBx(const uint8_t* srcPixels, uint8_t* dstPixels, uint32_t byteCount) in RGBToRGBx() 168 … void *dstPixels, const Position &dstPos, uint32_t dstRowBytes, in WritePixelsConvert() 226 … const ImageInfo &srcInfo, void *dstPixels, uint32_t dstRowBytes, in ReadPixelsConvert()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/ |
H A D | webp_encoder.cpp | 437 void *dstPixels = dst; in DoTransformRGBX() local 469 void *dstPixels = dst; in DoTransformRgbA() local 501 void *dstPixels = dst; in DoTransformBGRX() local 533 void *dstPixels = dst; in DoTransformBGRA() local 565 void *dstPixels = dst; in DoTransformBgrA() local 597 void *dstPixels = dst; in DoTransformF16To8888() local 629 void *dstPixels = dst; in DoTransformF16pTo8888() local 661 void *dstPixels = dst; in DoTransformArgbToRgb() local 693 void *dstPixels = dst; in DoTransformArgbToRgba() local 725 void *dstPixels = dst; in DoTransformRGB565() local [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/ |
H A D | pixel_yuv_ext_utils.h | 33 uint8_t *dstPixels; member
|
H A D | pixel_yuv_utils.h | 65 uint16_t *dstPixels; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | skia_image.cpp | 32 SkPixmap CloneSkPixmap(SkPixmap& srcPixmap, const std::unique_ptr<uint8_t[]>& dstPixels) in CloneSkPixmap() 177 auto dstPixels = std::make_unique<uint8_t[]>(srcPixmap.computeByteSize()); in GetPixelMap() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | pixel_yuv_utils.cpp | 122 static void WriteDataNV12Convert(uint8_t *srcPixels, const Size &size, uint8_t *dstPixels, in WriteDataNV12Convert() 149 static void WriteDataNV12P010Convert(uint16_t *srcPixels, const Size &size, uint16_t *dstPixels, in WriteDataNV12P010Convert() 175 …ol PixelYuvUtils::WriteYuvConvert(const void *srcPixels, const ImageInfo &srcInfo, void *dstPixels, in WriteYuvConvert() 437 uint8_t *dstPixels, YuvImageInfo &dstInfo, int32_t module) in YuvScale() 725 void *dstPixels, const ImageInfo &dstInfo) in ReadYuvConvert() 975 uint8_t *dstPixels, XYaxis &xyAxis, ImageInfo &info, YUVStrideInfo &strides) in Yuv420SPTranslate() 1041 bool PixelYuvUtils::YuvTranslate(const uint8_t *srcPixels, YUVDataInfo &yuvInfo, uint8_t *dstPixels… in YuvTranslate()
|
H A D | pixel_yuv_ext_utils.cpp | 176 …std::unique_ptr<uint16_t[]> dstPixels = std::make_unique<uint16_t[]>(GetImageSize(info.yStride, si… in NV12P010Rotate() local 218 …Size& dstSize, uint8_t* dstPixels, YUVStrideInfo& dstStrides, OpenSourceLibyuv::RotationMode &rota… in YuvRotate() 343 …std::unique_ptr<uint16_t[]> dstPixels = std::make_unique<uint16_t[]>(GetImageSize(srcYStride, srcH… in ScaleP010() local
|
H A D | image_utils.cpp | 414 static void ReversePixels(uint8_t* srcPixels, uint8_t* dstPixels, uint32_t byteCount) in ReversePixels() 433 void ImageUtils::BGRAToARGB(uint8_t* srcPixels, uint8_t* dstPixels, uint32_t byteCount) in BGRAToARGB() 439 void ImageUtils::ARGBToBGRA(uint8_t* srcPixels, uint8_t* dstPixels, uint32_t byteCount) in ARGBToBGRA()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_bitmap.h | 73 …const TestingImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, int32_t srcX, int32_t srcY) … in ReadPixels()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_bitmap.cpp | 142 void* dstPixels, size_t dstRowBytes, int32_t srcX, int32_t srcY) in OH_Drawing_BitmapReadPixels()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | pixel_convert.cpp | 1096 void *dstPixels, const FFMPEG_CONVERT_INFO& dstInfo) in FFMpegConvert() 1160 void *dstPixels, PixelFormat dstpixelmap) in ConvertForFFMPEG() 1189 void *dstPixels, ImageInfo dstInfo) in P010ConvertRGBA1010102() 1230 void *dstPixels, ImageInfo dstInfo) in ConvertRGBA1010102ToYUV() 1271 void *dstPixels, const ImageInfo &dstInfo) in YUVConvertRGB() 1313 void *dstPixels, const ImageInfo &dstInfo) in ConvertFromYUV() 1339 void *dstPixels, const ImageInfo &dstInfo) in ConvertFromP010() 1387 void *dstPixels, const ImageInfo &dstInfo) in RGBConvertYUV() 1427 void *dstPixels, const ImageInfo &dstInfo) in ConvertToYUV() 1452 void *dstPixels, const ImageInfo &dstInfo) in ConvertToP010() [all …]
|
H A D | post_proc.cpp | 194 bool PostProc::CopyPixels(PixelMap& pixelMap, uint8_t* dstPixels, const Size& dstSize, in CopyPixels() 246 uint8_t *dstPixels = nullptr; in CenterDisplay() local 928 uint8_t *dstPixels[FFMPEG_NUM] = {}; in ScalePixelMapEx() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_bitmap.cpp | 109 bool SkiaBitmap::ReadPixels(const ImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in ReadPixels() 152 void* dstPixels = dst.GetPixels(); in CopyPixels() local
|
H A D | skia_image.cpp | 435 bool SkiaImage::ReadPixels(const ImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in ReadPixels()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/ |
H A D | bitmap.cpp | 85 bool Bitmap::ReadPixels(const ImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in ReadPixels()
|
H A D | image.cpp | 176 bool Image::ReadPixels(const ImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in ReadPixels()
|
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/src/ |
H A D | avsession_pixel_map_adapter.cpp | 80 bool AVSessionPixelMapAdapter::CopyPixMapToDst(Media::PixelMap &source, void* dstPixels, uint32_t b… in CopyPixMapToDst()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/bitmap/ |
H A D | bitmap_test.cpp | 702 void* dstPixels = nullptr; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkcanvas_fuzzer/ |
H A D | canvas_fuzzer.cpp | 199 void* dstPixels = OH_Drawing_BitmapGetPixels(bitmap); in CanvasFuzzTest006() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 699 …::UpdatePixelsAlpha(const AlphaType &alphaType, const PixelFormat &pixelFormat, uint8_t *dstPixels, in UpdatePixelsAlpha() 823 void *dstPixels = nullptr; in SourceCropAndConvert() local 897 bool PixelMap::CopyPixMapToDst(PixelMap &source, void* &dstPixels, int &fd, uint32_t bufferSize) in CopyPixMapToDst() 927 static void SetDstPixelMapInfo(PixelMap &source, PixelMap &dstPixelMap, void* dstPixels, uint32_t d… in SetDstPixelMapInfo() 967 void *dstPixels = nullptr; in CopyPixelMap() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | canvas_test.cpp | 322 char* dstPixels = static_cast<char*>(malloc(100 * 100 * 4)); // 100 4 用于像素计算 in OnTestPerformance() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | rosen_render_box.cpp | 657 uint8_t* dstPixels = const_cast<uint8_t*>(pixelMap_->GetPixels()); local 686 uint8_t* dstPixels = const_cast<uint8_t*>(pixelMap_->GetPixels()); local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
H A D | mock_pixel_map.cpp | 68 …::UpdatePixelsAlpha(const AlphaType &alphaType, const PixelFormat &pixelFormat, uint8_t *dstPixels, in UpdatePixelsAlpha()
|