Home
last modified time | relevance | path

Searched refs:real_time (Results 1 - 6 of 6) sorted by relevance

/third_party/lame/frontend/
H A Dtimestatus.c62 timestatus_t real_time; member
118 timestatus_t* real_time = &global_encoder_progress.real_time; in timestatus() local
132 real_time->last_time = GetRealTime(); in timestatus()
134 real_time->elapsed_time = 0; in timestatus()
140 delta = tmx - real_time->last_time; in timestatus()
143 real_time->elapsed_time += delta; in timestatus()
144 real_time->last_time = tmx; in timestatus()
164 ts_calc_times(real_time, samp_rate, frameNum, totalframes, framesize); in timestatus()
178 ts_time_decompose(real_time in timestatus()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dccaption_dec.c240 int real_time; member
666 if (!ctx->real_time) in handle_edm()
674 if (ctx->real_time) in handle_edm()
688 if (!ctx->real_time) in handle_eoc()
695 if (ctx->real_time) in handle_eoc()
797 if (!ctx->real_time) in process_cc608()
806 if (ctx->real_time) { in process_cc608()
875 if (!ctx->real_time && ctx->mode == CCMODE_POPON) in decode()
880 if (ctx->buffer[bidx].str[0] || ctx->real_time) { in decode()
885 if (!ctx->real_time) in decode()
[all...]
/third_party/benchmark/src/
H A Dconsole_reporter.cc149 const double real_time = result.GetAdjustedRealTime(); in PrintRunData() local
151 const std::string real_time_str = FormatTime(real_time); in PrintRunData()
156 printer(Out, COLOR_YELLOW, "%10.2f %-4s %10.2f %-4s ", real_time, in PrintRunData()
159 printer(Out, COLOR_YELLOW, "%10.0f %-4s %10.0f %-4s ", real_time * 100, "%", in PrintRunData()
H A Dcomplexity.cc166 std::vector<double> real_time;
174 real_time.push_back(run.real_accumulated_time / run.iterations);
183 result_real = MinimalLeastSq(n, real_time, reports[0].complexity_lambda);
186 result_real = MinimalLeastSq(n, real_time, result_cpu.complexity);
/third_party/ffmpeg/tests/fate/
H A Dsubtitles.mak8 fate-sub-cc-realtime: CMD = fmtstdout ass -real_time 1 -f lavfi -i "movie=$(TARGET_SAMPLES)/sub/Closedcaption_rollup.m2v[out0+subcc]"
H A Dffmpeg.mak109 -real_time 1 -f lavfi \

Completed in 4 milliseconds