Home | History | Annotate | Download | only in src

Lines Matching defs:profiles

259         VAProfile *profiles = NULL;
374 profiles = g_malloc(numprofs*sizeof(VAProfile));
376 if (!profiles)
383 vret = vaQueryConfigProfiles(vadisplay, profiles,
413 if (profiles[vaprof] == profile)
416 if (vaprof >= numprofs || profiles[vaprof] != profile)
434 vret = vaQueryConfigEntrypoints(vadisplay, profiles[vaprof],
460 vret = vaGetConfigAttributes(vadisplay, profiles[vaprof],
476 vret = vaCreateConfig(vadisplay, profiles[vaprof],
604 g_free(profiles);