Home
last modified time | relevance | path

Searched refs:profile_level (Results 1 – 15 of 15) sorted by relevance

/hardware/intel/common/wrs_omxil_core/core/src/
Dintel_video_config_parser.cpp84 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/
Dti_video_config_parser.cpp83 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/
Dvideo_encoder_device_copper.cpp282 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 …]
Dvideo_encoder_device.cpp255 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/
Dvideo_encoder_device.cpp365 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 …]
Dvideo_encoder_device_v4l2.cpp879 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/
Dvideo_encoder_device.cpp366 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 …]
Dvideo_encoder_device_v4l2.cpp1120 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/
Dvideo_encoder_device.h113 struct ven_profilelevel profile_level; variable
Dvideo_encoder_device_copper.h224 struct msm_venc_profilelevel profile_level; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device.h118 struct ven_profilelevel profile_level; variable
Dvideo_encoder_device_v4l2.h335 struct msm_venc_profilelevel profile_level; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device.h118 struct ven_profilelevel profile_level; variable
Dvideo_encoder_device_v4l2.h429 struct msm_venc_profilelevel profile_level; variable
/hardware/intel/common/libmix/videoencoder/
DPVSoftMPEG4Encoder.cpp175 mEncParams->profile_level = CORE_PROFILE_LEVEL2; in initEncParams()