Home
last modified time | relevance | path

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

12

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
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()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/libcore/io/
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
/frameworks/base/packages/PrintSpooler/jni/
Dcom_android_printspooler_util_BitmapSerializeUtils.cpp29 static bool writeAllBytes(const int fd, void* buffer, const size_t byteCount) { in writeAllBytes()
45 static bool readAllBytes(const int fd, void* buffer, const size_t byteCount) { in readAllBytes()
118 size_t byteCount = readInfo.stride * readInfo.height; in readBitmapPixels() local
157 size_t byteCount = info.stride * info.height; in writeBitmapPixels() local
/frameworks/base/core/java/android/util/jar/
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()
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamLegacy.cpp107 int32_t byteCount = buffer.getFrameCount() * getBytesPerDeviceFrame(); in onMoreData() local
172 int32_t byteCount = buffer.getFrameCount() * getBytesPerDeviceFrame(); in onMoreData() local
/frameworks/base/core/java/com/android/internal/util/
DSizedInputStream.java50 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
/frameworks/base/core/java/android/content/pm/
DLimitedLengthInputStream.java69 public int read(byte[] buffer, int offset, int byteCount) throws IOException { in read()
/frameworks/base/apct-tests/perftests/core/src/android/libcore/
DZipFilePerfTest.java90 int byteCount = (int) Math.min(writeBuffer.length, entrySize - i); in writeEntries() local
DZipFileReadPerfTest.java79 int byteCount = (int) Math.min(writeBuffer.length, entrySize - i); in writeEntries() local
/frameworks/base/core/jni/
Dandroid_ddm_DdmHandleNativeHeap.cpp58 ssize_t byteCount; in ReadFile() local
Dandroid_hardware_camera2_CameraMetadata.cpp364 jsize byteCount = entry.count * tagSize; in CameraMetadata_readValues() local
/frameworks/base/core/java/android/os/
DFileBridge.java182 public void write(byte[] buffer, int byteOffset, int byteCount) throws IOException { in write()
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DSmsMessage.java1079 String getUserDataGSM8bit(int byteCount) { in getUserDataGSM8bit()
1097 String getUserDataUCS2(int byteCount) { in getUserDataUCS2()
1118 String getUserDataKSC5601(int byteCount) { in getUserDataKSC5601()
/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dcombined_encode.cpp285 Int byteCount = 0, byteCount1 = 0, bitCount = 0; in EncodeSliceCombinedMode() local
Dbitstream_io.cpp581 PV_STATUS BitstreamRepos(BitstreamEncVideo *bitstream, Int byteCount, Int bitCount) in BitstreamRepos()
Dmp4lib_int.h32 Int byteCount; /*how many bytes already encoded*/ member
/frameworks/native/libs/binder/
DRecordedTransaction.cpp314 size_t byteCount, const uint8_t* data) const { in writeChunk()
/frameworks/av/media/img_utils/src/
DTiffIfd.cpp312 uint32_t byteCount = stripByteCounts->getCount(); in setStripOffset() local
/frameworks/base/telephony/common/com/android/internal/telephony/
DGsmAlphabet.java411 int byteCount = ((septetCount * 7) + 7) / 8; in stringToGsm7BitPacked() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsMessageBodyTest.java428 int byteCount = length * 2; in fillData() local
/frameworks/base/libs/hwui/jni/pdf/
DPdfEditor.cpp66 static bool writeAllBytes(const int fd, const void* buffer, const size_t byteCount) { in writeAllBytes()
/frameworks/base/media/java/android/media/
DExifInterface.java4077 long byteCount = 0; in readImageFileDirectory() local
4945 public void seek(long byteCount) throws IOException { in seek()
5081 public int skipBytes(int byteCount) throws IOException { in skipBytes()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsBackupAgent.java1544 int byteCount = readInt(data, pos); in readString() local
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1984 int byteCount = TOTAL_PROPERTY_COUNT * 4; in updateStateFromTypedArray() local
/frameworks/base/opengl/java/android/opengl/
DGLLogWrapper.java930 private ByteBuffer toByteBuffer(int byteCount, Buffer input) { in toByteBuffer()

12