Home | History | Annotate | Download | only in test

Lines Matching full:_fpout

129         _fpout = fopen("test_runs/dat_out","ab");
509 fprintf(_fpout,"************\n");
510 fprintf(_fpout,"\n\n\n");
511 fprintf(_fpout,"Actual bitrate: %f kbps\n", actualBitRate);
512 fprintf(_fpout,"Target bitrate: %f kbps\n", _bitRate);
513 fprintf(_fpout,"NACK: %s ",(_nackEnabled)?"true":"false");
514 fprintf(_fpout,"FEC: %s \n ",(_fecEnabled)?"true":"false");
515 fprintf(_fpout,"Packet loss applied = %f\n", _lossRate);
516 fprintf(_fpout,"%d frames were dropped, and total number of frames processed %d \n",_numFramesDropped,_frameCnt);
517 fprintf(_fpout,"PSNR: %f \n", psnr.average);
518 fprintf(_fpout,"************\n");