Lines Matching refs:parameters
36 * Queries a set of parameters from the object. Querying is performed at
37 * best effort: the object must query all supported parameters and skip
38 * unsupported ones, or parameters that could not be allocated. Any errors
49 * - OK - All parameters could be queried.
50 * - BAD_INDEX - All supported parameters could be queried, but some
51 * parameters were not supported.
53 * - BLOCKING - Querying some parameters requires blocking.
55 * parameters. (unexpected)
67 * Sets a set of parameters for the object. Tuning is performed at best
69 * effort and skip unsupported parameters. Any errors are communicated in
72 * \note Parameter tuning DOES depend on the order of the tuning parameters.
81 * - OK - All parameters could be updated successfully.
82 * - BAD_INDEX - All supported parameters could be updated successfully,
83 * but some parameters were not supported.
84 * - NO_MEMORY - Some supported parameters could not be updated
87 * - BLOCKING - Setting some parameters requires blocking.
89 * parameters. (unexpected)
91 * @return outParams Resulting values for the configured parameters.
106 * Returns a selected range of the set of supported parameters.
108 * The set of supported parameters are represented in a vector with a
110 * Fewer than \p count parameters are returned if the selected range is
121 * parameters.
145 * - BLOCKING - Querying some parameters requires blocking.