Home
last modified time | relevance | path

Searched refs:m_eProfile (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device.cpp149 m_eProfile = 0; in venc_dev()
1862 m_eProfile = eProfile; in venc_set_profile_level()
1864 DEBUG_PRINT_HIGH("Profile/Level set equal to %d/%d",m_eProfile, m_eLevel); in venc_set_profile_level()
2919 if(m_eProfile == OMX_VIDEO_MPEG4ProfileSimple) in venc_max_allowed_bitrate_check()
2923 else if(m_eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple) in venc_max_allowed_bitrate_check()
2930 DEBUG_PRINT_ERROR("Unsupported MPEG4 profile type %lu", m_eProfile); in venc_max_allowed_bitrate_check()
2935 if(m_eProfile == OMX_VIDEO_AVCProfileBaseline) in venc_max_allowed_bitrate_check()
2939 else if(m_eProfile == OMX_VIDEO_AVCProfileHigh) in venc_max_allowed_bitrate_check()
2944 else if(m_eProfile == OMX_VIDEO_AVCProfileMain) in venc_max_allowed_bitrate_check()
2951 DEBUG_PRINT_ERROR("Unsupported AVC profile type %lu", m_eProfile); in venc_max_allowed_bitrate_check()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp140 m_eProfile = 0; in venc_dev()
2105 m_eProfile = eProfile; in venc_set_profile_level()
2108 m_eProfile, m_eLevel); in venc_set_profile_level()
3078 if (m_eProfile == OMX_VIDEO_MPEG4ProfileSimple) { in venc_max_allowed_bitrate_check()
3080 } else if (m_eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple) { in venc_max_allowed_bitrate_check()
3084 DEBUG_PRINT_ERROR("Unsupported MPEG4 profile type %lu", m_eProfile); in venc_max_allowed_bitrate_check()
3091 if (m_eProfile == OMX_VIDEO_AVCProfileBaseline) { in venc_max_allowed_bitrate_check()
3093 } else if (m_eProfile == OMX_VIDEO_AVCProfileHigh) { in venc_max_allowed_bitrate_check()
3096 } else if (m_eProfile == OMX_VIDEO_AVCProfileMain) { in venc_max_allowed_bitrate_check()
3100 DEBUG_PRINT_ERROR("Unsupported AVC profile type %lu", m_eProfile); in venc_max_allowed_bitrate_check()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp140 m_eProfile = 0; in venc_dev()
2105 m_eProfile = eProfile; in venc_set_profile_level()
2108 m_eProfile, m_eLevel); in venc_set_profile_level()
3078 if (m_eProfile == OMX_VIDEO_MPEG4ProfileSimple) { in venc_max_allowed_bitrate_check()
3080 } else if (m_eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple) { in venc_max_allowed_bitrate_check()
3084 DEBUG_PRINT_ERROR("Unsupported MPEG4 profile type %lu", m_eProfile); in venc_max_allowed_bitrate_check()
3091 if (m_eProfile == OMX_VIDEO_AVCProfileBaseline) { in venc_max_allowed_bitrate_check()
3093 } else if (m_eProfile == OMX_VIDEO_AVCProfileHigh) { in venc_max_allowed_bitrate_check()
3096 } else if (m_eProfile == OMX_VIDEO_AVCProfileMain) { in venc_max_allowed_bitrate_check()
3100 DEBUG_PRINT_ERROR("Unsupported AVC profile type %lu", m_eProfile); in venc_max_allowed_bitrate_check()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp139 m_eProfile = 0; in venc_dev()
2104 m_eProfile = eProfile; in venc_set_profile_level()
2107 m_eProfile, m_eLevel); in venc_set_profile_level()
3075 if (m_eProfile == OMX_VIDEO_MPEG4ProfileSimple) { in venc_max_allowed_bitrate_check()
3077 } else if (m_eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple) { in venc_max_allowed_bitrate_check()
3081 DEBUG_PRINT_ERROR("Unsupported MPEG4 profile type %lu", m_eProfile); in venc_max_allowed_bitrate_check()
3088 if (m_eProfile == OMX_VIDEO_AVCProfileBaseline) { in venc_max_allowed_bitrate_check()
3090 } else if (m_eProfile == OMX_VIDEO_AVCProfileHigh) { in venc_max_allowed_bitrate_check()
3093 } else if (m_eProfile == OMX_VIDEO_AVCProfileMain) { in venc_max_allowed_bitrate_check()
3097 DEBUG_PRINT_ERROR("Unsupported AVC profile type %lu", m_eProfile); in venc_max_allowed_bitrate_check()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Dvideo_encoder_device.h103 int m_eProfile; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device.h109 int m_eProfile; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device.h109 int m_eProfile; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device.h109 int m_eProfile; variable