MCPcopy Create free account
hub / github.com/apache/brpc / AddChunk

Function AddChunk

src/brpc/policy/rtmp_protocol.cpp:1422–1424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

FeedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected