Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c1494 static void print_time(const char *label, int64_t etl) { in print_time() argument
1499 if (etl >= 0) { in print_time()
1500 hours = etl / 3600; in print_time()
1501 etl -= hours * 3600; in print_time()
1502 mins = etl / 60; in print_time()
1503 etl -= mins * 60; in print_time()
1504 secs = etl; in print_time()