Home
last modified time | relevance | path

Searched refs:bitrates_count (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Disom.h276 int bitrates_count; member
Dmov.c5813 c->bitrates_count++; in mov_read_uuid()
5814 c->bitrates = av_realloc_f(c->bitrates, c->bitrates_count, sizeof(*c->bitrates)); in mov_read_uuid()
5816 c->bitrates_count = 0; in mov_read_uuid()
5823 c->bitrates[c->bitrates_count - 1] = 0; in mov_read_uuid()
5825 c->bitrates[c->bitrates_count - 1] = ret; in mov_read_uuid()
7694 for (i = 0; i < mov->bitrates_count && i < s->nb_streams; i++) { in mov_read_header()