Searched refs:yuv_height (Results 1 – 1 of 1) sorted by relevance
243 def calculate_frames_number_from_yuv(yuv_width, yuv_height, file_name): argument255 y_plane_size = yuv_width * yuv_height256 u_plane_size = (yuv_width/2) * (yuv_height/2) # Equals to V plane size too