Home
last modified time | relevance | path

Searched refs:idle_count_max (Results 1 - 1 of 1) sorted by relevance

/third_party/lame/frontend/
H A Dgtkanal.c76 static gint idle_count_max; /* number of frames to process before plotting */ variable
871 idle_count_max = 0; in analyze()
904 idle_count_max = 0; in frameadv1()
956 if ((idle_count >= idle_count_max) && (!idle_end)) in frameadv1()
996 idle_count_max += adv; in frameadv()
1000 idle_count_max = adv; in frameadv()
1638 idle_count_max = READ_AHEAD + 1; /* number of frames to process before plotting */ in gtkcontrol()
1639 idle_count = 0; /* pause & plot when idle_count=idle_count_max */ in gtkcontrol()

Completed in 3 milliseconds