Home
last modified time | relevance | path

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

/external/v4l2_codec2/accel/
Dranges.h146 T min_end = std::min(end(i), other.end(j)); in IntersectionWith() local
149 if (max_start < min_end) in IntersectionWith()
150 result.Add(max_start, min_end); in IntersectionWith()
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dscheduler.c485 int min_end = INT_MAX; in gpir_get_min_end() local
494 if (end < min_end) in gpir_get_min_end()
495 min_end = end; in gpir_get_min_end()
498 return min_end; in gpir_get_min_end()
/external/perfetto/src/trace_processor/sqlite/
Dspan_join_operator_table.cc490 auto min_end = std::min(t1_.raw_ts_end(), t2_.raw_ts_end()); in Column() local
491 auto dur = min_end - max_start; in Column()