Home
last modified time | relevance | path

Searched refs:queue_length (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_pullup.c299 static int queue_length(PullupField *begin, PullupField *end) in queue_length() function
419 if (queue_length(s->first, s->last) < 4) in decide_frame_length()
423 n = queue_length(f, s->last); in decide_frame_length()
/third_party/node/deps/v8/src/compiler/
Dscheduler.cc1016 int queue_length = 0; in ComputeLoopInfo() local
1023 (*queue)[queue_length++].block = member; in ComputeLoopInfo()
1028 while (queue_length > 0) { in ComputeLoopInfo()
1029 BasicBlock* block = (*queue)[--queue_length].block; in ComputeLoopInfo()
1035 (*queue)[queue_length++].block = pred; in ComputeLoopInfo()
/third_party/gstreamer/gstplugins_bad/
DChangeLog92756 vtenc: no need for queue_length with try_pop