Searched refs:codec_profile (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/media/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/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 …]
|
D | video_encoder_device_v4l2.cpp | 197 memset(&codec_profile, 0, sizeof(codec_profile)); in venc_dev() 799 codec_profile.profile = V4L2_MPEG_VIDEO_MPEG4_PROFILE_SIMPLE; in venc_open() 805 codec_profile.profile = VEN_PROFILE_H263_BASELINE; in venc_open() 811 codec_profile.profile = V4L2_MPEG_VIDEO_H264_PROFILE_BASELINE; in venc_open() 817 codec_profile.profile = V4L2_MPEG_VIDC_VIDEO_VP8_UNUSED; in venc_open() 2031 __func__, codec_profile.profile, profile_level.level); in venc_start() 2076 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level); in venc_config_print() 2737 if ((codec_profile.profile == V4L2_MPEG_VIDEO_H264_PROFILE_MAIN) || in venc_set_session_qp() 2738 (codec_profile.profile == V4L2_MPEG_VIDEO_H264_PROFILE_HIGH)) { in venc_set_session_qp() 3079 codec_profile.profile = control.value; in venc_set_profile_level() [all …]
|
/hardware/qcom/media/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/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device.h | 117 struct venc_profile codec_profile; variable
|
D | video_encoder_device_v4l2.h | 311 struct msm_venc_profile codec_profile; variable
|