Home
last modified time | relevance | path

Searched refs:max_time (Results 1 – 3 of 3) sorted by relevance

/device/asus/fugu/libaudio/
DAudioStreamOut.cpp679 int64_t max_time = LLONG_MIN; in getNextWriteTimestamp_internal() local
705 if (!max_time_valid || (max_time < tmp)) { in getNextWriteTimestamp_internal()
706 max_time = tmp; in getNextWriteTimestamp_internal()
734 adjustOutputs(max_time); in getNextWriteTimestamp_internal()
739 *timestamp = max_time; in getNextWriteTimestamp_internal()
/device/google/dragon/audio/hal/
Dcras_dsp_pipeline.c137 int64_t max_time; member
803 pipeline->max_time = t; in cras_dsp_pipeline_add_statistic()
806 pipeline->max_time = MAX(pipeline->max_time, t); in cras_dsp_pipeline_add_statistic()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
Dpybench.py583 max_time = max(self.roundtimes)
584 return (min_time, avg_time, max_time)