Searched refs:maxSizeBytes (Results 1 – 8 of 8) sorted by relevance
23 public static byte[] readTlsVariableLengthByteVector(DataInput in, int maxSizeBytes) in readTlsVariableLengthByteVector() argument25 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthByteVector()30 public static int[] readTlsVariableLengthUnsignedShortVector(DataInput in, int maxSizeBytes) in readTlsVariableLengthUnsignedShortVector() argument32 int sizeBytes = readTlsVariableLengthVectorSizeBytes(in, maxSizeBytes); in readTlsVariableLengthUnsignedShortVector()40 private static int readTlsVariableLengthVectorSizeBytes(DataInput in, int maxSizeBytes) in readTlsVariableLengthVectorSizeBytes() argument42 if (maxSizeBytes < 0x100) { in readTlsVariableLengthVectorSizeBytes()44 } else if (maxSizeBytes < 0x10000) { in readTlsVariableLengthVectorSizeBytes()46 } else if (maxSizeBytes < 0x1000000) { in readTlsVariableLengthVectorSizeBytes()
116 int maxSizeBytes = -1) = 0;128 int maxSizeBytes = -1) = 0;
66 int maxSizeBytes = -1) override;78 int maxSizeBytes = -1) override;
306 int maxSizeBytes) { in StartRecordingPlayout() argument310 channel, fileNameUTF8, maxSizeBytes); in StartRecordingPlayout()380 int maxSizeBytes) { in StartRecordingMicrophone() argument384 fileNameUTF8, maxSizeBytes); in StartRecordingMicrophone()
130 const uint32_t maxSizeBytes = 0) = 0;
734 const uint32_t maxSizeBytes) in StartRecordingAudioFile() argument762 if(maxSizeBytes) in StartRecordingAudioFile()764 outputStream->SetMaxFileSize(maxSizeBytes); in StartRecordingAudioFile()
70 const uint32_t maxSizeBytes = 0) override;
208 int maxSizeBytes));215 int maxSizeBytes));