Lines Matching refs:AVIndexEntry
807 typedef struct AVIndexEntry {
822 } AVIndexEntry;
2663 * Get the AVIndexEntry corresponding to the given index.
2665 * @param st Stream containing the requested AVIndexEntry.
2667 * @return A pointer to the requested AVIndexEntry if it exists, NULL otherwise.
2673 const AVIndexEntry *avformat_index_get_entry(AVStream *st, int idx);
2676 * Get the AVIndexEntry corresponding to the given timestamp.
2678 * @param st Stream containing the requested AVIndexEntry.
2684 * @return A pointer to the requested AVIndexEntry if it exists, NULL otherwise.
2690 const AVIndexEntry *avformat_index_get_entry_from_timestamp(AVStream *st,