Searched refs:packetSize (Results 1 – 11 of 11) sorted by relevance
73 @BytesLong long highThreshold, @BytesLong long packetSize, @DataFormat int dataFormat) { in DvrSettings() argument77 mPacketSize = packetSize; in DvrSettings()175 public Builder setPacketSize(@BytesLong long packetSize) { in setPacketSize() argument176 this.mPacketSize = packetSize; in setPacketSize()
168 const uint32_t packetSize = packetInfo.packetSize; in deserialize() local173 if (data.size() != packetSize) { in deserialize()225 if (index != packetSize) { in deserialize()
179 const uint32_t packetSize = packetInfo.packetSize; in deserialize() local185 if (data.size() != packetSize) { in deserialize()301 if (index != packetSize) { in deserialize()
760 size_t packetSize = 0; in _readNextPacket() local765 packetSize += lace; in _readNextPacket()780 size_t fullSize = packetSize; in _readNextPacket()818 packetSize); in _readNextPacket()820 if (n < (ssize_t)packetSize) { in _readNextPacket()823 packetSize, (long long)dataOffset, n); in _readNextPacket()
148 Int packetSize; member
152 encParams.packetSize = 32; in main()
116 mEncodeHandle->packetSize = 32; in initEncoderParams()
131 mEncParams->packetSize = 32; in initEncParams()
330 mEncParams->packetSize = 32; in initEncParams()
2380 uint8_t packetSize = in getDvrSettings() local2392 .packetSize = packetSize, in getDvrSettings()2401 .packetSize = packetSize, in getDvrSettings()
209 Int PacketSize = encOption->packetSize << 3; in PVInitVideoEncoder()355 encParams->ResyncPacketsize = encOption->packetSize << 3; in PVInitVideoEncoder()