Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-dv-timings.c480 #define GTF_D_M_PRIME ((GTF_D_K * GTF_D_M) / 256) macro
545 (image_width * GTF_D_M_PRIME * 1000) + in v4l2_detect_gtf()
546 (hfreq * (100 - GTF_D_C_PRIME) + GTF_D_M_PRIME * 1000) / 2) / in v4l2_detect_gtf()
547 (hfreq * (100 - GTF_D_C_PRIME) + GTF_D_M_PRIME * 1000); in v4l2_detect_gtf()