Home
last modified time | relevance | path

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

123

/ohos5.0/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()
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 DBridgeBufferIterator.java48 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 DNativeFrame.java177 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 Dcom_android_printspooler_util_BitmapSerializeUtils.cpp29 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 Dwebp_decoder.cpp394 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 Dokio-1.15.0.jarMETA-INF/ META-INF/MANIFEST.MF okio/ okio/AsyncTimeout$Watchdog. ...
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/
H A Dsvg_decoder.cpp58 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 DMD5Calculator.java35 int byteCount; in checksum() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_pixel_convert.h28 size_t byteCount; member
H A Dext_decoder.h87 uint64_t byteCount; member
/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()
/aosp12/frameworks/base/core/java/android/util/jar/
H A DStrictJarFile.java347 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 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()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DSizedInputStream.java49 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DLimitedLengthInputStream.java69 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 Dmock_pixel_map.cpp36 int32_t byteCount = rowStride * height; in MockPixelMap() local
/aosp12/system/teeui/libteeui/src/
H A Dcbor.cpp80 static size_t byteCount(char c) { in byteCount() function
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp217 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 Dbmp_decoder_test.cpp518 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 Dutf8range.h44 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 DTypedOutputStream.java47 public void writeVarByteValue(int byteCount, long value) throws IOException { in writeVarByteValue()
/aosp12/frameworks/base/core/jni/
H A Dandroid_ddm_DdmHandleNativeHeap.cpp58 ssize_t byteCount; in ReadFile() local
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DFingerprint.java81 public static Fingerprint fromInputStream(InputStream stream, long[] byteCount) in fromInputStream()
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/
H A DMediaSaver.java75 int byteCount = 0; in saveDepth() local
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/block/read/
H A DBlockData.java88 public byte[] getBytes(int byteOffset, int byteCount) { in getBytes()

123