Searched refs:profile_level (Results 1 - 9 of 9) sorted by relevance

/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_video_config_parser.cpp83 int32 profile_level = 0; local
85 retval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_level);
92 aOutputs->profile = (uint32)profile_level; // for mp4, profile/level info is packed
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp560 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_2;
567 profile_level.level = VEN_LEVEL_H263_20;
574 profile_level.level = V4L2_MPEG_VIDEO_H264_LEVEL_1_0;
581 profile_level.level = V4L2_MPEG_VIDC_VIDEO_VP8_VERSION_0;
1247 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level = local
1250 if (profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT) {
1254 if (!venc_set_profile_level (profile_level->eProfile,
1255 profile_level->eLevel)) {
1562 __func__, codec_profile.profile, profile_level.level);
1607 m_sVenc_cfg.codectype, codec_profile.profile, profile_level
[all...]
H A Dvideo_encoder_device.cpp249 profile_level.level = VEN_LEVEL_MPEG4_2;
256 profile_level.level = VEN_LEVEL_H263_20;
265 profile_level.level = VEN_LEVEL_H264_1p1;
927 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level = local
930 if (profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT) {
934 if (!venc_set_profile_level (profile_level->eProfile,
935 profile_level->eLevel)) {
1273 __func__, codec_profile.profile, profile_level.level);
1515 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level);
2235 profile_level
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp257 profile_level.level = VEN_LEVEL_MPEG4_2;
266 profile_level.level = VEN_LEVEL_H263_20;
275 profile_level.level = VEN_LEVEL_H264_1p1;
921 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level = local
923 if(profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT)
927 if(!venc_set_profile_level (profile_level->eProfile,
928 profile_level->eLevel))
1179 __func__, codec_profile.profile, profile_level.level);
1413 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level);
2086 profile_level
[all...]
H A Dvideo_encoder_device_copper.cpp284 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_2;
293 profile_level.level = VEN_LEVEL_H263_20;
302 profile_level.level = V4L2_MPEG_VIDEO_H264_LEVEL_1_0;
992 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level = local
994 if(profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT)
998 if(!venc_set_profile_level (profile_level->eProfile,
999 profile_level->eLevel))
1194 __func__, codec_profile.profile, profile_level.level);
1366 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level);
2051 profile_level
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Dvideo_encoder_device.h113 struct ven_profilelevel profile_level; member in class:venc_dev
H A Dvideo_encoder_device_copper.h224 struct msm_venc_profilelevel profile_level; member in class:venc_dev
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device.h113 struct ven_profilelevel profile_level; member in class:venc_dev
H A Dvideo_encoder_device_v4l2.h269 struct msm_venc_profilelevel profile_level; member in class:venc_dev

Completed in 118 milliseconds