Home | History | Annotate | Download | only in basic

Lines Matching refs:ENTRYPOINT

118 #define ENTRYPOINT(profile)	case VAEntrypoint##profile:	return("VAEntrypoint" #profile);
120 const char *entrypoint2string(VAEntrypoint entrypoint)
122 switch(entrypoint)
124 ENTRYPOINT(VLD)
125 ENTRYPOINT(IZZ)
126 ENTRYPOINT(IDCT)
127 ENTRYPOINT(MoComp)
128 ENTRYPOINT(Deblocking)
129 ENTRYPOINT(EncSlice)
130 ENTRYPOINT(EncPicture)
131 ENTRYPOINT(VideoProc)