Home
last modified time | relevance | path

Searched defs:byteCount (Results 1 - 25 of 25) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_pixel_convert.h28 size_t byteCount; member
H A Dext_decoder.h85 uint64_t byteCount; member
/foundation/multimedia/image_effect/test/unittest/mock/src/
H A Dmock_pixel_map.cpp36 int32_t byteCount = rowStride * height; in MockPixelMap() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dbmp_decoder_test.cpp518 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 Dext_decoder_test.cpp276 uint64_t byteCount = ZERO; in HWTEST_F() local
[all...]
H A Dplugin_libjpeg_test.cpp1305 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 Dfile_ex.cpp196 int byteCount = 1; in LoadBufferFromNodeFile() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/src/
H A Dheif_decoder.cpp135 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 Dace_view.h115 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 Dbmp_decoder.cpp113 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 Dwebp_decoder.cpp394 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 Dpixel_convert_adapter.cpp82 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 Dsvg_decoder.cpp58 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 Dimage_utils_test.cpp460 uint32_t byteCount = 5; in HWTEST_F() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp217 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 Dpost_proc.cpp926 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 Dserver_msg_handler.cpp525 int32_t byteCount = 0; in OnDisplayInfo() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp408 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 Dsendable_pixel_map_napi.cpp1881 uint32_t byteCount = pixelMapNapi->nativePixelMap_->GetByteCount(); in GetPixelBytesNumber() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp1646 uint32_t byteCount = 0; in GetDataRangeFromDE() local
H A Djpeg_decoder.cpp363 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 Dext_decoder.cpp623 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 Dinput_manager_impl.cpp642 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 Dpixel_map_napi.cpp2265 uint32_t byteCount = pixelMapNapi->nativePixelMap_->GetByteCount(); in GetPixelBytesNumber() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp1402 uint64_t byteCount = static_cast<uint64_t>(rowDataSize_) * static_cast<uint64_t>(imageInfo_.size.height); in GetByteCount() local

Completed in 48 milliseconds