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

  /external/bluetooth/bluedroid/stack/bnep/
bnep_utils.c 904 UINT16 num_filters = 0; local
926 num_filters = (UINT16) (len >> 2);
929 if (num_filters <= BNEP_MAX_PROT_FILTERS)
932 for (xx = 0; xx < num_filters; xx++)
956 p_bcb->rcvd_num_filters = num_filters;
957 for (xx = 0; xx < num_filters; xx++)
1092 UINT16 num_filters, xx; local
    [all...]
  /external/chromium_org/third_party/libva/va/
va_vpp.h 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;
501 unsigned int num_filters; member in struct:_VAProcPipelineParameterBuffer
657 * \c num_filters shall be initialized to the number of allocated
659 * of filters will be overwritten into \c num_filters. Otherwise,
660 * \c VA_STATUS_ERROR_MAX_NUM_EXCEEDED is returned and \c num_filters
674 * @param[in,out] num_filters the number of elements allocated on input
    [all...]

Completed in 2023 milliseconds