Home | History | Annotate | Download | only in encode

Lines Matching defs:num_entrypoints

921     int num_entrypoints, slice_entrypoint;
931 num_entrypoints = vaMaxNumEntrypoints(va_dpy);
932 entrypoints = malloc(num_entrypoints * sizeof(*entrypoints));
944 vaQueryConfigEntrypoints(va_dpy, h264_profile, entrypoints, &num_entrypoints);
945 for (slice_entrypoint = 0; slice_entrypoint < num_entrypoints; slice_entrypoint++) {