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;
648 unsigned int num_filters;
1004 * \c num_filters shall be initialized to the number of allocated
1006 * of filters will be overwritten into \c num_filters. Otherwise,
1007 * \c VA_STATUS_ERROR_MAX_NUM_EXCEEDED is returned and \c num_filters
1021 * @param[in,out] num_filters the number of elements allocated on input,
1029 unsigned int *num_filters
1079 * @param[in] num_filters the number of elements in filters
1087 unsigned int num_filters,