Home | History | Annotate | Download | only in src

Lines Matching refs:input_height

240   m_sVenc_cfg.input_height= OMX_CORE_QCIF_HEIGHT;
574 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
1119 m_sVenc_cfg.input_width = m_sVenc_cfg.input_height;
1120 m_sVenc_cfg.input_height = nFrameWidth;
1217 recon_buff_size.height = ((m_sVenc_cfg.input_height + 15) / 16 ) * 16;
1220 m_sVenc_cfg.input_height, recon_buff_size.width, recon_buff_size.height);
1233 m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, recon_buff_size.width,
1414 m_sVenc_cfg.input_width, m_sVenc_cfg.input_height,
1488 if((m_sVenc_cfg.input_height %16 !=0) || (m_sVenc_cfg.input_width%16 != 0))
1490 unsigned long ht = m_sVenc_cfg.input_height;
1682 y_size = m_sVenc_cfg.input_width * m_sVenc_cfg.input_height;
1851 mb_per_frame = ((m_sVenc_cfg.input_height + 15) >> 4)*
2258 (irMBs < ((m_sVenc_cfg.input_width * m_sVenc_cfg.input_height)>>8)))
2859 mb_per_frame = ((m_sVenc_cfg.input_height + 15) >> 4)*