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

  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/src/
version_profile.cc 38 std::string profile_string;
39 std::istringstream(version_profile) >> *version >> profile_string; local
44 if (profile_string.empty()) {
46 } else if (profile_string == "core") {
48 } else if (profile_string == "es") {
50 } else if (profile_string == "compatibility") {
  /hardware/intel/common/libva/test/vainfo/
vainfo.c 39 static char * profile_string(VAProfile profile) function
143 profile_str = profile_string(profile);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 59 profile_string = NULL;
117 if(profile_string)
118 delete [] profile_string;
177 profile_string = new char[10240];
380 strcpy(profile_string,"\n");
382 strcat(profile_string, str);
395 strcat(profile_string, str);
415 strcat(profile_string, str);
445 strcat(profile_string, str);
469 strcat(profile_string, str)
    [all...]
dbreg.h 291 char *profile_string; member in class:db_FrameToReferenceRegistration
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
AlignFeatures.cpp 52 return reg.profile_string;
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 203 cout << reg.profile_string << std::endl;

Completed in 545 milliseconds