/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device.cpp | 255 profile_level.level = VEN_LEVEL_MPEG4_2; in venc_open() 264 profile_level.level = VEN_LEVEL_H263_20; in venc_open() 273 profile_level.level = VEN_LEVEL_H264_1p1; in venc_open() 919 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level = in venc_set_param() local 921 if(profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT) in venc_set_param() 925 if(!venc_set_profile_level (profile_level->eProfile, in venc_set_param() 926 profile_level->eLevel)) in venc_set_param() 1177 __func__, codec_profile.profile, profile_level.level); in venc_start() 1411 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level); in venc_config_print() 2084 profile_level.level = requested_level.level; in venc_set_profile_level() [all …]
|
D | video_encoder_device_copper.cpp | 282 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_2; in venc_open() 291 profile_level.level = VEN_LEVEL_H263_20; in venc_open() 300 profile_level.level = V4L2_MPEG_VIDEO_H264_LEVEL_1_0; in venc_open() 990 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level = in venc_set_param() local 992 if(profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT) in venc_set_param() 996 if(!venc_set_profile_level (profile_level->eProfile, in venc_set_param() 997 profile_level->eLevel)) in venc_set_param() 1192 __func__, codec_profile.profile, profile_level.level); in venc_start() 1364 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level); in venc_config_print() 2049 profile_level.level = control.value; in venc_set_profile_level() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device.cpp | 366 profile_level.level = VEN_LEVEL_MPEG4_2; in venc_open() 370 profile_level.level = VEN_LEVEL_H263_20; in venc_open() 376 profile_level.level = VEN_LEVEL_H264_1p1; in venc_open() 1032 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level = in venc_set_param() local 1035 if (profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT) { in venc_set_param() 1039 if (!venc_set_profile_level (profile_level->eProfile, in venc_set_param() 1040 profile_level->eLevel)) { in venc_set_param() 1378 __func__, codec_profile.profile, profile_level.level); in venc_start() 1620 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level); in venc_config_print() 2307 profile_level.level = requested_level.level; in venc_set_profile_level() [all …]
|
D | video_encoder_device_v4l2.cpp | 1136 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_2; in venc_open() 1142 profile_level.level = VEN_LEVEL_H263_20; in venc_open() 1148 profile_level.level = V4L2_MPEG_VIDEO_H264_LEVEL_1_0; in venc_open() 1154 profile_level.level = V4L2_MPEG_VIDC_VIDEO_VP8_VERSION_0; in venc_open() 1162 profile_level.level = V4L2_MPEG_VIDC_VIDEO_HEVC_LEVEL_MAIN_TIER_LEVEL_1; in venc_open() 1989 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level = in venc_set_param() local 1992 if (profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT) { in venc_set_param() 1995 rc_off_level = (int)profile_level->eLevel; in venc_set_param() 1996 if (!venc_set_profile_level (profile_level->eProfile, in venc_set_param() 1997 profile_level->eLevel)) { in venc_set_param() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device.cpp | 365 profile_level.level = VEN_LEVEL_MPEG4_2; in venc_open() 369 profile_level.level = VEN_LEVEL_H263_20; in venc_open() 375 profile_level.level = VEN_LEVEL_H264_1p1; in venc_open() 1031 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level = in venc_set_param() local 1034 if (profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT) { in venc_set_param() 1038 if (!venc_set_profile_level (profile_level->eProfile, in venc_set_param() 1039 profile_level->eLevel)) { in venc_set_param() 1377 __func__, codec_profile.profile, profile_level.level); in venc_start() 1619 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level); in venc_config_print() 2306 profile_level.level = requested_level.level; in venc_set_profile_level() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
D | video_encoder_device.h | 113 struct ven_profilelevel profile_level; variable
|
D | video_encoder_device_copper.h | 224 struct msm_venc_profilelevel profile_level; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device.h | 118 struct ven_profilelevel profile_level; variable
|
D | video_encoder_device_v4l2.h | 454 struct msm_venc_profilelevel profile_level; variable
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2_params.cpp | 897 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level = in venc_set_param() local 900 if (profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT) { in venc_set_param() 901 if (!venc_set_profile(profile_level->eProfile)) { in venc_set_param() 905 if (!venc_set_level(profile_level->eLevel)) { in venc_set_param() 1352 profile_level.tier = tier; in venc_set_level() 1383 profile_level.tier = control_tier.value; in venc_set_level() 1386 profile_level.level = control.value; in venc_set_level()
|
D | video_encoder_device_v4l2.cpp | 1526 profile_level.level = V4L2_MPEG_VIDEO_H264_LEVEL_1_0; in venc_open() 1533 profile_level.level = V4L2_MPEG_VIDC_VIDEO_VP8_VERSION_0; in venc_open() 1549 profile_level.level = V4L2_MPEG_VIDEO_HEVC_LEVEL_1; in venc_open() 2265 codec_as_string(m_sVenc_cfg.codectype), codec_profile.profile, profile_level.level); in venc_config_print() 4218 switch (profile_level.level) { in venc_get_profile_level() 4289 switch (profile_level.level) { in venc_get_profile_level() 4321 switch (profile_level.level) { in venc_get_profile_level() 4323 *eLevel = (profile_level.tier == V4L2_MPEG_VIDEO_HEVC_TIER_MAIN)? in venc_get_profile_level() 4327 *eLevel = (profile_level.tier == V4L2_MPEG_VIDEO_HEVC_TIER_MAIN)? in venc_get_profile_level() 4331 *eLevel = (profile_level.tier == V4L2_MPEG_VIDEO_HEVC_TIER_MAIN)? in venc_get_profile_level() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 347 struct msm_venc_profilelevel profile_level; variable
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 397 struct msm_venc_profilelevel profile_level; variable
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 443 struct msm_venc_profilelevel profile_level; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 488 struct msm_venc_profilelevel profile_level; variable
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 443 struct msm_venc_profilelevel profile_level; variable
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 1702 profile_level.level = V4L2_MPEG_VIDEO_H264_LEVEL_1_0; in venc_open() 1709 profile_level.level = V4L2_MPEG_VIDC_VIDEO_VP8_VERSION_0; in venc_open() 1726 profile_level.level = V4L2_MPEG_VIDC_VIDEO_HEVC_LEVEL_MAIN_TIER_LEVEL_1; in venc_open() 2663 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level = in venc_set_param() local 2666 if (profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT) { in venc_set_param() 2667 if (!venc_set_profile(profile_level->eProfile)) { in venc_set_param() 2671 if (!venc_set_level(profile_level->eLevel)) { in venc_set_param() 3881 codec_as_string(m_sVenc_cfg.codectype), codec_profile.profile, profile_level.level); in venc_config_print() 5354 profile_level.level = control.value; in venc_set_level() 7349 switch (profile_level.level) { in venc_get_profile_level() [all …]
|