Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-dv-timings.c479 #define GTF_D_C_PRIME ((((GTF_D_C - GTF_D_J) * GTF_D_K) / 256) + GTF_D_J) macro
544 h_blank = ((image_width * GTF_D_C_PRIME * hfreq) - 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()