HomeSort by relevance Sort by last modified time
    Searched refs:ENTRYPOINT (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libva/test/basic/
test_common.c 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
    [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 118 ENTRYPOINT,
162 /*15*/ UOPTION_DEF( "entrypoint", 'e', UOPT_REQUIRES_ARG),
253 "Specify a custom entrypoint name (default: short name)",
455 if( options[ENTRYPOINT].doesOccur ) {
456 o.entryName = options[ENTRYPOINT].value;
    [all...]

Completed in 96 milliseconds