Home | History | Annotate | Download | only in src

Lines Matching refs:input_width

682     width = ALIGN(m_sVenc_cfg.input_width, 32);
1073 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
1076 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
1079 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
1082 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
1085 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
1112 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
1115 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
1118 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
1121 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
1124 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
1160 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
1199 msize = VENUS_BUFFER_SIZE(color_format, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height);
1200 const unsigned int extra_size = VENUS_EXTRADATA_SIZE(m_sVenc_cfg.input_width, m_sVenc_cfg.input_height);
1214 stride = VENUS_Y_STRIDE(color_format, m_sVenc_cfg.input_width);
1218 fwrite(ptemp, m_sVenc_cfg.input_width, 1, m_debug.infile);
1227 fwrite(ptemp, m_sVenc_cfg.input_width, 1, m_debug.infile);
1231 stride = VENUS_RGB_STRIDE(color_format, m_sVenc_cfg.input_width);
1235 fwrite(ptemp, m_sVenc_cfg.input_width * 4, 1, m_debug.infile);
1285 m_sVenc_cfg.input_width = OMX_CORE_QCIF_WIDTH;
1424 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
1655 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
1674 if (m_sVenc_cfg.input_height * m_sVenc_cfg.input_width >= 3840*2160) {
1695 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
1815 (m_sVenc_cfg.input_width * m_sVenc_cfg.input_height) >=
1822 m_sVenc_cfg.input_width != portDefn->format.video.nFrameWidth) {
1825 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
1830 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
2741 m_sVenc_cfg.dvs_height == m_sVenc_cfg.input_width)
3169 num_mbs_per_frame = m_sVenc_cfg.input_height * m_sVenc_cfg.input_width;
3179 m_sVenc_cfg.input_width, m_sVenc_cfg.input_height);
3384 m_sVenc_cfg.input_width, m_sVenc_cfg.input_height,
3858 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
3994 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
4467 vqzip.pConfig.nWidth = ALIGN(m_sVenc_cfg.input_width, 16);
5329 if (m_sVenc_cfg.input_width * m_sVenc_cfg.input_height >= 3840 * 2160 &&
5862 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
7909 resolution_supported = m_sVenc_cfg.input_height * m_sVenc_cfg.input_width <=
7922 is_non_vpe_session = (m_sVenc_cfg.input_height == m_sVenc_cfg.dvs_height && m_sVenc_cfg.input_width == m_sVenc_cfg.dvs_width);
7947 m_pq.pConfig.width = m_sVenc_cfg.input_width;
7951 m_pq.pConfig.stride = VENUS_Y_STRIDE(COLOR_FMT_NV12, m_sVenc_cfg.input_width);