Searched refs:i420_frame_size (Results 1 – 1 of 1) sorted by relevance
204 const int i420_frame_size = 3 * *width * *height / 2; in OpenY4mFile() local219 fseek(file, i420_frame_size, SEEK_CUR); in OpenY4mFile()253 const int i420_frame_size = 3 * width * height / 2; in OpenYuvFile() local254 const size_t number_of_frames = file_size / i420_frame_size; in OpenYuvFile()261 fseek(file, i420_frame_size, SEEK_CUR); in OpenYuvFile()