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

Method clone

framework/filter/ffmpegVideoFilter.cpp:311–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311Cicada::IVideoFilter *ffmpegVideoFilter::clone(IAFFrame::videoInfo srcFormat, IAFFrame::videoInfo dstFormat, bool active)
312{
313 return new ffmpegVideoFilter(srcFormat, dstFormat, active);
314}
315
316std::string ffmpegVideoFilter::getName()
317{

Callers 6

testFrameFunction · 0.45
testPacketFunction · 0.45
testFrameFunction · 0.45
testPacketFunction · 0.45
createMethod · 0.45
onFrameMethod · 0.45

Calls

no outgoing calls

Tested by 5

testFrameFunction · 0.36
testPacketFunction · 0.36
testFrameFunction · 0.36
testPacketFunction · 0.36
onFrameMethod · 0.36