Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/basic/
Dtest_09.c47 VAContextID *contexts = malloc(max_entrypoints * num_profiles * sizeof(VAContextID)); in test() local
79 …a_dpy, configs[i], width, height, flags, surfaces + i*surface_count, surface_count, &contexts[i] ); in test()
85 status("vaDestroyContext for context %08x\n", contexts[i]); in test()
86 va_status = vaDestroyContext( va_dpy, contexts[i] ); in test()
100 free(contexts); in test()
/hardware/bsp/intel/peripheral/libupm/docs/
Dporting.md46 initialise your IO the way you want it. This means initialising contexts
/hardware/bsp/intel/peripheral/libmraa/docs/
Dchangelog.md192 * All mraa_ contexts now are pointers to the actual struct which is not
Dinternals.md37 libmraa uses contexts to store all information, this context cannot be accessed