Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_video/src/
Dmixframemanager.c325 guint64 lowest_timestamp = (guint64)-1; in get_expected_frame_from_array() local
360 if (lowest_timestamp > timestamp) in get_expected_frame_from_array()
362 lowest_timestamp = timestamp; in get_expected_frame_from_array()
368 if (lowest_timestamp == (guint64)-1) in get_expected_frame_from_array()
375 if (lowest_timestamp <= expected + tolerance) in get_expected_frame_from_array()
381 *frametimestamp = lowest_timestamp; in get_expected_frame_from_array()