Home | History | Annotate | Download | only in encode

Lines Matching defs:profile_list

919     VAProfile profile_list[]={VAProfileH264High,VAProfileH264Main,VAProfileH264Baseline,VAProfileH264ConstrainedBaseline};
939 for (i = 0; i < sizeof(profile_list)/sizeof(profile_list[0]); i++) {
940 if ((h264_profile != ~0) && h264_profile != profile_list[i])
943 h264_profile = profile_list[i];