Home | History | Annotate | Download | only in src

Lines Matching refs:input_height

649     height = ALIGN(m_sVenc_cfg.input_height, 32);
866 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
869 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
872 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
875 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
878 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
905 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
908 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
911 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
914 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
917 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
952 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
997 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
1036 msize = VENUS_BUFFER_SIZE(color_format, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height);
1037 const unsigned int extra_size = VENUS_EXTRADATA_SIZE(m_sVenc_cfg.input_width, m_sVenc_cfg.input_height);
1052 scanlines = VENUS_Y_SCANLINES(color_format, m_sVenc_cfg.input_height);
1054 for (i = 0; i < m_sVenc_cfg.input_height; i++) {
1063 for (i = 0; i < m_sVenc_cfg.input_height/2; i++) {
1069 scanlines = VENUS_RGB_SCANLINES(color_format, m_sVenc_cfg.input_height);
1071 for (i = 0; i < m_sVenc_cfg.input_height; i++) {
1123 m_sVenc_cfg.input_height= OMX_CORE_QCIF_HEIGHT;
1254 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
1488 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
1508 if (m_sVenc_cfg.input_height * m_sVenc_cfg.input_width >= 3840*2160) {
1528 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
1634 (m_sVenc_cfg.input_width * m_sVenc_cfg.input_height) >=
1640 if (m_sVenc_cfg.input_height != portDefn->format.video.nFrameHeight ||
1643 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
1648 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
2484 if (m_sVenc_cfg.dvs_width == m_sVenc_cfg.input_height &&
2885 num_mbs_per_frame = m_sVenc_cfg.input_height * m_sVenc_cfg.input_width;
2895 m_sVenc_cfg.input_width, m_sVenc_cfg.input_height);
2962 (((m_sVenc_cfg.input_width * m_sVenc_cfg.input_height) > (1920 * 1088)) ||
2968 m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, operating_rate >> 16);
3087 m_sVenc_cfg.input_width, m_sVenc_cfg.input_height,
3496 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
3634 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
4030 vqzip.pConfig.nHeight = ALIGN(m_sVenc_cfg.input_height, 16);
5377 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;