Home | History | Annotate | Download | only in src

Lines Matching refs:input_width

209                            m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
212 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
215 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
218 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
248 m_debug.log_loc, m_sVenc_cfg.input_width,
268 y_size = m_sVenc_cfg.input_width * m_sVenc_cfg.input_height;
343 m_sVenc_cfg.input_width = OMX_CORE_QCIF_WIDTH;
706 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
717 "color_format (%d)", m_sVenc_cfg.input_width, m_sVenc_cfg.input_height,
1283 nFrameWidth = m_sVenc_cfg.input_width;
1284 m_sVenc_cfg.input_width = m_sVenc_cfg.input_height;
1423 recon_buff_size.width = ((m_sVenc_cfg.input_width + 15) / 16) * 16;
1426 DEBUG_PRINT_LOW("Width %d, Height %d, w_round %d, h_round %d", m_sVenc_cfg.input_width,
1439 m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, recon_buff_size.width,
1623 m_sVenc_cfg.input_width, m_sVenc_cfg.input_height,
1694 if ((m_sVenc_cfg.input_height %16 !=0) || (m_sVenc_cfg.input_width%16 != 0)) {
1696 unsigned long wd = m_sVenc_cfg.input_width;
2096 ((m_sVenc_cfg.input_width + 15) >> 4);
2477 (irMBs < ((m_sVenc_cfg.input_width * m_sVenc_cfg.input_height)>>8))) {
3021 ((m_sVenc_cfg.input_width + 15)>> 4);