Home --> Documentations --> PJLIB Reference
#include <types.h>
This structure represents high resolution (64bit) time value. The time values represent time in cycles, which is retrieved by calling pj_get_timestamp().
high 32-bit value of the 64-bit value.
Referenced by pj_add_timestamp(), pj_add_timestamp32(), pj_cmp_timestamp(), pj_set_timestamp32(), pj_sub_timestamp(), and pj_sub_timestamp32().
Low 32-bit value of the 64-bit value.
Referenced by pj_add_timestamp(), pj_add_timestamp32(), pj_cmp_timestamp(), pj_set_timestamp32(), pj_sub_timestamp(), pj_sub_timestamp32(), and pj_timestamp_diff32().
The 64-bit value as two 32-bit values.