Searched refs:m_eProfile (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Dvideo_encoder_device.h103 int m_eProfile; member in class:venc_dev
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device.h109 int m_eProfile; member in class:venc_dev
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp149 m_eProfile = 0;
1862 m_eProfile = eProfile;
1864 DEBUG_PRINT_HIGH("Profile/Level set equal to %d/%d",m_eProfile, m_eLevel);
2919 if(m_eProfile == OMX_VIDEO_MPEG4ProfileSimple)
2923 else if(m_eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple)
2930 DEBUG_PRINT_ERROR("Unsupported MPEG4 profile type %lu", m_eProfile);
2935 if(m_eProfile == OMX_VIDEO_AVCProfileBaseline)
2939 else if(m_eProfile == OMX_VIDEO_AVCProfileHigh)
2944 else if(m_eProfile == OMX_VIDEO_AVCProfileMain)
2951 DEBUG_PRINT_ERROR("Unsupported AVC profile type %lu", m_eProfile);
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp139 m_eProfile = 0;
2104 m_eProfile = eProfile;
2107 m_eProfile, m_eLevel);
3075 if (m_eProfile == OMX_VIDEO_MPEG4ProfileSimple) {
3077 } else if (m_eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple) {
3081 DEBUG_PRINT_ERROR("Unsupported MPEG4 profile type %lu", m_eProfile);
3088 if (m_eProfile == OMX_VIDEO_AVCProfileBaseline) {
3090 } else if (m_eProfile == OMX_VIDEO_AVCProfileHigh) {
3093 } else if (m_eProfile == OMX_VIDEO_AVCProfileMain) {
3097 DEBUG_PRINT_ERROR("Unsupported AVC profile type %lu", m_eProfile);
[all...]

Completed in 187 milliseconds