Home
last modified time | relevance | path

Searched refs:codec_profile (Results 1 – 17 of 17) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device_copper.cpp281 codec_profile.profile = V4L2_MPEG_VIDEO_MPEG4_PROFILE_SIMPLE; in venc_open()
290 codec_profile.profile = VEN_PROFILE_H263_BASELINE; in venc_open()
299 codec_profile.profile = V4L2_MPEG_VIDEO_H264_PROFILE_BASELINE; in venc_open()
1192 __func__, codec_profile.profile, profile_level.level); in venc_start()
1197 if((codec_profile.profile == V4L2_MPEG_VIDEO_MPEG4_PROFILE_SIMPLE) || in venc_start()
1198 (codec_profile.profile == V4L2_MPEG_VIDEO_H264_PROFILE_BASELINE) || in venc_start()
1199 (codec_profile.profile == VEN_PROFILE_H263_BASELINE)) in venc_start()
1364 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level); in venc_config_print()
1736 if((codec_profile.profile == V4L2_MPEG_VIDEO_H264_PROFILE_MAIN) || in venc_set_session_qp()
1737 (codec_profile.profile == V4L2_MPEG_VIDEO_H264_PROFILE_HIGH)) in venc_set_session_qp()
[all …]
Dvideo_encoder_device.cpp254 codec_profile.profile = VEN_PROFILE_MPEG4_SP; in venc_open()
263 codec_profile.profile = VEN_PROFILE_H263_BASELINE; in venc_open()
272 codec_profile.profile = VEN_PROFILE_H264_BASELINE; in venc_open()
1177 __func__, codec_profile.profile, profile_level.level); in venc_start()
1190 if((codec_profile.profile == VEN_PROFILE_MPEG4_SP) || in venc_start()
1191 (codec_profile.profile == VEN_PROFILE_H264_BASELINE) || in venc_start()
1192 (codec_profile.profile == VEN_PROFILE_H263_BASELINE)) in venc_start()
1411 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level); in venc_config_print()
2071 codec_profile.profile = requested_profile.profile; in venc_set_profile_level()
2121 if((codec_profile.profile == VEN_PROFILE_MPEG4_ASP) || in venc_set_intra_period()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp365 codec_profile.profile = VEN_PROFILE_MPEG4_SP; in venc_open()
369 codec_profile.profile = VEN_PROFILE_H263_BASELINE; in venc_open()
375 codec_profile.profile = VEN_PROFILE_H264_BASELINE; in venc_open()
1378 __func__, codec_profile.profile, profile_level.level); in venc_start()
1391 if ((codec_profile.profile == VEN_PROFILE_MPEG4_SP) || in venc_start()
1392 (codec_profile.profile == VEN_PROFILE_H264_BASELINE) || in venc_start()
1393 (codec_profile.profile == VEN_PROFILE_H263_BASELINE)) in venc_start()
1620 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level); in venc_config_print()
2293 codec_profile.profile = requested_profile.profile; in venc_set_profile_level()
2295 DEBUG_PRINT_HIGH("Set codec profile = 0x%x", codec_profile.profile); in venc_set_profile_level()
[all …]
Dvideo_encoder_device_v4l2.cpp251 memset(&codec_profile, 0, sizeof(codec_profile)); in venc_dev()
1135 codec_profile.profile = V4L2_MPEG_VIDEO_MPEG4_PROFILE_SIMPLE; in venc_open()
1141 codec_profile.profile = VEN_PROFILE_H263_BASELINE; in venc_open()
1147 codec_profile.profile = V4L2_MPEG_VIDEO_H264_PROFILE_BASELINE; in venc_open()
1153 codec_profile.profile = V4L2_MPEG_VIDC_VIDEO_VP8_UNUSED; in venc_open()
1161 codec_profile.profile = V4L2_MPEG_VIDC_VIDEO_HEVC_PROFILE_MAIN; in venc_open()
2953 __func__, codec_profile.profile, profile_level.level); in venc_start()
3084 codec_as_string(m_sVenc_cfg.codectype), codec_profile.profile, profile_level.level); in venc_config_print()
4342 if ((codec_profile.profile == V4L2_MPEG_VIDEO_H264_PROFILE_MAIN) || in venc_set_session_qp()
4343 (codec_profile.profile == V4L2_MPEG_VIDEO_H264_PROFILE_HIGH)) { in venc_set_session_qp()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp364 codec_profile.profile = VEN_PROFILE_MPEG4_SP; in venc_open()
368 codec_profile.profile = VEN_PROFILE_H263_BASELINE; in venc_open()
374 codec_profile.profile = VEN_PROFILE_H264_BASELINE; in venc_open()
1377 __func__, codec_profile.profile, profile_level.level); in venc_start()
1390 if ((codec_profile.profile == VEN_PROFILE_MPEG4_SP) || in venc_start()
1391 (codec_profile.profile == VEN_PROFILE_H264_BASELINE) || in venc_start()
1392 (codec_profile.profile == VEN_PROFILE_H263_BASELINE)) in venc_start()
1619 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level); in venc_config_print()
2292 codec_profile.profile = requested_profile.profile; in venc_set_profile_level()
2294 DEBUG_PRINT_HIGH("Set codec profile = 0x%x", codec_profile.profile); in venc_set_profile_level()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Dvideo_encoder_device.h112 struct venc_profile codec_profile; variable
Dvideo_encoder_device_copper.h223 struct msm_venc_profile codec_profile; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device.h117 struct venc_profile codec_profile; variable
Dvideo_encoder_device_v4l2.h453 struct msm_venc_profile codec_profile; variable
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp163 memset(&codec_profile, 0, sizeof(codec_profile)); in venc_dev()
1701 codec_profile.profile = V4L2_MPEG_VIDEO_H264_PROFILE_BASELINE; in venc_open()
1708 codec_profile.profile = V4L2_MPEG_VIDC_VIDEO_VP8_UNUSED; in venc_open()
1722 codec_profile.profile = V4L2_MPEG_VIDC_VIDEO_HEVC_PROFILE_MAIN_STILL_PIC; in venc_open()
1725 codec_profile.profile = V4L2_MPEG_VIDC_VIDEO_HEVC_PROFILE_MAIN; in venc_open()
3712 codec_profile.profile == V4L2_MPEG_VIDC_VIDEO_HEVC_PROFILE_MAIN10) { in venc_set_extradata_hdr10metadata()
3881 codec_as_string(m_sVenc_cfg.codectype), codec_profile.profile, profile_level.level); in venc_config_print()
4387 … (codec_profile.profile == V4L2_MPEG_VIDC_VIDEO_HEVC_PROFILE_MAIN10)) { in venc_empty_buf()
5300 codec_profile.profile = control.value; in venc_set_profile()
5411 ((codec_profile.profile == V4L2_MPEG_VIDEO_H264_PROFILE_MAIN) || in venc_reconfigure_intra_period()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h346 struct msm_venc_profile codec_profile; variable
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp145 memset(&codec_profile, 0, sizeof(codec_profile)); in venc_dev()
1525 codec_profile.profile = V4L2_MPEG_VIDEO_H264_PROFILE_BASELINE; in venc_open()
1532 codec_profile.profile = V4L2_MPEG_VIDC_VIDEO_VP8_UNUSED; in venc_open()
1546 codec_profile.profile = V4L2_MPEG_VIDEO_HEVC_PROFILE_MAIN_STILL_PICTURE; in venc_open()
1548 codec_profile.profile = V4L2_MPEG_VIDEO_HEVC_PROFILE_MAIN; in venc_open()
2265 codec_as_string(m_sVenc_cfg.codectype), codec_profile.profile, profile_level.level); in venc_config_print()
2751 (codec_profile.profile == V4L2_MPEG_VIDEO_HEVC_PROFILE_MAIN_10)) || in venc_empty_buf()
4165 …if(profile_level_converter::convert_v4l2_profile_to_omx(V4L2_PIX_FMT_HEVC, codec_profile.profile, … in venc_get_hevc_profile()
4180 switch (codec_profile.profile) { in venc_get_profile_level()
4276 switch (codec_profile.profile) { in venc_get_profile_level()
[all …]
Dvideo_encoder_device_v4l2_params.cpp1306 codec_profile.profile = control.value; in venc_set_profile()
1417 if (enable && (codec_profile.profile != V4L2_MPEG_VIDEO_H264_PROFILE_BASELINE) && in venc_set_entropy_config()
1418 (codec_profile.profile != V4L2_MPEG_VIDEO_H264_PROFILE_CONSTRAINED_BASELINE)) { in venc_set_entropy_config()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h396 struct msm_venc_profile codec_profile; variable
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h442 struct msm_venc_profile codec_profile; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h487 struct msm_venc_profile codec_profile; variable
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h442 struct msm_venc_profile codec_profile; variable