/external/webrtc/webrtc/modules/video_coding/ |
D | session_info.cc | 149 length += (*it).sizeBytes; in SessionLength() 165 offset += (*it).sizeBytes; in InsertBuffer() 183 while (nalu_ptr < packet_buffer + packet.sizeBytes) { in InsertBuffer() 192 while (nalu_ptr < packet_buffer + packet.sizeBytes) { in InsertBuffer() 199 packet.sizeBytes = required_length; in InsertBuffer() 200 return packet.sizeBytes; in InsertBuffer() 203 packet_it, packet.sizeBytes + in InsertBuffer() 206 packet.sizeBytes = in InsertBuffer() 207 Insert(packet_buffer, packet.sizeBytes, packet.insertStartCode, in InsertBuffer() 209 return packet.sizeBytes; in InsertBuffer() [all …]
|
D | packet.cc | 25 sizeBytes(0), in VCMPacket() 44 sizeBytes(size), in VCMPacket() 68 sizeBytes(size), in VCMPacket() 86 sizeBytes = 0; in Reset()
|
D | frame_buffer.cc | 88 assert(!(NULL == packet.dataPtr && packet.sizeBytes > 0)); in InsertPacket() 107 Length() + packet.sizeBytes + in InsertPacket() 130 if (packet.sizeBytes > 0) in InsertPacket()
|
D | decoding_state_unittest.cc | 185 packet.sizeBytes = 0; in TEST() 192 packet.sizeBytes = 1400; in TEST() 200 packet.sizeBytes = 0; in TEST() 457 packet.sizeBytes = sizeof(data); in TEST() 500 packet.sizeBytes = sizeof(data); in TEST() 555 packet.sizeBytes = sizeof(data); in TEST()
|
D | packet.h | 40 size_t sizeBytes; variable
|
D | session_info_unittest.cc | 28 packet_.sizeBytes = packet_buffer_size(); in SetUp() 152 packet_.sizeBytes = packet_buffer_size(); in TEST_F() 176 packet_.sizeBytes = 0; in TEST_F() 860 packet_.sizeBytes = 0; in TEST_F()
|
D | jitter_buffer.cc | 675 if (packet.sizeBytes > 0) { in InsertPacket() 723 waiting_for_completion_.frame_size += packet.sizeBytes; in InsertPacket() 749 incoming_bit_count_ += packet.sizeBytes << 3; in InsertPacket()
|
D | jitter_buffer_unittest.cc | 1964 CheckOutFrame(frame_out, packet_->sizeBytes * 2, false); in TEST_F() 1980 insertedLength += packet_->sizeBytes; // This packet should be decoded. in TEST_F() 1991 insertedLength += packet_->sizeBytes; // This packet should be decoded. in TEST_F() 2002 insertedLength += packet_->sizeBytes; // This packet should be decoded. in TEST_F() 2013 insertedLength += packet_->sizeBytes; in TEST_F() 2078 CheckOutFrame(frame_out, packet_->sizeBytes, false); in TEST_F() 2119 CheckOutFrame(frame_out, packet_->sizeBytes, false); in TEST_F()
|
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/util/ |
D | IoUtils.java | 29 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/conscrypt/testing/src/main/java/org/conscrypt/tlswire/util/ |
D | IoUtils.java | 25 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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
D | BaseDescriptor.java | 42 int sizeBytes; field in BaseDescriptor 54 + sizeBytes; in getSize() 62 return sizeBytes; in getSizeBytes() 78 sizeBytes = i; in parse()
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | UDataInfo.java | 157 byte[] sizeBytes = shortToBytes(size); in getByteArray() 160 b[0] = sizeBytes[0]; in getByteArray() 161 b[1] = sizeBytes[1]; in getByteArray()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/snappy/ |
D | SnappyCompressorOutputStream.java | 212 …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/ |
D | vktImageTestsUtil.cpp | 612 VkDeviceSize sizeBytes = sizeInBlocks[0] * sizeInBlocks[1] * sizeInBlocks[2] * blockBytes; in getCompressedImageSizeInBytes() local 614 return sizeBytes; in getCompressedImageSizeInBytes() 620 const VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format); in getUncompressedImageSizeInBytes() local 622 return sizeBytes; in getUncompressedImageSizeInBytes()
|
D | vktImageTranscodingSupportTests.cpp | 495 VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format); in getUncompressedImageData() local 497 data.resize((size_t)sizeBytes); in getUncompressedImageData() 500 return sizeBytes; in getUncompressedImageData()
|
D | vktImageCompressionTranscodingSupport.cpp | 1972 VkDeviceSize sizeBytes = getCompressedImageSizeInBytes(format, size); in getCompressedImageData() local 1974 data.resize((size_t)sizeBytes); in getCompressedImageData() 1977 return sizeBytes; in getCompressedImageData() 1987 VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format); in getUncompressedImageData() local 1989 data.resize((size_t)sizeBytes); in getUncompressedImageData() 1992 return sizeBytes; in getUncompressedImageData()
|
/external/brotli/java/org/brotli/dec/ |
D | Decode.java | 209 int sizeBytes = BitReader.readFewBits(s, 2); in decodeMetaBlockLength() local 210 if (sizeBytes == 0) { in decodeMetaBlockLength() 213 for (int i = 0; i < sizeBytes; i++) { in decodeMetaBlockLength() 216 if (bits == 0 && i + 1 == sizeBytes && sizeBytes > 1) { in decodeMetaBlockLength()
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | stream_generator.cc | 67 packet.sizeBytes = size; in GeneratePacket()
|
/external/brotli/csharp/org/brotli/dec/ |
D | Decode.cs | 80 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()
|
/external/brotli/js/ |
D | decode.js | 139 var /** !number */ sizeBytes = readFewBits(s, 2); 140 if (sizeBytes == 0) { 143 for (var /** !number */ i = 0; i < sizeBytes; i++) { 149 if (bits == 0 && i + 1 == sizeBytes && sizeBytes > 1) {
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.cpp | 635 void setSubData (const void* src, int offsetBytes, int sizeBytes, deUint32 target) const; 641 …int getApproxMemUsageDiff (const int sizeBytes) const { return sizeBytes - getApproxMemUsage()… in getApproxMemUsageDiff() 673 void Buffer::setSubData (const void* const src, const int offsetBytes, const int sizeBytes, const d… in setSubData() argument 676 glBufferSubData(target, offsetBytes, sizeBytes, src); in setSubData()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmWorkgroupMemoryTests.cpp | 52 deUint32 sizeBytes; member
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | table_marshal.go | 779 return sizeBytes, appendBytes 1248 func sizeBytes(ptr pointer, tagsize int) int { func
|
/external/golang-protobuf/proto/ |
D | table_marshal.go | 793 return sizeBytes, appendBytes 1262 func sizeBytes(ptr pointer, tagsize int) int { func
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 276 VkExtent3D get2DImageExtentWithSize (const VkDeviceSize sizeBytes, const deUint32 pixelSize) in get2DImageExtentWithSize() argument 278 const deUint32 size = static_cast<deUint32>(sizeBytes / pixelSize); in get2DImageExtentWithSize()
|