Home
last modified time | relevance | path

Searched refs:sizeBytes (Results 1 – 25 of 35) sorted by relevance

12

/external/arm-trusted-firmware/include/drivers/arm/cryptocell/713/
Dcc_pal_types.h70 #define CALC_32BIT_WORDS_FROM_BYTES(sizeBytes) ((sizeBytes)/CC_32BIT_WORD_SIZE + (((sizeBytes) & (… argument
78 #define ROUNDUP_BYTES_TO_32BIT_WORD(sizeBytes) (CALC_32BIT_WORDS_FROM_BYTES(sizeBytes) * CC_32BIT_… argument
/external/webrtc/modules/video_coding/
Dsession_info.cc179 length += (*it).sizeBytes; in SessionLength()
195 offset += (*it).sizeBytes; in InsertBuffer()
213 while (nalu_ptr < packet_buffer + packet.sizeBytes) { in InsertBuffer()
222 while (nalu_ptr < packet_buffer + packet.sizeBytes) { in InsertBuffer()
229 packet.sizeBytes = required_length; in InsertBuffer()
230 return packet.sizeBytes; in InsertBuffer()
233 packet_it, packet.sizeBytes + in InsertBuffer()
236 packet.sizeBytes = in InsertBuffer()
237 Insert(packet_buffer, packet.sizeBytes, packet.insertStartCode, in InsertBuffer()
239 return packet.sizeBytes; in InsertBuffer()
[all …]
Dpacket.cc23 sizeBytes(0), in VCMPacket()
43 sizeBytes(size), in VCMPacket()
Dframe_buffer.cc77 RTC_DCHECK(!(NULL == packet.dataPtr && packet.sizeBytes > 0)); in InsertPacket()
97 size() + packet.sizeBytes + in InsertPacket()
128 if (packet.sizeBytes > 0) in InsertPacket()
Dsession_info_unittest.cc27 packet_.sizeBytes = packet_buffer_size(); in SetUp()
118 packet_.sizeBytes = packet_buffer_size(); in TEST_F()
140 packet_.sizeBytes = 0; in TEST_F()
313 packet_.sizeBytes = 0; in TEST_F()
Ddecoding_state_unittest.cc190 packet.sizeBytes = 0; in TEST()
197 packet.sizeBytes = 1400; in TEST()
205 packet.sizeBytes = 0; in TEST()
468 packet.sizeBytes = sizeof(data); in TEST()
512 packet.sizeBytes = sizeof(data); in TEST()
568 packet.sizeBytes = sizeof(data); in TEST()
Dpacket.h66 size_t sizeBytes; variable
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/util/
DIoUtils.java25 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthByteVector() local
26 byte[] result = new byte[sizeBytes]; in readTlsVariableLengthByteVector()
32 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthUnsignedShortVector() local
33 int elementCount = sizeBytes / 2; in readTlsVariableLengthUnsignedShortVector()
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/util/
DIoUtils.java29 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthByteVector() local
30 byte[] result = new byte[sizeBytes]; in readTlsVariableLengthByteVector()
36 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthUnsignedShortVector() local
37 int elementCount = sizeBytes / 2; in readTlsVariableLengthUnsignedShortVector()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DBaseDescriptor.java42 int sizeBytes; field in BaseDescriptor
54 + sizeBytes; in getSize()
62 return sizeBytes; in getSizeBytes()
78 sizeBytes = i; in parse()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/
DUDataInfo.java157 byte[] sizeBytes = shortToBytes(size); in getByteArray()
160 b[0] = sizeBytes[0]; in getByteArray()
161 b[1] = sizeBytes[1]; in getByteArray()
/external/arm-trusted-firmware/include/drivers/arm/cryptocell/712/
Dcc_pal_types.h38 #define CALC_32BIT_WORDS_FROM_BYTES(sizeBytes) (((sizeBytes) + CC_32BIT_WORD_SIZE - 1)/CC_32BIT_WOR… argument
/external/tensorflow/tensorflow/core/profiler/backends/gpu/
Drocm_tracer.cc124 oss << ", sizeBytes=" << data->args.hipMemcpyDtoH.sizeBytes; in DumpApiCallbackData()
127 oss << ", sizeBytes=" << data->args.hipMemcpyDtoHAsync.sizeBytes; in DumpApiCallbackData()
130 oss << ", sizeBytes=" << data->args.hipMemcpyHtoD.sizeBytes; in DumpApiCallbackData()
133 oss << ", sizeBytes=" << data->args.hipMemcpyHtoDAsync.sizeBytes; in DumpApiCallbackData()
136 oss << ", sizeBytes=" << data->args.hipMemcpyDtoD.sizeBytes; in DumpApiCallbackData()
139 oss << ", sizeBytes=" << data->args.hipMemcpyDtoDAsync.sizeBytes; in DumpApiCallbackData()
142 oss << ", sizeBytes=" << data->args.hipMemcpyAsync.sizeBytes; in DumpApiCallbackData()
584 event.memcpy_info.num_bytes = data->args.hipMemcpyDtoH.sizeBytes; in AddNormalMemcpyEventUponApiExit()
591 event.memcpy_info.num_bytes = data->args.hipMemcpyDtoHAsync.sizeBytes; in AddNormalMemcpyEventUponApiExit()
597 event.memcpy_info.num_bytes = data->args.hipMemcpyHtoD.sizeBytes; in AddNormalMemcpyEventUponApiExit()
[all …]
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowParcel.java693 item.sizeBytes, in UnreliableBehaviorError()
754 final int sizeBytes; field in ShadowParcel.ByteBuffer.FakeEncodedItem
768 FakeEncodedItem(int sizeBytes, Object value) { in FakeEncodedItem() argument
769 this.sizeBytes = sizeBytes; in FakeEncodedItem()
931 int sizeBytes = INT_SIZE_BYTES + (nullTerminatedChars * 2); in writeString() local
932 writeValue(sizeBytes, s); in writeString()
1069 oos.writeInt(item.sizeBytes); in toByteArray()
1158 int endPosition = dataPosition + item.sizeBytes; in checkConsistentReadAndIncrementPosition()
1175 dataPosition = Math.min(dataSize, dataPosition + item.sizeBytes); in checkConsistentReadAndIncrementPosition()
1283 int endPosition = dataPosition + item.sizeBytes; in writeItem()
/external/golang-protobuf/encoding/protodelim/
Dprotodelim.go29 sizeBytes := protowire.AppendVarint(nil, uint64(len(msgBytes)))
30 sizeWritten, err := w.Write(sizeBytes)
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/audio/
DSilenceSkippingAudioProcessorTest.java314 public ByteBuffer getNextInputBuffer(int sizeBytes) { in getNextInputBuffer() argument
315 ByteBuffer inputBuffer = ByteBuffer.allocate(sizeBytes).order(ByteOrder.nativeOrder()); in getNextInputBuffer()
318 buffer.limit(min(buffer.position() + sizeBytes / 2, limit)); in getNextInputBuffer()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/audio/
DSilenceSkippingAudioProcessorTest.java314 public ByteBuffer getNextInputBuffer(int sizeBytes) { in getNextInputBuffer() argument
315 ByteBuffer inputBuffer = ByteBuffer.allocate(sizeBytes).order(ByteOrder.nativeOrder()); in getNextInputBuffer()
318 buffer.limit(min(buffer.position() + sizeBytes / 2, limit)); in getNextInputBuffer()
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/
DBundleCallReceiver.java76 byte[] sizeBytes = ByteBuffer.allocate(4).putInt(responseBytes.length).array(); in prepareResponse()
77 System.arraycopy(sizeBytes, /* srcPos= */ 0, response, /* destPos= */ 1, /* length= */ 4); in prepareResponse()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/snappy/
DSnappyCompressorOutputStream.java212 …private void writeLiteralBlockWithSize(int tagByte, int sizeBytes, int len, LZ77Compressor.Literal… in writeLiteralBlockWithSize() argument
215 writeLittleEndian(sizeBytes, len - 1); in writeLiteralBlockWithSize()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp471 VkDeviceSize sizeBytes = sizeInBlocks[0] * sizeInBlocks[1] * sizeInBlocks[2] * blockBytes; in getCompressedImageSizeInBytes() local
473 return sizeBytes; in getCompressedImageSizeInBytes()
479 const VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format); in getUncompressedImageSizeInBytes() local
481 return sizeBytes; in getUncompressedImageSizeInBytes()
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dtf_framework_legalize_to_llvm.cc122 Value sizeBytes; in matchAndRewrite() local
125 sizes, strides, sizeBytes); in matchAndRewrite()
491 Value sizeBytes; in matchAndRewrite() local
493 strides, sizeBytes); in matchAndRewrite()
/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/
DKMUtils.java367 public static void subtract(byte[] buf, short op1, short op2, short result, byte sizeBytes) { in subtract() argument
369 byte index = (byte) (sizeBytes - 1); in subtract()
/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/
DKMUtils.java367 public static void subtract(byte[] buf, short op1, short op2, short result, byte sizeBytes) { in subtract() argument
369 byte index = (byte) (sizeBytes - 1); in subtract()
/external/webrtc/modules/video_coding/test/
Dstream_generator.cc65 packet.sizeBytes = size; in GeneratePacket()
/external/brotli/csharp/org/brotli/dec/
DDecode.cs80 int sizeBytes = Org.Brotli.Dec.BitReader.ReadBits(br, 2); in DecodeMetaBlockLength()
81 if (sizeBytes == 0) in DecodeMetaBlockLength()
85 for (int i = 0; i < sizeBytes; i++) in DecodeMetaBlockLength()
88 if (bits == 0 && i + 1 == sizeBytes && sizeBytes > 1) in DecodeMetaBlockLength()

12