Searched refs:AVIndexEntry (Results 1 - 18 of 18) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | seek.c | 50 unsigned int max_entries = s->max_index_size / sizeof(AVIndexEntry); in ff_reduce_index() 60 int ff_add_index_entry(AVIndexEntry **index_entries, in ff_add_index_entry() 66 AVIndexEntry *entries, *ie; in ff_add_index_entry() 69 if ((unsigned) *nb_index_entries + 1 >= UINT_MAX / sizeof(AVIndexEntry)) in ff_add_index_entry() 84 sizeof(AVIndexEntry)); in ff_add_index_entry() 102 sizeof(AVIndexEntry) * (*nb_index_entries - index)); in ff_add_index_entry() 128 int ff_index_search_timestamp(const AVIndexEntry *entries, int nb_entries, in ff_index_search_timestamp() 202 const AVIndexEntry *const e1 = &sti1->index_entries[i1]; in ff_configure_buffers_for_index() 207 const AVIndexEntry *const e2 = &sti2->index_entries[i2]; in ff_configure_buffers_for_index() 250 const AVIndexEntry *avformat_index_get_entr [all...] |
H A D | vocdec.c | 89 const AVIndexEntry *const e = &sti->index_entries[index]; in voc_read_seek() 95 const AVIndexEntry *const e = &sti->index_entries[sti->nb_index_entries - 1]; in voc_read_seek()
|
H A D | demux.h | 130 int ff_index_search_timestamp(const AVIndexEntry *entries, int nb_entries, 136 int ff_add_index_entry(AVIndexEntry **index_entries,
|
H A D | avformat.h | 807 typedef struct AVIndexEntry { struct 822 } AVIndexEntry; typedef 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_timestam [all...] |
H A D | jvdec.c | 120 AVIndexEntry *e = asti->index_entries + i; in read_header() 169 const AVIndexEntry *const e = asti->index_entries + jv->pts; in read_packet()
|
H A D | internal.h | 252 AVIndexEntry *index_entries; /**< Only used if the format does not
|
H A D | ifv.c | 190 AVIndexEntry *ev, *ea, *e_next; in ifv_read_packet()
|
H A D | flacdec.c | 315 AVIndexEntry e; in flac_seek()
|
H A D | rl2.c | 233 AVIndexEntry *sample = NULL; in rl2_read_packet()
|
H A D | mov.c | 3519 AVIndexEntry *e_old, 3531 AVIndexEntry *e_keep = sti->index_entries; 3619 AVIndexEntry *entries, *ie; 3621 const size_t min_size_needed = (sti->nb_index_entries + 1) * sizeof(AVIndexEntry); 3630 if (sti->nb_index_entries + 1U >= UINT_MAX / sizeof(AVIndexEntry)) 3812 AVIndexEntry *e_old = sti->index_entries; 3814 const AVIndexEntry *e_old_end = e_old + nb_old; 3815 const AVIndexEntry *current = NULL; 4353 AVIndexEntry *e; 4440 AVIndexEntry * [all...] |
H A D | cafdec.c | 245 if (num_packets < 0 || INT32_MAX / sizeof(AVIndexEntry) < num_packets) in read_pakt_chunk()
|
H A D | rpl.c | 320 AVIndexEntry* index_entry; in rpl_read_packet()
|
H A D | wtvdec.c | 330 /* maintain private seek index, as the AVIndexEntry->pos is relative to the 332 AVIndexEntry *index_entries; 1035 AVIndexEntry *e = wtv->index_entries; in read_header() 1036 AVIndexEntry *e_end = wtv->index_entries + wtv->nb_index_entries - 1; in read_header() 1093 * whereas AVIndexEntry->timestamp values are relative to epoch. */ in read_seek()
|
H A D | mp3dec.c | 554 AVIndexEntry *ie, ie1; in mp3_seek()
|
H A D | mvdec.c | 477 const AVIndexEntry *index; in mv_read_packet()
|
H A D | avidec.c | 1539 AVIndexEntry *e; in avi_read_packet()
|
H A D | mxfdec.c | 284 AVIndexEntry *fake_index; /* used for calling ff_index_search_timestamp() */ 1931 !(index_table->fake_index = av_calloc(index_table->nb_ptses, sizeof(AVIndexEntry))) || in mxf_compute_ptses_fake_index()
|
H A D | matroskadec.c | 4022 AVIndexEntry *const index_entries = sti->index_entries; in get_cue_desc()
|
Completed in 37 milliseconds