Changeset 740 for soft


Ignore:
Timestamp:
Dec 10, 2015, 11:02:08 AM (8 years ago)
Author:
alain
Message:

cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/mjpeg/mjpeg.c

    r736 r740  
    153153                         "[MJPEG ERROR] image size doesn't fit frame buffer size");
    154154 
    155     PRINTF("\n\n[MJPEG] starts for stream %s\n", file_pathname )
     155    if ( USE_DCT_COPROC )
     156    { PRINTF("\n\n[MJPEG] stream %s / %d clusters / %d cores / DCT COPROC\n\n",
     157           file_pathname , x_size*y_size , nprocs ) }
     158    else
     159    { PRINTF("\n\n[MJPEG] stream %s / %d clusters / %d cores / NO DCT COPROC\n\n",
     160           file_pathname , x_size*y_size , nprocs ) }
    156161
    157162    // compute nblocks_h & nblocks_w
     
    222227    // start CMA channel
    223228    giet_fbf_cma_start();
    224 
    225     PRINTF("\n[MJPEG] main thread completes initialisation for %d cores\n",
    226            x_size * y_size * nprocs )
    227229
    228230    mwmr_channel_t* ptr;
Note: See TracChangeset for help on using the changeset viewer.