Searched refs:m_hvideo_pixel_height (Results 1 – 6 of 6) sorted by relevance
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/output/ |
H A D | p_passthrough.cpp | 55 connect_check_v_height(m_hvideo_pixel_height, psrc->m_hvideo_pixel_height); in can_connect_to()
|
H A D | p_avc_hevc_es.cpp | 158 …to dimensions = m_parser_base->get_display_dimensions(m_hvideo_pixel_width, m_hvideo_pixel_height); in handle_aspect_ratio() 167 …m_parser_base->get_par(), m_hvideo_pixel_width, m_hvideo_pixel_height, m_ti.m_display_width, m_ti.… in handle_aspect_ratio()
|
H A D | p_mpeg4_p2.cpp | 314 …set_video_aspect_ratio((double)m_hvideo_pixel_width / (double)m_hvideo_pixel_height * (double)num … in extract_aspect_ratio() 342 …int32_t>(m_hvideo_pixel_width)) || (xtr_height != static_cast<uint32_t>(m_hvideo_pixel_height)))) { in extract_size()
|
H A D | p_av1.cpp | 55 if (!m_hvideo_pixel_width || !m_hvideo_pixel_height) { in set_header_parameters()
|
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/merge/ |
H A D | generic_packetizer.cpp | 94 , m_hvideo_pixel_height{-1} 605 m_hvideo_pixel_height = height; in set_video_pixel_height() 607 …hild<KaxVideoPixelHeight>(GetChild<KaxTrackVideo>(*m_track_entry)).SetValue(m_hvideo_pixel_height); in set_video_pixel_height() 1106 if ((-1 != m_hvideo_pixel_height) && (-1 != m_hvideo_pixel_width)) { in set_headers() 1114 …ct_ratio = static_cast<double>(m_hvideo_pixel_width) / m_hvideo_pixel_height; in set_headers() 1119 … if (m_ti.m_aspect_ratio > (static_cast<double>(m_hvideo_pixel_width) / m_hvideo_pixel_height)) { in set_headers() 1120 m_hvideo_display_width = std::llround(m_hvideo_pixel_height * m_ti.m_aspect_ratio); in set_headers() 1121 m_hvideo_display_height = m_hvideo_pixel_height; in set_headers() 1131 GetChild<KaxVideoPixelHeight >(video).SetValue(m_hvideo_pixel_height); in set_headers() 1298 if ((-1 != m_hvideo_pixel_height) && (-1 != m_hvideo_pixel_width)) { in set_headers() [all …]
|
H A D | generic_packetizer.h | 87 …int m_hvideo_interlaced_flag, m_hvideo_pixel_width, m_hvideo_pixel_height, m_hvideo_display_width,… variable
|