Lines Matching defs:count
509 int count = avio_rb16(s->pb);
515 if (count != 1)
516 av_log(s, AV_LOG_WARNING, "unsupported multiple ANC packets (%d) per KLV packet\n", count);
518 for (i = 0; i < count; i++) {
537 avio_rb32(s->pb); // array count
565 av_log(s, AV_LOG_ERROR, "wrong cdp size %d cc count %d\n", cdp_length, cc_count);
950 static int mxf_read_strong_ref_array(AVIOContext *pb, UID **refs, int *count)
958 *count = c;
961 *refs = av_malloc_array(*count, sizeof(UID));
963 *count = 0;
967 ret = avio_read(pb, (uint8_t *)*refs, *count * sizeof(UID));
968 if (ret != *count * sizeof(UID)) {
969 *count = ret < 0 ? 0 : ret / sizeof(UID);
1710 /* count number of segments, allocate arrays and copy unsorted segments */
2037 /* sanity check and count unique BodySIDs/IndexSIDs */
2580 av_log(mxf->fc, AV_LOG_TRACE, "metadata sets count %d\n", mxf->metadata_sets_count);
3572 av_log(mxf->fc, AV_LOG_WARNING, "guessing index for stream %d using edit unit byte count %d\n", st->index, edit_unit_byte_count);
4196 // Update all tracks sample count