Searched refs:VEN_PROFILE_H264_BASELINE (Results 1 – 14 of 14) sorted by relevance
272 codec_profile.profile = VEN_PROFILE_H264_BASELINE; in venc_open()1191 (codec_profile.profile == VEN_PROFILE_H264_BASELINE) || in venc_start()2000 requested_profile.profile = VEN_PROFILE_H264_BASELINE; in venc_set_profile_level()2172 if(enable &&(codec_profile.profile != VEN_PROFILE_H264_BASELINE)){ in venc_set_entropy_config()2642 case VEN_PROFILE_H264_BASELINE: in venc_get_profile_level()2775 case VEN_PROFILE_H264_BASELINE: in venc_validate_profile_level()
85 #define VEN_PROFILE_H264_BASELINE 3 macro
75 #define VEN_PROFILE_H264_BASELINE 3/* 3 - H264 Baseline profile */ macro
375 codec_profile.profile = VEN_PROFILE_H264_BASELINE; in venc_open()1392 (codec_profile.profile == VEN_PROFILE_H264_BASELINE) || in venc_start()2227 requested_profile.profile = VEN_PROFILE_H264_BASELINE; in venc_set_profile_level()2394 if (enable &&(codec_profile.profile != VEN_PROFILE_H264_BASELINE)) { in venc_set_entropy_config()2841 case VEN_PROFILE_H264_BASELINE: in venc_get_profile_level()2955 case VEN_PROFILE_H264_BASELINE: in venc_validate_profile_level()
374 codec_profile.profile = VEN_PROFILE_H264_BASELINE; in venc_open()1391 (codec_profile.profile == VEN_PROFILE_H264_BASELINE) || in venc_start()2226 requested_profile.profile = VEN_PROFILE_H264_BASELINE; in venc_set_profile_level()2393 if (enable &&(codec_profile.profile != VEN_PROFILE_H264_BASELINE)) { in venc_set_entropy_config()2840 case VEN_PROFILE_H264_BASELINE: in venc_get_profile_level()2954 case VEN_PROFILE_H264_BASELINE: in venc_validate_profile_level()
91 #define VEN_PROFILE_H264_BASELINE 3 macro
81 #define VEN_PROFILE_H264_BASELINE 3/* 3 - H264 Baseline profile */ macro
286 profile.profile = VEN_PROFILE_H264_BASELINE; in init_encoder()