Home | History | Annotate | Download | only in va

Lines Matching defs:num_filters

76  * unsigned int num_filters = VAProcFilterCount;
78 * // num_filters shall be initialized to the length of the array
79 * vaQueryVideoProcFilters(va_dpy, vpp_ctx, &filters, &num_filters);
118 * for (i = 0; i < num_filters; i++) {
220 * pipeline_param->num_filters = num_filter_bufs;
499 unsigned int num_filters;
655 * \c num_filters shall be initialized to the number of allocated
657 * of filters will be overwritten into \c num_filters. Otherwise,
658 * \c VA_STATUS_ERROR_MAX_NUM_EXCEEDED is returned and \c num_filters
672 * @param[in,out] num_filters the number of elements allocated on input,
680 unsigned int *num_filters
730 * @param[in] num_filters the number of elements in filters
738 unsigned int num_filters,