Home | History | Annotate | Download | only in src

Lines Matching refs:input_width

688                            m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
691 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
694 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
697 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
700 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
727 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
730 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
733 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
736 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
739 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
769 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this);
783 int stride = VENUS_Y_STRIDE(COLOR_FMT_NV12, m_sVenc_cfg.input_width);
789 msize = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height);
795 fwrite(ptemp, m_sVenc_cfg.input_width, 1, m_debug.infile);
800 fwrite(ptemp, m_sVenc_cfg.input_width, 1, m_debug.infile);
810 fwrite(temp, m_sVenc_cfg.input_width, 1, m_debug.infile);
817 fwrite(temp, m_sVenc_cfg.input_width, 1, m_debug.infile);
856 m_sVenc_cfg.input_width = OMX_CORE_QCIF_WIDTH;
970 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
1184 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
1297 (m_sVenc_cfg.input_width * m_sVenc_cfg.input_height) >=
1304 m_sVenc_cfg.input_width != portDefn->format.video.nFrameWidth) {
1307 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
1310 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
2012 m_sVenc_cfg.dvs_height == m_sVenc_cfg.input_width)
2317 m_sVenc_cfg.input_width, m_sVenc_cfg.input_height,
4060 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;