Home
last modified time | relevance | path

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

/external/bcc/src/lua/bcc/vendor/
Dposix.lua41 REALTIME = 0,
/external/perfetto/protos/perfetto/trace/
Dclock_snapshot.proto27 REALTIME = 1; enumerator
Dperfetto_trace.proto405 REALTIME = 1; enumerator
/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c820 if (oxcf->mode == REALTIME) { in vp9_set_speed_features_framesize_dependent()
830 if (cpi->encode_breakout && oxcf->mode == REALTIME && in vp9_set_speed_features_framesize_dependent()
964 if (oxcf->mode == REALTIME) in vp9_set_speed_features_framesize_independent()
Dvp9_encoder.h107 REALTIME enumerator
1025 return !(cpi->oxcf.mode == REALTIME && cpi->oxcf.rc_mode == VPX_CBR) && in is_altref_enabled()
Dvp9_encoder.c572 if (cpi->oxcf.mode != REALTIME || cpi->oxcf.speed < 5) return; in apply_roi_map()
3700 cpi->compute_source_sad_onepass = cpi->oxcf.mode == REALTIME;
3775 cpi->oxcf.mode == REALTIME && cpi->oxcf.speed >= 5) ||
3805 if (cm->show_frame && cpi->oxcf.mode == REALTIME &&
6586 if ((oxcf->mode != REALTIME) && (oxcf->arnr_max_frames > 0) &&
7118 if (cpi->oxcf.mode == REALTIME && cpi->oxcf.speed >= 5 && cpi->oxcf.row_mt) {
Dvp9_bitstream.c1071 if (cpi->oxcf.mode == REALTIME && cpi->num_workers > 1 && tile_rows == 1 && in encode_tiles()
/external/toybox/toys/posix/
Dgetconf.c96 CONF(CRYPT), CONF(ENH_I18N), CONF(REALTIME), CONF(REALTIME_THREADS),
/external/libaom/libaom/av1/encoder/
Dspeed_features.c798 else if (oxcf->mode == REALTIME) in av1_set_speed_features_framesize_independent()
Dencoder.h90 REALTIME enumerator
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c963 new_mode = (deadline > duration_us) ? GOOD : REALTIME; in pick_quickcompress_mode()
975 new_mode = REALTIME; in pick_quickcompress_mode()
/external/libaom/libaom/av1/
Dav1_cx_iface.c549 oxcf->mode = (cfg->g_usage == 1) ? REALTIME : GOOD; in set_encoder_config()
1668 if (ctx->oxcf.mode != GOOD && ctx->oxcf.mode != REALTIME) { in encoder_encode()
/external/perfetto/src/trace_processor/
Dproto_trace_parser.cc1068 } else if (clk.type() == protos::pbzero::ClockSnapshot::Clock::REALTIME) { in ParseClockSnapshot()
/external/perfetto/src/tracing/core/
Dtracing_service_impl.cc2122 {CLOCK_REALTIME, protos::ClockSnapshot::Clock::REALTIME, {0, 0}}, in SnapshotClocks()