Home
last modified time | relevance | path

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

/scripts/pylib/display-twister-harness/camera_shield/plugins/
A Dsignature_plugin.py342 def compare_video_fingerprints(self, fp1, fp2) -> dict: argument
352 if fp1 is None or fp2 is None:
356 if fp1.get("method") != fp2.get("method"):
359 {fp1.get('method')} vs {fp2.get('method')}"
362 method = fp1.get("method", "combined")
365 sigs1 = fp1.get("frame_signatures", [])

Completed in 10 milliseconds