Home | History | Annotate | Download | only in videoprocess

Lines Matching defs:num_entrypoints

824     int32_t num_entrypoints;
825 num_entrypoints = vaMaxNumEntrypoints(va_dpy);
829 &num_entrypoints);
832 for (i = 0; i < num_entrypoints; i++) {
837 if (i == num_entrypoints) {