master/device.c
changeset 1907 dd276ae226b4
parent 1863 8ea4a79dfe84
child 1921 d9cf40facbc4
equal deleted inserted replaced
1906:96805a6eae3d 1907:dd276ae226b4
    52             (result)->tv_usec += 1000000; \
    52             (result)->tv_usec += 1000000; \
    53         } \
    53         } \
    54     } while (0)
    54     } while (0)
    55 #endif
    55 #endif
    56 
    56 
       
    57 /** List of intervals for frame statistics [s].
       
    58  */
    57 static const unsigned int rate_intervals[] = {
    59 static const unsigned int rate_intervals[] = {
    58     1, 10, 60
    60     1, 10, 60
    59 };
    61 };
    60 
    62 
    61 /*****************************************************************************/
    63 /*****************************************************************************/