Ignore:
Timestamp:
Dec 3, 2015, 4:40:49 PM (9 years ago)
Author:
alain
Message:

Modify the mjpeg application to support an optional
DCT hardware coprocessor.

File:
1 edited

Legend:

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

    r723 r736  
    3939    //  giet_tty_alloc( 0 );
    4040
    41     PRINTF("\n[MJPEG] thread TG starts on P[%d,%d,%d]\n", x , y , p )
     41    PRINTF("\n[MJPEG] thread TG starts on P[%d,%d,%d] / trdid = %x\n",
     42           x , y , p , (uint32_t)trdid_tg )
    4243
    4344   // allocate input buffer : 1024 bytes
Note: See TracChangeset for help on using the changeset viewer.