Searched refs:contexts (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/libva/test/basic/ |
D | test_09.c | 47 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/ |
D | porting.md | 46 initialise your IO the way you want it. This means initialising contexts
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
D | changelog.md | 192 * All mraa_ contexts now are pointers to the actual struct which is not
|
D | internals.md | 37 libmraa uses contexts to store all information, this context cannot be accessed
|