Searched refs:usable_entrypoints (Results 1 – 1 of 1) sorted by relevance
1279 const VAEntrypoint *usable_entrypoints; in vaapi_encode_profile_entrypoint() local1290 usable_entrypoints = vaapi_encode_entrypoints_low_power; in vaapi_encode_profile_entrypoint()1297 usable_entrypoints = vaapi_encode_entrypoints_normal; in vaapi_encode_profile_entrypoint()1394 for (j = 0; usable_entrypoints[j]; j++) { in vaapi_encode_profile_entrypoint()1395 if (va_entrypoints[i] == usable_entrypoints[j]) in vaapi_encode_profile_entrypoint()1398 if (usable_entrypoints[j]) in vaapi_encode_profile_entrypoint()