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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_config.c 36 vlVaQueryConfigProfiles(VADriverContextP ctx, VAProfile *profile_list, int *num_profiles)
43 profile_list[i++] = VAProfileMPEG2Simple;
va_private.h 73 VAStatus vlVaQueryConfigProfiles (VADriverContextP ctx, VAProfile *profile_list,int *num_profiles);
  /external/mesa3d/src/gallium/state_trackers/va/
va_config.c 36 vlVaQueryConfigProfiles(VADriverContextP ctx, VAProfile *profile_list, int *num_profiles)
43 profile_list[i++] = VAProfileMPEG2Simple;
va_private.h 73 VAStatus vlVaQueryConfigProfiles (VADriverContextP ctx, VAProfile *profile_list,int *num_profiles);
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 379 const ListValue* profile_list = local
381 if (profile_list) {
384 for (it = profile_list->begin(); it != profile_list->end(); ++it) {
662 ListValue* profile_list = update.Get(); local
664 profile_list->Clear();
676 profile_list->Append(new StringValue(profile_path));
    [all...]
  /external/chromium_org/third_party/libva/va/
va_backend.h 44 VAProfile *profile_list, /* out */
va.h 316 * The caller must provide a "profile_list" array that can hold at
318 * returned in "profile_list" is returned in "num_profile".
322 VAProfile *profile_list, /* out */
    [all...]
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 334 ListValue* profile_list = update.Get(); local
335 profile_list->Clear();
    [all...]

Completed in 142 milliseconds