Home | History | Annotate | Download | only in src

Lines Matching refs:eProfile

270         m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple;
273 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline;
276 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline;
279 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain;
282 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_HEVCProfileMain;
385 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple;
402 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline;
424 m_sParamAVC.eProfile = OMX_VIDEO_AVCProfileBaseline;
441 m_sParamVP8.eProfile = OMX_VIDEO_VP8ProfileMain;
449 m_sParamHEVC.eProfile = OMX_VIDEO_HEVCProfileMain;
749 if (pParam->eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple) {
803 if ((pParam->eProfile == OMX_VIDEO_AVCProfileHigh)||
804 (pParam->eProfile == OMX_VIDEO_AVCProfileMain)) {
890 "Level :%u", (unsigned int)pParam->eProfile, (unsigned int)pParam->eLevel);
893 m_sParamProfileLevel.eProfile = pParam->eProfile;
898 m_sParamMPEG4.eProfile = (OMX_VIDEO_MPEG4PROFILETYPE)m_sParamProfileLevel.eProfile;
900 DEBUG_PRINT_LOW("MPEG4 profile = %d, level = %d", m_sParamMPEG4.eProfile,
904 m_sParamH263.eProfile = (OMX_VIDEO_H263PROFILETYPE)m_sParamProfileLevel.eProfile;
906 DEBUG_PRINT_LOW("H263 profile = %d, level = %d", m_sParamH263.eProfile,
910 m_sParamAVC.eProfile = (OMX_VIDEO_AVCPROFILETYPE)m_sParamProfileLevel.eProfile;
912 DEBUG_PRINT_LOW("AVC profile = %d, level = %d", m_sParamAVC.eProfile,
916 m_sParamAVC.eProfile = (OMX_VIDEO_AVCPROFILETYPE)m_sParamProfileLevel.eProfile;
918 DEBUG_PRINT_LOW("\n AVC profile = %d, level = %d", m_sParamAVC.eProfile,
923 m_sParamVP8.eProfile = (OMX_VIDEO_VP8PROFILETYPE)m_sParamProfileLevel.eProfile;
925 DEBUG_PRINT_LOW("VP8 profile = %d, level = %d", m_sParamVP8.eProfile,
930 m_sParamHEVC.eProfile = (OMX_VIDEO_HEVCPROFILETYPE)m_sParamProfileLevel.eProfile;
932 DEBUG_PRINT_LOW("HEVC profile = %d, level = %d", m_sParamHEVC.eProfile,
1446 OMX_U32 eProfile, eLevel;
1448 if (!handle->venc_get_profile_level(&eProfile,&eLevel)) {
1453 m_sParamProfileLevel.eProfile = (OMX_VIDEO_MPEG4PROFILETYPE)eProfile;
1458 m_sParamMPEG4.eProfile = (OMX_VIDEO_MPEG4PROFILETYPE)eProfile;
1460 DEBUG_PRINT_LOW("MPEG4 profile = %d, level = %d", m_sParamMPEG4.eProfile,
1464 m_sParamH263.eProfile = (OMX_VIDEO_H263PROFILETYPE)eProfile;
1466 DEBUG_PRINT_LOW("H263 profile = %d, level = %d", m_sParamH263.eProfile,
1470 m_sParamAVC.eProfile = (OMX_VIDEO_AVCPROFILETYPE)eProfile;
1472 DEBUG_PRINT_LOW("AVC profile = %d, level = %d", m_sParamAVC.eProfile,
1476 m_sParamAVC.eProfile = (OMX_VIDEO_AVCPROFILETYPE)eProfile;
1478 DEBUG_PRINT_LOW("\n AVC profile = %d, level = %d", m_sParamAVC.eProfile,
1483 m_sParamVP8.eProfile = (OMX_VIDEO_VP8PROFILETYPE)eProfile;
1485 DEBUG_PRINT_LOW("VP8 profile = %d, level = %d", m_sParamVP8.eProfile,
1490 m_sParamHEVC.eProfile = (OMX_VIDEO_HEVCPROFILETYPE)eProfile;
1492 DEBUG_PRINT_LOW("HEVC profile = %d, level = %d", m_sParamHEVC.eProfile,
1606 if (m_sParamMPEG4.eProfile != OMX_VIDEO_MPEG4ProfileSimple)
1614 if ((m_sParamAVC.eProfile != OMX_VIDEO_AVCProfileBaseline) &&
1615 (m_sParamAVC.eProfile != (OMX_VIDEO_AVCPROFILETYPE) QOMX_VIDEO_AVCProfileConstrainedBaseline))