Searched refs:partitions_count (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmxfdec.c211 unsigned partitions_count; member in struct:__anon3594
443 tmp_part = av_realloc_array(mxf->partitions, mxf->partitions_count + 1, sizeof(*mxf->partitions));
453 (mxf->partitions_count - mxf->last_forward_partition)*sizeof(*mxf->partitions));
457 partition = mxf->current_partition = &mxf->partitions[mxf->partitions_count];
461 mxf->partitions_count++;
1057 for (x = 0; x < mxf->partitions_count; x++) {
1086 for (x = 0; x < mxf->partitions_count; x++) {
1977 for (x = 0; x < mxf->partitions_count; x++) {
1983 if (x >= mxf->partitions_count - 1)

Completed in 109 milliseconds