/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/ |
H A D | ext_pixel_convert.h | 28 size_t byteCount;
member
|
H A D | ext_decoder.h | 85 uint64_t byteCount;
member
|
/foundation/multimedia/image_effect/test/unittest/mock/src/ |
H A D | mock_pixel_map.cpp | 36 int32_t byteCount = rowStride * height; in MockPixelMap() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
H A D | bmp_decoder_test.cpp | 518 uint64_t byteCount = 0;
in HWTEST_F() local 537 uint64_t byteCount = 0;
in HWTEST_F() local 560 uint64_t byteCount = 0;
in HWTEST_F() local 578 uint64_t byteCount = 0; HWTEST_F() local [all...] |
H A D | ext_decoder_test.cpp | 276 uint64_t byteCount = ZERO;
in HWTEST_F() local [all...] |
H A D | plugin_libjpeg_test.cpp | 1305 uint32_t byteCount = 0;
in HWTEST_F() local 1783 uint32_t byteCount = 0;
in HWTEST_F() local
|
/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/src/ |
H A D | file_ex.cpp | 196 int byteCount = 1; in LoadBufferFromNodeFile() local
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/src/ |
H A 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() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | ace_view.h | 115 virtual void StartSystemDrag(const std::string& str, void* pixelMapManager, int32_t byteCount) {} in StartSystemDrag() argument
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/ |
H A D | bmp_decoder.cpp | 113 uint32_t BmpDecoder::SetShareMemBuffer(uint64_t byteCount, DecodeContext &context) in SetShareMemBuffer() argument 186 uint32_t SetBuffer(uint64_t byteCount, DecodeContext &context) in SetBuffer() argument 224 SetBufferForPlatform(uint64_t byteCount, DecodeContext &context) SetBufferForPlatform() argument 259 SetContextPixelsBuffer(uint64_t byteCount, DecodeContext &context, SkImageInfo &dstInfo) SetContextPixelsBuffer() argument 310 uint64_t byteCount = static_cast<uint64_t>(dstInfo.height()) * dstInfo.width() * dstInfo.bytesPerPixel(); Decode() local [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/ |
H A D | webp_decoder.cpp | 394 static bool SharedMemoryCreate(DecodeContext &context, const uint32_t &byteCount) in SharedMemoryCreate() argument 434 static bool HeapMemoryCreate(DecodeContext &context, const uint32_t &byteCount) in HeapMemoryCreate() argument 470 DmaMemoryCreate(DecodeContext &context, const uint32_t &byteCount, const Size &webpSize) DmaMemoryCreate() argument 517 uint64_t byteCount = static_cast<uint64_t>(webpSize_.width * webpSize_.height * bytesPerPixel_); AllocOutputBuffer() local [all...] |
/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() argument 101 static void RGBAToARGB(uint8_t* srcPixels, uint8_t* dstPixels, uint32_t byteCount) in RGBAToARGB() argument 120 static void RGBxToRGB(const uint8_t* srcPixels, uint8_t* dstPixels, uint32_t byteCount) in RGBxToRGB() argument 138 static void RGBToRGBx(const uint8_t* srcPixels, uint8_t* dstPixels, uint32_t byteCount) in RGBToRGBx() argument [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/ |
H A D | svg_decoder.cpp | 58 bool AllocShareBufferInner(DecodeContext &context, uint64_t byteCount)
in AllocShareBufferInner() argument 106 bool AllocShareBuffer(DecodeContext &context, uint64_t byteCount)
in AllocShareBuffer() argument 124 AllocDmaBuffer(DecodeContext &context, uint64_t byteCount, SkSize &svgSize) AllocDmaBuffer() argument 172 AllocHeapBuffer(DecodeContext &context, uint64_t byteCount) AllocHeapBuffer() argument 417 uint64_t byteCount = static_cast<uint64_t>(width) * height * SVG_BYTES_PER_PIXEL; AllocBuffer() local [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_utils_test.cpp | 460 uint32_t byteCount = 5; in HWTEST_F() local
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/ |
H A D | png_decoder.cpp | 217 bool AllocBufferForShareType(DecodeContext &context, uint64_t byteCount) in AllocBufferForShareType() argument 256 bool AllocBufferForDmaType(DecodeContext &context, uint64_t byteCount, PngImageInfo pngImageInfo) in AllocBufferForDmaType() argument 289 bool AllocOutBuffer(DecodeContext &context, uint64_t byteCount) in AllocOutBuffer() argument 325 AllocBufferForPlatform(DecodeContext &context, uint64_t byteCount) AllocBufferForPlatform() argument 363 uint64_t byteCount = static_cast<uint64_t>(pngImageInfo_.rowDataSize) * pngImageInfo_.height; AllocOutputBuffer() local [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc.cpp | 926 uint64_t byteCount = static_cast<uint64_t>(srcRowStride[0]) * static_cast<uint64_t>(srcHeight); in ScalePixelMapEx() local
|
/foundation/multimodalinput/input/service/message_handle/src/ |
H A D | server_msg_handler.cpp | 525 int32_t byteCount = 0; in OnDisplayInfo() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | image_utils.cpp | 408 static void ReversePixels(uint8_t* srcPixels, uint8_t* dstPixels, uint32_t byteCount) in ReversePixels() argument 427 void ImageUtils::BGRAToARGB(uint8_t* srcPixels, uint8_t* dstPixels, uint32_t byteCount) in BGRAToARGB() argument 433 void ImageUtils::ARGBToBGRA(uint8_t* srcPixels, uint8_t* dstPixels, uint32_t byteCount) in ARGBToBGRA() argument
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_pixel_map_napi.cpp | 1881 uint32_t byteCount = pixelMapNapi->nativePixelMap_->GetByteCount(); in GetPixelBytesNumber() local
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | exif_info.cpp | 1646 uint32_t byteCount = 0; in GetDataRangeFromDE() local
|
H A D | jpeg_decoder.cpp | 363 uint64_t byteCount = static_cast<uint64_t>(rowStride) * decodeInfo_.output_height; in DoSwDecode() local [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_decoder.cpp | 623 uint32_t ExtDecoder::SetContextPixelsBuffer(uint64_t byteCount, DecodeContext &context)
in HeapMemAlloc() argument 860 uint64_t byteCount = static_cast<uint64_t>(dstInfo_.computeMinByteSize());
in HeapMemAlloc() local 703 ConvertFormatToYUV(DecodeContext &context, SkImageInfo &skInfo, uint64_t byteCount, PixelFormat format) HeapMemAlloc() argument 1084 uint64_t byteCount = static_cast<uint64_t>(hwDstInfo_.height() * hwDstInfo_.width() * hwDstInfo_.bytesPerPixel()); HeapMemAlloc() local 1913 uint64_t byteCount = static_cast<uint64_t>(info_.computeMinByteSize()); HeapMemAlloc() local 2033 uint64_t byteCount = static_cast<uint64_t>(dstInfo.computeMinByteSize()); HeapMemAlloc() local 2203 uint64_t byteCount = static_cast<uint64_t>(dstInfo.computeMinByteSize()); HeapMemAlloc() local [all...] |
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 642 int32_t byteCount = 0; in PackWindowInfo() local 649 pkt << byteCount; in PackWindowInfo() local 667 pkt << byteCount; in PackWindowInfo() local
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | pixel_map_napi.cpp | 2265 uint32_t byteCount = pixelMapNapi->nativePixelMap_->GetByteCount(); in GetPixelBytesNumber() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 1402 uint64_t byteCount = static_cast<uint64_t>(rowDataSize_) * static_cast<uint64_t>(imageInfo_.size.height); in GetByteCount() local
|