HomeSort by relevance Sort by last modified time
    Searched defs:profile_list (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libva/test/vainfo/
vainfo.c 92 VAProfile profile, *profile_list = NULL; local
121 profile_list = malloc(max_num_profiles * sizeof(VAProfile));
123 if (!profile_list) {
129 va_status = vaQueryConfigProfiles(va_dpy, profile_list, &num_profiles);
135 profile = profile_list[i];
149 free(profile_list);
  /hardware/intel/common/libva/test/encode/
h264encode.c 919 VAProfile profile_list[]={VAProfileH264High,VAProfileH264Main,VAProfileH264Baseline,VAProfileH264ConstrainedBaseline}; local
939 for (i = 0; i < sizeof(profile_list)/sizeof(profile_list[0]); i++) {
940 if ((h264_profile != ~0) && h264_profile != profile_list[i])
943 h264_profile = profile_list[i];
    [all...]

Completed in 129 milliseconds