Home | History | Annotate | Download | only in src

Lines Matching defs:nFrameWidth

298     m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH;
323 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH;
596 (int)portDefn->format.video.nFrameWidth);
599 if (!dev_is_video_session_supported(portDefn->format.video.nFrameWidth,
1771 OMX_U32 nFrameWidth;
1776 nFrameWidth = m_sOutPortDef.format.video.nFrameWidth;
1778 m_sOutPortDef.format.video.nFrameWidth = nFrameHeight;
1779 m_sOutPortDef.format.video.nFrameHeight = nFrameWidth;