/ohos5.0/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() 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
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/libcore/io/ |
H A D | BridgeBufferIterator.java | 48 public void skip(int byteCount) { in skip() 55 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() 56 assert dst.length >= dstOffset + byteCount; in readByteArray() local
|
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | NativeFrame.java | 177 int byteCount = rgbaBitmap.getByteCount(); in setBitmap() local 193 int byteCount = result.getByteCount(); in getBitmap() local 244 private native byte[] getNativeData(int byteCount); in getNativeData() 252 private native int[] getNativeInts(int byteCount); in getNativeInts() 254 private native float[] getNativeFloats(int byteCount); in getNativeFloats()
|
/aosp12/frameworks/base/packages/PrintSpooler/jni/ |
H A D | com_android_printspooler_util_BitmapSerializeUtils.cpp | 29 static bool writeAllBytes(const int fd, void* buffer, const size_t byteCount) { in writeAllBytes() 48 static bool readAllBytes(const int fd, void* buffer, const size_t byteCount) { in readAllBytes() 123 size_t byteCount = readInfo.stride * readInfo.height; in readBitmapPixels() local 162 size_t byteCount = info.stride * info.height; in writeBitmapPixels() local
|
/ohos5.0/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() 434 static bool HeapMemoryCreate(DecodeContext &context, const uint32_t &byteCount) in HeapMemoryCreate() 470 static bool DmaMemoryCreate(DecodeContext &context, const uint32_t &byteCount, const Size &webpSize) in DmaMemoryCreate() 517 … uint64_t byteCount = static_cast<uint64_t>(webpSize_.width * webpSize_.height * bytesPerPixel_); in AllocOutputBuffer() local
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | okio-1.15.0.jar | META-INF/
META-INF/MANIFEST.MF
okio/
okio/AsyncTimeout$Watchdog. ... |
/ohos5.0/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() 106 bool AllocShareBuffer(DecodeContext &context, uint64_t byteCount) in AllocShareBuffer() 125 bool AllocDmaBuffer(DecodeContext &context, uint64_t byteCount, SkSize &svgSize) in AllocDmaBuffer() 173 bool AllocHeapBuffer(DecodeContext &context, uint64_t byteCount) in AllocHeapBuffer() 419 uint64_t byteCount = static_cast<uint64_t>(width) * height * SVG_BYTES_PER_PIXEL; in AllocBuffer() local
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
H A D | MD5Calculator.java | 35 int byteCount; in checksum() local
|
/ohos5.0/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 | 87 uint64_t byteCount; member
|
/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()
|
/aosp12/frameworks/base/core/java/android/util/jar/ |
H A D | StrictJarFile.java | 347 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() 384 public long skip(long byteCount) throws IOException { in skip() 400 @Override public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() 465 @Override public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() 486 @Override public long skip(long byteCount) throws IOException { in skip()
|
/ohos5.0/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()
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | SizedInputStream.java | 49 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | LimitedLengthInputStream.java | 69 public int read(byte[] buffer, int offset, int byteCount) throws IOException { in read()
|
/ohos5.0/foundation/multimedia/image_effect/test/unittest/mock/src/ |
H A D | mock_pixel_map.cpp | 36 int32_t byteCount = rowStride * height; in MockPixelMap() local
|
/aosp12/system/teeui/libteeui/src/ |
H A D | cbor.cpp | 80 static size_t byteCount(char c) { in byteCount() function
|
/ohos5.0/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() 256 bool AllocBufferForDmaType(DecodeContext &context, uint64_t byteCount, PngImageInfo pngImageInfo) in AllocBufferForDmaType() 289 bool AllocOutBuffer(DecodeContext &context, uint64_t byteCount) in AllocOutBuffer() 325 bool AllocBufferForPlatform(DecodeContext &context, uint64_t byteCount) in AllocBufferForPlatform() 363 … uint64_t byteCount = static_cast<uint64_t>(pngImageInfo_.rowDataSize) * pngImageInfo_.height; in AllocOutputBuffer() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
H A D | bmp_decoder_test.cpp | 518 uint64_t byteCount = 0; variable 537 uint64_t byteCount = 0; variable 560 uint64_t byteCount = 0; variable 578 uint64_t byteCount = 0; variable
|
/aosp12/system/teeui/libteeui/include/teeui/ |
H A D | utf8range.h | 44 static size_t byteCount(char c) { in byteCount() function
|
/aosp12/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/io/write/ |
H A D | TypedOutputStream.java | 47 public void writeVarByteValue(int byteCount, long value) throws IOException { in writeVarByteValue()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_ddm_DdmHandleNativeHeap.cpp | 58 ssize_t byteCount; in ReadFile() local
|
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
H A D | Fingerprint.java | 81 public static Fingerprint fromInputStream(InputStream stream, long[] byteCount) in fromInputStream()
|
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/ |
H A D | MediaSaver.java | 75 int byteCount = 0; in saveDepth() local
|
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/block/read/ |
H A D | BlockData.java | 88 public byte[] getBytes(int byteOffset, int byteCount) { in getBytes()
|