Home | History | Annotate | Download | only in src

Lines Matching defs:eProfile

230     m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple;
235 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline;
240 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline;
341 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple;
358 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline;
380 m_sParamAVC.eProfile = OMX_VIDEO_AVCProfileBaseline;
673 if(pParam->eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple)
722 if((pParam->eProfile == OMX_VIDEO_AVCProfileHigh)||
723 (pParam->eProfile == OMX_VIDEO_AVCProfileMain))
777 "Level :%d", pParam->eProfile, pParam->eLevel);
780 m_sParamProfileLevel.eProfile = pParam->eProfile;
786 m_sParamMPEG4.eProfile = (OMX_VIDEO_MPEG4PROFILETYPE)m_sParamProfileLevel.eProfile;
788 DEBUG_PRINT_LOW("\n MPEG4 profile = %d, level = %d", m_sParamMPEG4.eProfile,
794 m_sParamH263.eProfile = (OMX_VIDEO_H263PROFILETYPE)m_sParamProfileLevel.eProfile;
796 DEBUG_PRINT_LOW("\n H263 profile = %d, level = %d", m_sParamH263.eProfile,
802 m_sParamAVC.eProfile = (OMX_VIDEO_AVCPROFILETYPE)m_sParamProfileLevel.eProfile;
804 DEBUG_PRINT_LOW("\n AVC profile = %d, level = %d", m_sParamAVC.eProfile,
1158 OMX_U32 eProfile, eLevel;
1160 if(!handle->venc_get_profile_level(&eProfile,&eLevel))
1166 m_sParamProfileLevel.eProfile = (OMX_VIDEO_MPEG4PROFILETYPE)eProfile;
1172 m_sParamMPEG4.eProfile = (OMX_VIDEO_MPEG4PROFILETYPE)eProfile;
1174 DEBUG_PRINT_LOW("\n MPEG4 profile = %d, level = %d", m_sParamMPEG4.eProfile,
1180 m_sParamH263.eProfile = (OMX_VIDEO_H263PROFILETYPE)eProfile;
1182 DEBUG_PRINT_LOW("\n H263 profile = %d, level = %d", m_sParamH263.eProfile,
1188 m_sParamAVC.eProfile = (OMX_VIDEO_AVCPROFILETYPE)eProfile;
1190 DEBUG_PRINT_LOW("\n AVC profile = %d, level = %d", m_sParamAVC.eProfile,
1304 if(m_sParamMPEG4.eProfile != OMX_VIDEO_MPEG4ProfileSimple)
1316 if(m_sParamAVC.eProfile != OMX_VIDEO_AVCProfileBaseline)