| 1420 | ChunkStatus() : second("rtmp_chunk_in_second", &count) {} |
| 1421 | }; |
| 1422 | inline void AddChunk() { |
| 1423 | butil::get_leaky_singleton<ChunkStatus>()->count << 1; |
| 1424 | } |
| 1425 | |
| 1426 | ParseResult RtmpChunkStream::Feed(const RtmpBasicHeader& bh, |
| 1427 | butil::IOBuf* source, Socket* socket) { |