Home | History | Annotate | Download | only in src

Lines Matching refs:input_width

208                            m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
211 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
214 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
217 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
247 m_debug.log_loc, m_sVenc_cfg.input_width,
267 y_size = m_sVenc_cfg.input_width * m_sVenc_cfg.input_height;
342 m_sVenc_cfg.input_width = OMX_CORE_QCIF_WIDTH;
705 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
716 "color_format (%d)", m_sVenc_cfg.input_width, m_sVenc_cfg.input_height,
1282 nFrameWidth = m_sVenc_cfg.input_width;
1283 m_sVenc_cfg.input_width = m_sVenc_cfg.input_height;
1422 recon_buff_size.width = ((m_sVenc_cfg.input_width + 15) / 16) * 16;
1425 DEBUG_PRINT_LOW("Width %d, Height %d, w_round %d, h_round %d", m_sVenc_cfg.input_width,
1438 m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, recon_buff_size.width,
1622 m_sVenc_cfg.input_width, m_sVenc_cfg.input_height,
1693 if ((m_sVenc_cfg.input_height %16 !=0) || (m_sVenc_cfg.input_width%16 != 0)) {
1695 unsigned long wd = m_sVenc_cfg.input_width;
2095 ((m_sVenc_cfg.input_width + 15) >> 4);
2476 (irMBs < ((m_sVenc_cfg.input_width * m_sVenc_cfg.input_height)>>8))) {
3018 ((m_sVenc_cfg.input_width + 15)>> 4);