Lines Matching defs:data_offset
60 uint64_t data_offset; ///< The offset of the video data within the file.
90 uint64_t data_offset; ///< The offset of the audio data within the file.
267 uint64_t data_offset;
368 data_offset = avio_tell(pb);
370 xmv->video.data_offset = data_offset;
371 data_offset += xmv->video.data_size;
374 xmv->audio[audio_track].data_offset = data_offset;
375 data_offset += xmv->audio[audio_track].data_size;
386 xmv->video.data_offset += 4;
448 if (avio_seek(pb, audio->data_offset, SEEK_SET) != audio->data_offset)
477 audio->data_offset += data_size;
495 if (avio_seek(pb, video->data_offset, SEEK_SET) != video->data_offset)
536 video->data_offset += frame_size + 4;