| /foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/ |
| D | bmp_decoder.cpp | 113 uint32_t BmpDecoder::SetShareMemBuffer(uint64_t byteCount, DecodeContext &context) in SetShareMemBuffer() 186 uint32_t SetBuffer(uint64_t byteCount, DecodeContext &context) in SetBuffer() 224 uint32_t SetBufferForPlatform(uint64_t byteCount, DecodeContext &context) in SetBufferForPlatform() 259 uint32_t BmpDecoder::SetContextPixelsBuffer(uint64_t byteCount, DecodeContext &context, SkImageInfo… in SetContextPixelsBuffer() 310 …uint64_t byteCount = static_cast<uint64_t>(dstInfo.height()) * dstInfo.width() * dstInfo.bytesPerP… in Decode() local
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/ |
| D | ext_pixel_convert.h | 28 size_t byteCount; member
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/ |
| D | webp_decoder.cpp | 392 static bool SharedMemoryCreate(DecodeContext &context, const uint32_t &byteCount) in SharedMemoryCreate() 432 static bool HeapMemoryCreate(DecodeContext &context, const uint32_t &byteCount) in HeapMemoryCreate() 468 static bool DmaMemoryCreate(DecodeContext &context, const uint32_t &byteCount, const PlSize &webpSi… in DmaMemoryCreate() 515 … uint64_t byteCount = static_cast<uint64_t>(webpSize_.width * webpSize_.height * bytesPerPixel_); in AllocOutputBuffer() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/pixelconverter/src/ |
| D | pixel_convert_adapter.cpp | 65 static void ARGBToRGBA(uint8_t* srcPixels, uint8_t* dstPixels, uint32_t byteCount) in ARGBToRGBA() 84 static void RGBAToARGB(uint8_t* srcPixels, uint8_t* dstPixels, uint32_t byteCount) in RGBAToARGB() 103 static void RGBxToRGB(const uint8_t* srcPixels, uint8_t* dstPixels, uint32_t byteCount) in RGBxToRGB() 121 static void RGBToRGBx(const uint8_t* srcPixels, uint8_t* dstPixels, uint32_t byteCount) in RGBToRGBx()
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/src/ |
| D | heif_decoder.cpp | 135 … uint64_t byteCount = static_cast<uint64_t>(heifSize_.width) * heifSize_.height * bytesPerPixel_; in AllocHeapBuffer() local 161 bool HeifDecoder::AllocShareMem(DecodeContext &context, uint64_t byteCount) in AllocShareMem()
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/ |
| D | svg_decoder.cpp | 55 bool AllocShareBuffer(DecodeContext &context, uint64_t byteCount) in AllocShareBuffer() 112 bool AllocDmaBuffer(DecodeContext &context, uint64_t byteCount, SkSize &svgSize) in AllocDmaBuffer() 160 bool AllocHeapBuffer(DecodeContext &context, uint64_t byteCount) in AllocHeapBuffer() 405 uint64_t byteCount = static_cast<uint64_t>(width) * height * SVG_BYTES_PER_PIXEL; in AllocBuffer() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
| D | image_utils.cpp | 312 static void ReversePixels(uint8_t* srcPixels, uint8_t* dstPixels, uint32_t byteCount) in ReversePixels() 331 void ImageUtils::BGRAToARGB(uint8_t* srcPixels, uint8_t* dstPixels, uint32_t byteCount) in BGRAToARGB() 337 void ImageUtils::ARGBToBGRA(uint8_t* srcPixels, uint8_t* dstPixels, uint32_t byteCount) in ARGBToBGRA()
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/ |
| D | png_decoder.cpp | 215 bool AllocBufferForShareType(DecodeContext &context, uint64_t byteCount) in AllocBufferForShareType() 254 bool AllocBufferForDmaType(DecodeContext &context, uint64_t byteCount, PngImageInfo pngImageInfo) in AllocBufferForDmaType() 287 bool AllocOutBuffer(DecodeContext &context, uint64_t byteCount) in AllocOutBuffer() 323 bool AllocBufferForPlatform(DecodeContext &context, uint64_t byteCount) in AllocBufferForPlatform() 361 … uint64_t byteCount = static_cast<uint64_t>(pngImageInfo_.rowDataSize) * pngImageInfo_.height; in AllocOutputBuffer() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
| D | bmp_decoder_test.cpp | 600 uint64_t byteCount = 0; variable 619 uint64_t byteCount = 0; variable 642 uint64_t byteCount = 0; variable 660 uint64_t byteCount = 0; variable
|
| D | plugin_libjpeg_test.cpp | 1297 uint32_t byteCount = 0; variable 1775 uint32_t byteCount = 0; variable
|
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| D | ace_view.h | 109 … virtual void StartSystemDrag(const std::string& str, void* pixelMapManager, int32_t byteCount) {} in StartSystemDrag()
|
| /foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/src/ |
| D | file_ex.cpp | 196 int byteCount = 1; in LoadBufferFromNodeFile() local
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
| D | ext_decoder.cpp | 498 uint32_t ExtDecoder::SetContextPixelsBuffer(uint64_t byteCount, DecodeContext &context) in HeapMemAlloc() 582 uint64_t byteCount = static_cast<uint64_t>(dstInfo_.computeMinByteSize()); in HeapMemAlloc() local 686 …uint64_t byteCount = static_cast<uint64_t>(dstInfo_.height()) * dstInfo_.width() * dstInfo_.bytesP… in HeapMemAlloc() local 795 uint64_t byteCount = rowStride * dstHeight; in HeapMemAlloc() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
| D | image_utils_test.cpp | 459 uint32_t byteCount = 5; variable
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
| D | jpeg_decoder.cpp | 363 uint64_t byteCount = static_cast<uint64_t>(rowStride) * decodeInfo_.output_height; in DoSwDecode() local
|
| D | exif_info.cpp | 1641 uint32_t byteCount = 0; in GetDataRangeFromDE() local
|
| /foundation/multimedia/image_framework/frameworks/kits/js/common/ |
| D | pixel_map_napi.cpp | 1543 uint32_t byteCount = pixelMapNapi->nativePixelMap_->GetByteCount(); in GetPixelBytesNumber() local
|