HomeSort by relevance Sort by last modified time
    Searched defs:sizeBytes (Results 1 - 14 of 14) sorted by null

  /external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/util/
IoUtils.java 29 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes);
30 byte[] result = new byte[sizeBytes];
36 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes);
37 int elementCount = sizeBytes / 2;
  /external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/util/
IoUtils.java 25 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes);
26 byte[] result = new byte[sizeBytes];
32 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes);
33 int elementCount = sizeBytes / 2;
  /external/webrtc/webrtc/modules/video_coding/
packet.h 40 size_t sizeBytes;
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmWorkgroupMemoryTests.cpp 52 deUint32 sizeBytes;
193 " OpDecorate %_arr_uint_128_0 ArrayStride ${sizeBytes}\n"
198 " OpDecorate %_arr_uint_128_1 ArrayStride ${sizeBytes}\n"
275 shaderSpec["sizeBytes"] = "8";
305 shaderSpec["sizeBytes"] = "4";
332 shaderSpec["sizeBytes"] = "2";
365 shaderSpec["sizeBytes"] = "8";
394 shaderSpec["sizeBytes"] = "4";
420 shaderSpec["sizeBytes"] = "2";
452 shaderSpec["sizeBytes"] = "1"
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
BaseDescriptor.java 42 int sizeBytes;
54 + sizeBytes;
62 return sizeBytes;
78 sizeBytes = i;
  /frameworks/av/media/libaaudio/tests/
test_block_adapter.cpp 82 int32_t sizeBytes = variableCount * sizeof(int32_t);
83 return mFixedBlockWriter.processVariableBlock((uint8_t *) mTestBuffer, sizeBytes);
109 int32_t sizeBytes = variableCount * sizeof(int32_t);
110 int32_t result = mFixedBlockReader.processVariableBlock((uint8_t *) mTestBuffer, sizeBytes);
  /device/generic/goldfish-opengl/android-emu/android/base/
Pool.cpp 107 sizeBytes = chunkSize * numChunks;
109 storage.resize(sizeBytes);
119 uintptr_t end = (uintptr_t)(data + sizeBytes);
209 size_t sizeBytes = 0;
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 612 VkDeviceSize sizeBytes = sizeInBlocks[0] * sizeInBlocks[1] * sizeInBlocks[2] * blockBytes;
614 return sizeBytes;
620 const VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format);
622 return sizeBytes;
    [all...]
vktImageTranscodingSupportTests.cpp 495 VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format);
497 data.resize((size_t)sizeBytes);
500 return sizeBytes;
    [all...]
vktImageCompressionTranscodingSupport.cpp     [all...]
  /external/brotli/java/org/brotli/dec/
Decode.java 209 int sizeBytes = BitReader.readFewBits(s, 2);
210 if (sizeBytes == 0) {
213 for (int i = 0; i < sizeBytes; i++) {
216 if (bits == 0 && i + 1 == sizeBytes && sizeBytes > 1) {
    [all...]
  /external/golang-protobuf/proto/
table_marshal.go 793 return sizeBytes, appendBytes
    [all...]
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
table_marshal.go 779 return sizeBytes, appendBytes
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 2423 milliseconds