Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/basic/
Dtest_03.c37 int max_entrypoints; in test() local
40 max_entrypoints = vaMaxNumEntrypoints(va_dpy); in test()
41 status("vaMaxEntryPoints = %d\n", max_entrypoints); in test()
42 ASSERT(max_entrypoints > 0); in test()
44 VAEntrypoint *entrypoints = malloc(max_entrypoints * sizeof(VAEntrypoint)); in test()
49 memset(entrypoints, 0xff, max_entrypoints * sizeof(VAEntrypoint)); in test()
53 ASSERT(num_entrypoints <= max_entrypoints); in test()
Dtest_05.c37 int max_entrypoints; in test() local
41 max_entrypoints = vaMaxNumEntrypoints(va_dpy); in test()
42 ASSERT(max_entrypoints > 0); in test()
43 VAEntrypoint *entrypoints = malloc(max_entrypoints * sizeof(VAEntrypoint)); in test()
46 VAConfigID *configs = malloc(max_entrypoints * num_profiles * sizeof(VAConfigID)); in test()
Dtest_09.c37 int max_entrypoints; in test() local
41 max_entrypoints = vaMaxNumEntrypoints(va_dpy); in test()
42 ASSERT(max_entrypoints > 0); in test()
43 VAEntrypoint *entrypoints = malloc(max_entrypoints * sizeof(VAEntrypoint)); in test()
46 VAConfigID *configs = malloc(max_entrypoints * num_profiles * sizeof(VAConfigID)); in test()
47 VAContextID *contexts = malloc(max_entrypoints * num_profiles * sizeof(VAContextID)); in test()
Dtest_06.c29 int max_entrypoints; variable
44 max_entrypoints = vaMaxNumEntrypoints(va_dpy); in pre()
45 ASSERT(max_entrypoints > 0); in pre()
46 entrypoints = malloc(max_entrypoints * sizeof(VAEntrypoint)); in pre()
49 configs = malloc(max_entrypoints * num_profiles * sizeof(VAConfigID)); in pre()
Dtest_04.c46 int max_entrypoints; in test() local
50 max_entrypoints = vaMaxNumEntrypoints(va_dpy); in test()
51 ASSERT(max_entrypoints > 0); in test()
52 VAEntrypoint *entrypoints = malloc(max_entrypoints * sizeof(VAEntrypoint)); in test()
/hardware/intel/common/libva/va/
Dva_backend.h467 int max_entrypoints; member
Dva.c568 return CTX(dpy)->max_entrypoints; in vaMaxNumEntrypoints()
/hardware/intel/common/libva/test/encode/
Dmpeg2vaenc.c823 int max_entrypoints, num_entrypoints, entrypoint; in mpeg2enc_alloc_va_resources() local
832 max_entrypoints = vaMaxNumEntrypoints(ctx->va_dpy); in mpeg2enc_alloc_va_resources()
833 entrypoint_list = malloc(max_entrypoints * sizeof(VAEntrypoint)); in mpeg2enc_alloc_va_resources()
Dmpeg2enc.c823 int max_entrypoints, num_entrypoints, entrypoint; in mpeg2enc_alloc_va_resources() local
832 max_entrypoints = vaMaxNumEntrypoints(ctx->va_dpy); in mpeg2enc_alloc_va_resources()
833 entrypoint_list = malloc(max_entrypoints * sizeof(VAEntrypoint)); in mpeg2enc_alloc_va_resources()
/hardware/intel/img/psb_video/src/
Dpsb_drv_video.c3152 ctx->max_entrypoints = PSB_MAX_ENTRYPOINTS;