Searched refs:tolerance (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
H A Dmixframemanager.c320 guint64 expected, guint64 tolerance, guint64 *frametimestamp) {
330 if (!array || !expected || !tolerance || !frametimestamp || expected < tolerance) {
375 if (lowest_timestamp <= expected + tolerance)
465 /* calculate tolerance */
466 guint64 tolerance = fm->frame_timestamp_delta / 4; local
472 * will not fall between the tolerance range.
475 if (timestamp <= fm->next_frame_timestamp + tolerance) {
483 * update next_frame_timestamp only if it falls within the tolerance range
485 if (timestamp >= fm->next_frame_timestamp - tolerance)
319 get_expected_frame_from_array(GPtrArray *array, guint64 expected, guint64 tolerance, guint64 *frametimestamp) argument
551 guint64 tolerance = fm->frame_timestamp_delta / 4; local
[all...]
/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.cpp1973 double tolerance = 0.00001; local
1991 if (fabs(videoRatio - previewRatio) < tolerance) {
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.cpp1973 double tolerance = 0.00001; local
1991 if (fabs(videoRatio - previewRatio) < tolerance) {

Completed in 51 milliseconds