Home | History | Annotate | Download | only in src

Lines Matching refs:eProfile

192     m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple;
197 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline;
202 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline;
301 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple;
318 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline;
340 m_sParamAVC.eProfile = OMX_VIDEO_AVCProfileBaseline;
573 m_sParamMPEG4.eProfile = pParam->eProfile;
579 m_sParamProfileLevel.eProfile = pParam->eProfile;
593 m_sParamH263.eProfile = pParam->eProfile;
596 m_sParamProfileLevel.eProfile = pParam->eProfile;
610 m_sParamAVC.eProfile = pParam->eProfile;
613 m_sParamProfileLevel.eProfile = pParam->eProfile;
625 m_sParamProfileLevel.eProfile = pParam->eProfile;
631 m_sParamMPEG4.eProfile = (OMX_VIDEO_MPEG4PROFILETYPE)m_sParamProfileLevel.eProfile;
633 DEBUG_PRINT_LOW("\n MPEG4 profile = %d, level = %d", m_sParamMPEG4.eProfile,
639 m_sParamH263.eProfile = (OMX_VIDEO_H263PROFILETYPE)m_sParamProfileLevel.eProfile;
641 DEBUG_PRINT_LOW("\n H263 profile = %d, level = %d", m_sParamH263.eProfile,
646 m_sParamAVC.eProfile = (OMX_VIDEO_AVCPROFILETYPE)m_sParamProfileLevel.eProfile;
648 DEBUG_PRINT_LOW("\n AVC profile = %d, level = %d", m_sParamAVC.eProfile,