Home
last modified time | relevance | path

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

/third_party/ffmpeg/tools/
H A Dqt-faststart.c188 uint32_t offset_count; in update_stco_offsets() local
198 offset_count = BE_32(atom->data + 4); in update_stco_offsets()
199 if (offset_count > (atom->size - 8) / 4) { in update_stco_offsets()
200 fprintf(stderr, "stco offset count %"PRIu32" too big\n", offset_count); in update_stco_offsets()
204 context->stco_offset_count += offset_count; in update_stco_offsets()
207 for (pos = atom->data + 8, end = pos + offset_count * 4; in update_stco_offsets()
224 uint32_t offset_count; in update_co64_offsets() local
234 offset_count = BE_32(atom->data + 4); in update_co64_offsets()
235 if (offset_count > (atom->size - 8) / 8) { in update_co64_offsets()
236 fprintf(stderr, "co64 offset count %"PRIu32" too big\n", offset_count); in update_co64_offsets()
304 uint32_t offset_count; upgrade_stco_atom() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dass_split.c54 int offset_count; member
74 .offset_count = offsetof(ASS, styles_count),
106 .offset_count = offsetof(ASS, styles_count),
133 .offset_count = offsetof(ASS, dialogs_count),
216 int *count = (int *)((uint8_t *)&ctx->ass + section->offset_count); in realloc_section_array()
404 count = (int *)((uint8_t *)&ctx->ass + section->offset_count); in free_section()

Completed in 3 milliseconds