MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / samples_ready

Function samples_ready

libavfilter/avfilter.c:1122–1127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1120}
1121
1122static int samples_ready(FilterLinkInternal *link, unsigned min)
1123{
1124 return ff_framequeue_queued_frames(&link->fifo) &&
1125 (ff_framequeue_queued_samples(&link->fifo) >= min ||
1126 link->status_in);
1127}
1128
1129static int take_samples(FilterLinkInternal *li, unsigned min, unsigned max,
1130 AVFrame **rframe)

Callers 2

take_samplesFunction · 0.85
filter_activate_defaultFunction · 0.85

Calls 2

Tested by

no test coverage detected