/hardware/intel/common/wrs_omxil_core/core/src/ |
D | intel_video_config_parser.cpp | 84 int32 profile_level = 0; in intel_video_config_parser() local 86 …tval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_level); in intel_video_config_parser() 93 aOutputs->profile = (uint32)profile_level; // for mp4, profile/level info is packed in intel_video_config_parser()
|
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
D | ti_video_config_parser.cpp | 83 int32 profile_level = 0; in ti_video_config_parser() local 85 …tval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_level); in ti_video_config_parser() 92 aOutputs->profile = (uint32)profile_level; // for mp4, profile/level info is packed in ti_video_config_parser()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
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 …]
|
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 …]
|
/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 …]
|
D | video_encoder_device_v4l2.cpp | 879 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_2; in venc_open() 885 profile_level.level = VEN_LEVEL_H263_20; in venc_open() 891 profile_level.level = V4L2_MPEG_VIDEO_H264_LEVEL_1_0; in venc_open() 897 profile_level.level = V4L2_MPEG_VIDC_VIDEO_VP8_VERSION_0; in venc_open() 905 profile_level.level = V4L2_MPEG_VIDC_VIDEO_HEVC_LEVEL_MAIN_TIER_LEVEL_1; in venc_open() 1665 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level = in venc_set_param() local 1668 if (profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT) { in venc_set_param() 1672 if (!venc_set_profile_level (profile_level->eProfile, in venc_set_param() 1673 profile_level->eLevel)) { in venc_set_param() 2294 __func__, codec_profile.profile, profile_level.level); in venc_start() [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 | 1120 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_2; in venc_open() 1126 profile_level.level = VEN_LEVEL_H263_20; in venc_open() 1132 profile_level.level = V4L2_MPEG_VIDEO_H264_LEVEL_1_0; in venc_open() 1138 profile_level.level = V4L2_MPEG_VIDC_VIDEO_VP8_VERSION_0; in venc_open() 1146 profile_level.level = V4L2_MPEG_VIDC_VIDEO_HEVC_LEVEL_MAIN_TIER_LEVEL_1; in venc_open() 1951 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level = in venc_set_param() local 1954 if (profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT) { in venc_set_param() 1957 rc_off_level = (int)profile_level->eLevel; in venc_set_param() 1958 if (!venc_set_profile_level (profile_level->eProfile, in venc_set_param() 1959 profile_level->eLevel)) { in venc_set_param() [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/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device.h | 118 struct ven_profilelevel profile_level; variable
|
D | video_encoder_device_v4l2.h | 335 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 | 429 struct msm_venc_profilelevel profile_level; variable
|
/hardware/intel/common/libmix/videoencoder/ |
D | PVSoftMPEG4Encoder.cpp | 175 mEncParams->profile_level = CORE_PROFILE_LEVEL2; in initEncParams()
|