Lines Matching refs:PROFILE
88 #define PROFILE(profile) case VAProfile##profile: return("VAProfile" #profile);
90 const char *profile2string(VAProfile profile)
92 switch(profile)
94 PROFILE(None)
95 PROFILE(MPEG2Simple)
96 PROFILE(MPEG2Main)
97 PROFILE(MPEG4Simple)
98 PROFILE(MPEG4AdvancedSimple)
99 PROFILE(MPEG4Main)
100 PROFILE(H263Baseline)
101 PROFILE(H264Baseline)
102 PROFILE(H264Main)
103 PROFILE(H264High)
104 PROFILE(H264ConstrainedBaseline)
105 PROFILE(H264MultiviewHigh)
106 PROFILE(H264StereoHigh)
107 PROFILE(VC1Simple)
108 PROFILE(VC1Main)
109 PROFILE(VC1Advanced)
110 PROFILE(JPEGBaseline)
111 PROFILE(VP8Version0_3)
118 #define ENTRYPOINT(profile) case VAEntrypoint##profile: return("VAEntrypoint" #profile);
160 status(" profile %d [%s]\n", profiles[i], profile2string(profiles[i]));