Home
last modified time | relevance | path

Searched defs:chunkSize (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
DProtoInputStreamObjectTest.java87 private void testObjectOneChar(int chunkSize) throws IOException { in testObjectOneChar()
139 private void testObjectOneLargeChar(int chunkSize) throws IOException { in testObjectOneLargeChar()
193 private void testObjectAndTwoChars(int chunkSize) throws IOException { in testObjectAndTwoChars()
257 private void testComplexObject(int chunkSize) throws IOException { in testComplexObject()
328 private void testDeepObjects(int chunkSize) throws IOException { in testDeepObjects()
DProtoInputStreamBoolTest.java47 private void testRead(int chunkSize) throws IOException { in testRead()
138 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
263 public void testPacked(int chunkSize) throws IOException { in testPacked()
DProtoInputStreamEnumTest.java41 private void testRead(int chunkSize) throws IOException { in testRead()
154 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
298 private void testPacked(int chunkSize) throws IOException { in testPacked()
DProtoInputStreamInt32Test.java41 private void testRead(int chunkSize) throws IOException { in testRead()
154 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
297 private void testPacked(int chunkSize) throws IOException { in testPacked()
DProtoInputStreamFixed32Test.java41 private void testRead(int chunkSize) throws IOException { in testRead()
152 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
291 private void testPacked(int chunkSize) throws IOException { in testPacked()
DProtoInputStreamSInt32Test.java41 private void testRead(int chunkSize) throws IOException { in testRead()
152 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
291 private void testPacked(int chunkSize) throws IOException { in testPacked()
DProtoInputStreamSFixed32Test.java41 private void testRead(int chunkSize) throws IOException { in testRead()
152 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
291 private void testPacked(int chunkSize) throws IOException { in testPacked()
DProtoInputStreamUInt32Test.java41 private void testRead(int chunkSize) throws IOException { in testRead()
154 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
296 private void testPacked(int chunkSize) throws IOException { in testPacked()
DProtoInputStreamSInt64Test.java41 private void testRead(int chunkSize) throws IOException { in testRead()
172 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
339 private void testPacked(int chunkSize) throws IOException { in testPacked()
DProtoInputStreamUInt64Test.java41 private void testRead(int chunkSize) throws IOException { in testRead()
174 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
344 private void testPacked(int chunkSize) throws IOException { in testPacked()
DProtoInputStreamFixed64Test.java41 private void testRead(int chunkSize) throws IOException { in testRead()
177 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
354 private void testPacked(int chunkSize) throws IOException { in testPacked()
DProtoInputStreamSFixed64Test.java41 private void testRead(int chunkSize) throws IOException { in testRead()
177 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
354 private void testPacked(int chunkSize) throws IOException { in testPacked()
DProtoInputStreamInt64Test.java41 private void testRead(int chunkSize) throws IOException { in testRead()
175 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
346 private void testPacked(int chunkSize) throws IOException { in testPacked()
DProtoInputStreamBytesTest.java42 private void testRead(int chunkSize) throws IOException { in testRead()
159 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
DProtoInputStreamStringTest.java41 private void testRead(int chunkSize) throws IOException { in testRead()
146 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
DProtoInputStreamDoubleTest.java42 private void testRead(int chunkSize) throws IOException { in testRead()
198 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
405 private void testPacked(int chunkSize) throws IOException { in testPacked()
DProtoInputStreamFloatTest.java42 private void testRead(int chunkSize) throws IOException { in testRead()
189 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
378 private void testPacked(int chunkSize) throws IOException { in testPacked()
/frameworks/av/media/libstagefright/timedtext/
DTextDescriptions.cpp104 ssize_t chunkSize = U32_AT(tmpData); // size includes size and type in extract3GPPLocalDescriptions() local
380 ssize_t chunkSize = U32_AT(data); in extract3GPPGlobalDescriptions() local
/frameworks/base/opengl/java/android/opengl/
DETC1Util.java172 int chunkSize = Math.min(ioBuffer.length, encodedSize - i); in createTexture() local
219 int chunkSize = Math.min(ioBuffer.length, encodedSize - i); in writeTexture() local
/frameworks/base/libs/protoutil/src/
DEncodedBuffer.cpp33 EncodedBuffer::Pointer::Pointer(size_t chunkSize) in Pointer()
89 EncodedBuffer::EncodedBuffer(size_t chunkSize) in EncodedBuffer()
/frameworks/av/media/libstagefright/
DJPEGSource.cpp173 uint16_t chunkSize; in parseJPEG() local
/frameworks/base/core/jni/android/graphics/
DNinePatch.cpp69 size_t chunkSize = env->GetArrayLength(obj); in validateNinePatchChunk() local
/frameworks/base/core/java/android/app/backup/
DBackupHelperDispatcher.java34 int chunkSize; // not including the header field in BackupHelperDispatcher.Header
/frameworks/base/core/java/android/util/proto/
DEncodedBuffer.java104 public EncodedBuffer(int chunkSize) { in EncodedBuffer()
/frameworks/av/media/extractors/wav/
DWAVExtractor.cpp184 uint32_t chunkSize = U32_LE_AT(&chunkHeader[4]); in init() local

12