Home
last modified time | relevance | path

Searched refs:REALTIME (Results 1 – 8 of 8) sorted by relevance

/external/perfetto/protos/perfetto/trace/
Dclock_snapshot.proto27 REALTIME = 1; enumerator
/external/valgrind/memcheck/tests/linux/
Dtimerfd-syscall.stderr.exp28 | testing CLOCK REALTIME
/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c683 if (oxcf->mode == REALTIME) { in vp9_set_speed_features_framesize_dependent()
693 if (cpi->encode_breakout && oxcf->mode == REALTIME && in vp9_set_speed_features_framesize_dependent()
822 if (oxcf->mode == REALTIME) in vp9_set_speed_features_framesize_independent()
Dvp9_encoder.h107 REALTIME enumerator
879 return !(cpi->oxcf.mode == REALTIME && cpi->oxcf.rc_mode == VPX_CBR) && in is_altref_enabled()
Dvp9_encoder.c3483 cpi->compute_source_sad_onepass = cpi->oxcf.mode == REALTIME;
3552 cpi->oxcf.mode == REALTIME && cpi->oxcf.speed >= 5) ||
5155 if ((oxcf->mode != REALTIME) && (oxcf->arnr_max_frames > 0) &&
5698 if (cpi->oxcf.mode == REALTIME && cpi->oxcf.speed >= 5 && cpi->oxcf.row_mt) {
Dvp9_bitstream.c1056 if (cpi->oxcf.mode == REALTIME && cpi->num_workers > 1 && tile_rows == 1 && in encode_tiles()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c974 new_mode = (deadline > duration_us) ? GOOD : REALTIME; in pick_quickcompress_mode()
986 new_mode = REALTIME; in pick_quickcompress_mode()
/external/perfetto/src/tracing/core/
Dservice_impl.cc1025 {CLOCK_REALTIME, protos::ClockSnapshot::Clock::REALTIME, {0, 0}}, in MaybeSnapshotClocks()