Searched refs:m_frame_count (Results 1 – 4 of 4) sorted by relevance
7279 m_frame_count(-1), in Block()7295 assert(m_frame_count <= 0); in Parse()7351 m_frame_count = 1; in Parse()7352 m_frames = new (std::nothrow) Frame[m_frame_count]; in Parse()7383 m_frame_count = int(biased_count) + 1; in Parse()7385 m_frames = new (std::nothrow) Frame[m_frame_count]; in Parse()7394 Frame* const pf_end = pf + m_frame_count; in Parse()7397 int frame_count = m_frame_count; in Parse()7483 if ((total_size % m_frame_count) != 0) in Parse()7486 const long long frame_size = total_size / m_frame_count; in Parse()[all …]
115 int m_frame_count; member in mkvparser::Block
7496 m_frame_count(-1), in Block()7512 assert(m_frame_count <= 0); in Parse()7568 m_frame_count = 1; in Parse()7569 m_frames = new (std::nothrow) Frame[m_frame_count]; in Parse()7600 m_frame_count = int(biased_count) + 1; in Parse()7602 m_frames = new (std::nothrow) Frame[m_frame_count]; in Parse()7611 Frame* const pf_end = pf + m_frame_count; in Parse()7614 int frame_count = m_frame_count; in Parse()7700 if ((total_size % m_frame_count) != 0) in Parse()7703 const long long frame_size = total_size / m_frame_count; in Parse()[all …]
113 int m_frame_count; variable