Searched refs:profile_level (Results 1 – 5 of 5) sorted by relevance
/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/mm-video/vidc/venc/src/ |
D | video_encoder_device_copper.cpp | 283 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_2; in venc_open() 292 profile_level.level = VEN_LEVEL_H263_20; in venc_open() 301 profile_level.level = V4L2_MPEG_VIDEO_H264_LEVEL_1_0; in venc_open() 991 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level = in venc_set_param() local 993 if(profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT) in venc_set_param() 997 if(!venc_set_profile_level (profile_level->eProfile, in venc_set_param() 998 profile_level->eLevel)) in venc_set_param() 1193 __func__, codec_profile.profile, profile_level.level); in venc_start() 1365 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level); in venc_config_print() 2050 profile_level.level = control.value; in venc_set_profile_level() [all …]
|
D | video_encoder_device.cpp | 256 profile_level.level = VEN_LEVEL_MPEG4_2; in venc_open() 265 profile_level.level = VEN_LEVEL_H263_20; in venc_open() 274 profile_level.level = VEN_LEVEL_H264_1p1; in venc_open() 920 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level = in venc_set_param() local 922 if(profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT) in venc_set_param() 926 if(!venc_set_profile_level (profile_level->eProfile, in venc_set_param() 927 profile_level->eLevel)) in venc_set_param() 1166 __func__, codec_profile.profile, profile_level.level); in venc_start() 1399 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level); in venc_config_print() 2060 profile_level.level = requested_level.level; in venc_set_profile_level() [all …]
|
/hardware/qcom/media/mm-video/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
|