Searched defs:is_realtime (Results 1 – 4 of 4) sorted by relevance
33 bool is_realtime = (clockid == CLOCK_REALTIME); variable
34 bool is_realtime = (clockid == CLOCK_REALTIME); variable
32 LIBC_INLINE bool is_realtime() const { return realtime_flag; } in is_realtime() function
302 int is_realtime = (encoding_mode_ == ::libaom_test::kRealTime); in Frame1IsKey() local