Lines Matching defs:index
62 * using their index in this array.
482 #define AVFMT_GENERIC_INDEX 0x0100 /**< Use generic index building code. */
968 int index; /**< stream index in AVFormatContext */
1358 #define AVFMT_FLAG_IGNIDX 0x0002 ///< Ignore index.
1428 * Maximum amount of memory in bytes to use for the index of each stream.
1429 * If the index exceeds this size, entries will be discarded as
1432 * Demuxers for which a full in-memory index is mandatory will ignore
2162 * @param s stream index
2263 * @param stream_index index of the stream which is used as time base reference
2390 * set to the index of the corresponding stream in @ref
2434 * set to the index of the corresponding stream in @ref
2642 * Get the index for a specific timestamp.
2645 * @param timestamp timestamp to retrieve the index for
2646 * @param flags if AVSEEK_FLAG_BACKWARD then the returned index will correspond
2655 * Get the index entry count for the given AVStream.
2658 * @return the number of index entries in the stream
2663 * Get the AVIndexEntry corresponding to the given index.
2666 * @param idx The desired index.
2679 * @param timestamp Timestamp to retrieve the index entry for.
2694 * Add an index entry into a sorted list. Update the entry if the list
2736 * @param index index of the stream to dump information about
2741 int index,