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

/external/libogg/src/
H A Dframing.c398 /* The extra packets_done, packet_just_done logic here attempts to do two things:
408 int packet_just_done=0; local
410 if(acc>4096 && packet_just_done>=4){
417 packet_just_done=++packets_done;
419 packet_just_done=0;

Completed in 1256 milliseconds