Home
last modified time | relevance | path

Searched refs:usable_entrypoints (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvaapi_encode.c1338 const VAEntrypoint *usable_entrypoints; in vaapi_encode_profile_entrypoint() local
1349 usable_entrypoints = vaapi_encode_entrypoints_low_power; in vaapi_encode_profile_entrypoint()
1356 usable_entrypoints = vaapi_encode_entrypoints_normal; in vaapi_encode_profile_entrypoint()
1453 for (j = 0; usable_entrypoints[j]; j++) { in vaapi_encode_profile_entrypoint()
1454 if (va_entrypoints[i] == usable_entrypoints[j]) in vaapi_encode_profile_entrypoint()
1457 if (usable_entrypoints[j]) in vaapi_encode_profile_entrypoint()