/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device_copper.cpp | 281 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 …]
|
D | video_encoder_device.cpp | 254 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/ |
D | video_encoder_device.cpp | 365 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 …]
|
D | video_encoder_device_v4l2.cpp | 251 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/ |
D | video_encoder_device.cpp | 364 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/ |
D | video_encoder_device.h | 112 struct venc_profile codec_profile; variable
|
D | video_encoder_device_copper.h | 223 struct msm_venc_profile codec_profile; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device.h | 117 struct venc_profile codec_profile; variable
|
D | video_encoder_device_v4l2.h | 453 struct msm_venc_profile codec_profile; variable
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 163 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/ |
D | video_encoder_device_v4l2.h | 346 struct msm_venc_profile codec_profile; variable
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 145 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 …]
|
D | video_encoder_device_v4l2_params.cpp | 1306 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/ |
D | video_encoder_device_v4l2.h | 396 struct msm_venc_profile codec_profile; variable
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 442 struct msm_venc_profile codec_profile; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 487 struct msm_venc_profile codec_profile; variable
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 442 struct msm_venc_profile codec_profile; variable
|