Home
last modified time | relevance | path

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

/hardware/qcom/media/mm-video/vidc/venc/src/
Dvideo_encoder_device.cpp199 codec_profile.profile = VEN_PROFILE_MPEG4_SP; in venc_open()
205 codec_profile.profile = VEN_PROFILE_H263_BASELINE; in venc_open()
211 codec_profile.profile = VEN_PROFILE_H264_BASELINE; in venc_open()
814 __func__, codec_profile.profile, profile_level.level); in venc_start()
1118 requested_profile.profile = VEN_PROFILE_MPEG4_SP; in venc_set_profile_level()
1125 requested_profile.profile = VEN_PROFILE_MPEG4_ASP; in venc_set_profile_level()
1186 requested_profile.profile = VEN_PROFILE_H263_BASELINE; in venc_set_profile_level()
1191 requested_profile.profile); in venc_set_profile_level()
1230 requested_profile.profile = VEN_PROFILE_H264_BASELINE; in venc_set_profile_level()
1234 requested_profile.profile = VEN_PROFILE_H264_MAIN; in venc_set_profile_level()
[all …]
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
Dti_video_config_parser.cpp92 aOutputs->profile = (uint32)profile_level; // for mp4, profile/level info is packed in ti_video_config_parser()
102 aOutputs->profile = 0; in ti_video_config_parser()
155 aOutputs->profile = (uint32)profile_idc; in ti_video_config_parser()
247 aOutputs->profile = NewProfile; in ti_video_config_parser()
/hardware/qcom/media/mm-video/vidc/venc/test/
Dvideo_encoder_test.c234 struct venc_profile profile; in init_encoder() local
286 ioctl_msg.inputparam = &profile; in init_encoder()
288 profile.profile = VEN_PROFILE_H264_BASELINE; in init_encoder()
310 ioctl_msg.inputparam = &profile; in init_encoder()
312 profile.profile = VEN_PROFILE_H264_HIGH; in init_encoder()
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
Dti_video_config_parser.h40 uint32 profile; member
Dti_omx_config_parser.h51 OMX_U32 profile; member
Dti_m4v_config_parser.h123 int32 *profile,
/hardware/qcom/media/mm-core/omxcore/src/common/
Dqc_omx_core.h58 OMX_U32 profile; member
Dqc_omx_core.c837 … aOmxOutputParameters->profile = 66; //minimum supported h264 profile - setting to baseline profile in OMXConfigParser()
842 aOmxOutputParameters->profile = 8; //minimum supported h263/mpeg4 profile in OMXConfigParser()