Home
last modified time | relevance | path

Searched defs:dstPixels (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpixel_convert_adapter_test.cpp68 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 Dpixel_yuv_ext_utils_test.cpp111 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 Dpixel_convert_adapter.cpp82 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()
168void *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 Dwebp_encoder.cpp437 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 Dpixel_yuv_ext_utils.h33 uint8_t *dstPixels; member
H A Dpixel_yuv_utils.h65 uint16_t *dstPixels; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_image.cpp32 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 Dpixel_yuv_utils.cpp122 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 Dpixel_yuv_ext_utils.cpp176 …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 Dimage_utils.cpp414 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 Dtesting_bitmap.h73 …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 Ddrawing_bitmap.cpp142 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 Dpixel_convert.cpp1096 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 Dpost_proc.cpp194 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 Dskia_bitmap.cpp109 bool SkiaBitmap::ReadPixels(const ImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in ReadPixels()
152 void* dstPixels = dst.GetPixels(); in CopyPixels() local
H A Dskia_image.cpp435 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 Dbitmap.cpp85 bool Bitmap::ReadPixels(const ImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in ReadPixels()
H A Dimage.cpp176 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 Davsession_pixel_map_adapter.cpp80 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 Dbitmap_test.cpp702 void* dstPixels = nullptr; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkcanvas_fuzzer/
H A Dcanvas_fuzzer.cpp199 void* dstPixels = OH_Drawing_BitmapGetPixels(bitmap); in CanvasFuzzTest006() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp699 …::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 Dcanvas_test.cpp322 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 Drosen_render_box.cpp657 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 Dmock_pixel_map.cpp68 …::UpdatePixelsAlpha(const AlphaType &alphaType, const PixelFormat &pixelFormat, uint8_t *dstPixels, in UpdatePixelsAlpha()

12