Home
last modified time | relevance | path

Searched defs:sizeBytes (Results 1 – 14 of 14) sorted by relevance

/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/util/
DIoUtils.java29 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthByteVector() local
36 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthUnsignedShortVector() local
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/util/
DIoUtils.java25 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthByteVector() local
32 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthUnsignedShortVector() local
/external/webrtc/webrtc/modules/video_coding/
Dpacket.h40 size_t sizeBytes; variable
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DBaseDescriptor.java42 int sizeBytes; field in BaseDescriptor
/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()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp612 VkDeviceSize sizeBytes = sizeInBlocks[0] * sizeInBlocks[1] * sizeInBlocks[2] * blockBytes; in getCompressedImageSizeInBytes() local
620 const VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format); in getUncompressedImageSizeInBytes() local
DvktImageTranscodingSupportTests.cpp495 VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format); in getUncompressedImageData() local
DvktImageCompressionTranscodingSupport.cpp1972 VkDeviceSize sizeBytes = getCompressedImageSizeInBytes(format, size); in getCompressedImageData() local
1987 VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format); in getUncompressedImageData() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmWorkgroupMemoryTests.cpp52 deUint32 sizeBytes; member
/external/brotli/java/org/brotli/dec/
DDecode.java209 int sizeBytes = BitReader.readFewBits(s, 2); in decodeMetaBlockLength() local
/external/deqp/modules/glshared/
DglsLongStressCase.cpp673 void Buffer::setSubData (const void* const src, const int offsetBytes, const int sizeBytes, const d… in setSubData() argument
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dtable_marshal.go1248 func sizeBytes(ptr pointer, tagsize int) int { func
/external/golang-protobuf/proto/
Dtable_marshal.go1262 func sizeBytes(ptr pointer, tagsize int) int { func
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp276 VkExtent3D get2DImageExtentWithSize (const VkDeviceSize sizeBytes, const deUint32 pixelSize) in get2DImageExtentWithSize()