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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmxfdec.c76 int structural_components_count; member in struct:__anon2231
491 sequence->structural_components_count = avio_rb32(pb);
492 if (sequence->structural_components_count >= UINT_MAX / sizeof(UID))
494 sequence->structural_components_refs = av_malloc(sequence->structural_components_count * sizeof(UID));
498 avio_read(pb, (uint8_t *)sequence->structural_components_refs, sequence->structural_components_count * sizeof(UID));
715 for (j = 0; j < material_track->sequence->structural_components_count; j++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmxfdec.c115 int structural_components_count; member in struct:__anon3586
719 sequence->structural_components_count = avio_rb32(pb);
720 sequence->structural_components_refs = av_calloc(sequence->structural_components_count, sizeof(UID));
724 avio_read(pb, (uint8_t *)sequence->structural_components_refs, sequence->structural_components_count * sizeof(UID));
1414 for (j = 0; j < material_track->sequence->structural_components_count; j++) {
1428 for (j = 0; j < material_track->sequence->structural_components_count; j++) {

Completed in 85 milliseconds