Lines Matching defs:range
43 * ("objects"). An option can have a help text, a type and a range of possible
53 * value and for number-type AVOptions also a range of allowed values. It must
311 * A single allowed range of values, or a single allowed value.
316 * Value range.
322 * Value's component range.
323 * For string this represents the unicode range for chars, 0-127 limits to ASCII.
328 * If set to 1 the struct encodes a range, if set to 0 a single value.
344 * component index 0: range of pixel count (width * height).
345 * component index 1: range of width.
346 * component index 2: range of height.
352 * Multi-component range can be read as in following example:
357 * AVOptionRange *range[3]; //may require more than 3 in the future.
361 * range[component_index] = ranges->range[ranges->nb_ranges * component_index + range_index];
362 * //do something with range here.
367 AVOptionRange **range;
688 * AVERROR(ERANGE) if the value is out of range