Searched refs:_ASPECT_RATIO_16_9 (Results 1 – 2 of 2) sorted by relevance
30 _ASPECT_RATIO_16_9 = 16/9 # determine if video fmt > 16:9 variable240 if aspect_ratio > _ASPECT_RATIO_16_9:
32 _ASPECT_RATIO_16_9 = 16/9 # determine if preview fmt > 16:9 variable262 if int(w_x_h[0])/int(w_x_h[1]) > _ASPECT_RATIO_16_9: