Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1222 → Rev 1223

/demos/trunk/mpegstar/mpegstar.c
102,12 → 102,12
 
cprintf("Decoder Start %d Frame %d\n",exec_shadow,darg->frame_number);
 
for (i=0;i<1000;i++) {
Q = MPEGSTAR_get_remain_capacity(darg->server_id);
R = MPEGSTAR_get_last_reclaiming();
printf_xy(55,10+exec_shadow,WHITE,"[S%02d:Q%06d:R%06d]",darg->server_id,Q,R);
}
for (i=0;i<100;i++);
 
Q = MPEGSTAR_get_remain_capacity(darg->server_id);
R = MPEGSTAR_get_last_reclaiming();
printf_xy(55,10+exec_shadow,WHITE,"[S%02d:Q%06d:R%06d]",darg->server_id,Q,R);
 
cprintf("Decoder End %d\n",exec_shadow);
 
task_endcycle();