Home | History | Annotate | Download | only in src

Lines Matching refs:input_height

595     int height = m_sVenc_cfg.input_height;
1029 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
1032 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
1035 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
1062 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
1065 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
1068 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
1104 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
1143 msize = VENUS_BUFFER_SIZE(color_format, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height);
1144 const unsigned int extra_size = VENUS_EXTRADATA_SIZE(m_sVenc_cfg.input_width, m_sVenc_cfg.input_height);
1159 scanlines = VENUS_Y_SCANLINES(color_format, m_sVenc_cfg.input_height);
1161 for (i = 0; i < m_sVenc_cfg.input_height; i++) {
1170 for (i = 0; i < m_sVenc_cfg.input_height/2; i++) {
1176 scanlines = VENUS_RGB_SCANLINES(color_format, m_sVenc_cfg.input_height);
1178 for (i = 0; i < m_sVenc_cfg.input_height; i++) {
1230 input_height= OMX_CORE_QCIF_HEIGHT;
1353 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
1596 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
1625 if (m_sVenc_cfg.input_height * m_sVenc_cfg.input_width >= 3840*2160) {
1641 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
1780 (m_sVenc_cfg.input_width * m_sVenc_cfg.input_height) >=
1789 if (m_sVenc_cfg.input_height != portDefn->format.video.nFrameHeight ||
1795 portDefn->nPortIndex, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height,
1806 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
1813 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
2439 m_pq.configure(m_sVenc_cfg.input_width, m_sVenc_cfg.input_height);
3030 num_mbs_per_frame = m_sVenc_cfg.input_height * m_sVenc_cfg.input_width;
3040 m_sVenc_cfg.input_width, m_sVenc_cfg.input_height);
3197 m_sVenc_cfg.input_width, m_sVenc_cfg.input_height,
3592 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
3736 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
4208 vqzip.pConfig.nHeight = ALIGN(m_sVenc_cfg.input_height, 16);
5381 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
6896 resolution_supported = m_sVenc_cfg.input_height * m_sVenc_cfg.input_width <=
6901 (m_pq.caps.max_mb_per_sec / ((m_sVenc_cfg.input_height * m_sVenc_cfg.input_width) / 256));
6913 is_non_vpe_session = (m_sVenc_cfg.input_height == m_sVenc_cfg.dvs_height && m_sVenc_cfg.input_width == m_sVenc_cfg.dvs_width);
6942 m_pq.configure(m_sVenc_cfg.input_width, m_sVenc_cfg.input_height);