Searched refs:max_entrypoints (Results 1 – 10 of 10) sorted by relevance
37 int max_entrypoints; in test() local40 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()
37 int max_entrypoints; in test() local41 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()
37 int max_entrypoints; in test() local41 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()
29 int max_entrypoints; variable44 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()
46 int max_entrypoints; in test() local50 max_entrypoints = vaMaxNumEntrypoints(va_dpy); in test()51 ASSERT(max_entrypoints > 0); in test()52 VAEntrypoint *entrypoints = malloc(max_entrypoints * sizeof(VAEntrypoint)); in test()
467 int max_entrypoints; member
568 return CTX(dpy)->max_entrypoints; in vaMaxNumEntrypoints()
823 int max_entrypoints, num_entrypoints, entrypoint; in mpeg2enc_alloc_va_resources() local832 max_entrypoints = vaMaxNumEntrypoints(ctx->va_dpy); in mpeg2enc_alloc_va_resources()833 entrypoint_list = malloc(max_entrypoints * sizeof(VAEntrypoint)); in mpeg2enc_alloc_va_resources()
3152 ctx->max_entrypoints = PSB_MAX_ENTRYPOINTS;