Searched refs:num_profiles (Results 1 – 12 of 12) sorted by relevance
/hardware/intel/common/libva/test/basic/ |
D | test_common.c | 53 int num_profiles; variable 149 va_status = vaQueryConfigProfiles(va_dpy, profiles, &num_profiles); in test_profiles() 152 status("vaQueryConfigProfiles reports %d profiles\n", num_profiles); in test_profiles() 153 ASSERT(num_profiles <= max_profiles); in test_profiles() 154 ASSERT(num_profiles > 0); in test_profiles() 158 for(i = 0; i < num_profiles; i++) in test_profiles()
|
D | test.c | 79 int num_profiles; in main() local 85 va_status = vaQueryConfigProfiles(va_dpy, profiles, &num_profiles); in main() 88 printf("vaQueryConfigProfiles reports %d profiles\n", num_profiles); in main() 89 for(i = 0; i < num_profiles; i++) in main()
|
D | test_06.c | 49 configs = malloc(max_entrypoints * num_profiles * sizeof(VAConfigID)); in pre() 53 for(i = 0; i < num_profiles; i++) in pre() 79 for(i = 0; i < num_profiles; i++) in test()
|
D | test_09.c | 46 VAConfigID *configs = malloc(max_entrypoints * num_profiles * sizeof(VAConfigID)); in test() 47 VAContextID *contexts = malloc(max_entrypoints * num_profiles * sizeof(VAContextID)); in test() 49 for(i = 0; i < num_profiles; i++) in test()
|
D | test_05.c | 46 VAConfigID *configs = malloc(max_entrypoints * num_profiles * sizeof(VAConfigID)); in test() 48 for(i = 0; i < num_profiles; i++) in test()
|
D | test_03.c | 47 for(i = 0; i < num_profiles; i++) in test()
|
D | test_04.c | 58 for(i = 0; i < num_profiles; i++) in test()
|
/hardware/intel/common/libva/test/vainfo/ |
D | vainfo.c | 93 int num_profiles, max_num_profiles, i; in main() local 129 va_status = vaQueryConfigProfiles(va_dpy, profile_list, &num_profiles); in main() 132 for (i = 0; i < num_profiles; i++) { in main()
|
/hardware/intel/common/libva/va/ |
D | va_backend.h | 61 int *num_profiles /* out */
|
D | va.c | 609 int *num_profiles /* out */ in vaQueryConfigProfiles() argument 616 return ctx->vtable->vaQueryConfigProfiles ( ctx, profile_list, num_profiles ); in vaQueryConfigProfiles()
|
D | va.h | 875 int *num_profiles /* out */
|
/hardware/intel/img/psb_video/src/ |
D | psb_drv_video.c | 156 int *num_profiles /* out */ in psb_QueryConfigProfiles() argument 166 CHECK_INVALID_PARAM(num_profiles == NULL); in psb_QueryConfigProfiles() 196 *num_profiles = i; in psb_QueryConfigProfiles()
|