• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/

Lines Matching defs:format

77     int format;                 ///< media format
128 int format; ///< media format
182 * during the format negotiation process to try to pick the best format to
187 * formats, but will always output the same format as it is given in input.
193 * that there were no common elements, a format conversion is necessary.
195 * either of the format lists involved in the merge are also affected.
209 * Notice that format list (b) now refers to the same list as filter list (a).
215 * Unfortunately, when the format lists at the two ends of a link are merged,
216 * we must ensure that all links which reference either pre-merge format list
217 * get updated as well. Therefore, we have the format list structure store a
233 * @return the format list, with no existing references
253 * Return a format list which contains the intersection of the formats of
277 * If *ref is non-NULL, remove *ref as a reference to the format list
422 * width/height. This should NOT set the format property - that is
561 * image dimensions, format, etc.
587 int format; ///< agreed upon media format
591 * These lists are used for negotiating the format to actually be used,
592 * which will be loaded into the format member, above, when chosen.
632 * Negotiate the media format, dimensions, etc of all inputs to a filter.
662 * @param format the pixel format of the image specified by the data and linesize arrays
666 int w, int h, enum PixelFormat format);
674 * @param sample_fmt the format of each sample in the buffer to allocate
798 * The format and meaning of this string varies by filter.