MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / push

Method push

framework/filter/VideoFilterChain.cpp:31–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31int VideoFilterChain::push(std::unique_ptr<IAFFrame> &frame)
32{
33 if (frame == nullptr) {
34 AF_LOGD("filter push eof frame");
35 }
36
37 mInPutFrames.push(frame.release());
38
39 filterLoop();
40
41 return 0;
42}
43
44void VideoFilterChain::filterLoop()
45{

Callers 3

pullFramesMethod · 0.45
swapFramesMethod · 0.45
pushFramesMethod · 0.45

Calls 1

releaseMethod · 0.65

Tested by

no test coverage detected