Lines Matching defs:run_in
305 int run_in;
454 if (klv->offset < mxf->run_in)
724 av_assert0(klv_offset >= mxf->run_in);
769 if (this_partition != klv_offset - mxf->run_in) {
772 this_partition, klv_offset - mxf->run_in);
806 partition->previous_partition = prev->pack_ofs - mxf->run_in;
839 mxf->run_in + partition->previous_partition >= klv_offset) {
3339 mxf->run_in + mxf->current_partition->previous_partition <= mxf->last_forward_tell)
3344 avio_seek(pb, mxf->run_in + mxf->current_partition->previous_partition, SEEK_SET);
3406 if ((ret = avio_seek(pb, mxf->run_in + mxf->footer_partition, SEEK_SET)) < 0) {
3410 mxf->run_in + mxf->footer_partition, ret);
3469 p->essence_length = mxf->partitions[x+1].pack_ofs - mxf->run_in - p->essence_offset;
3476 x+1, mxf->partitions[x+1].pack_ofs - mxf->run_in);
3616 max_rip_length = ((file_size - mxf->run_in) / 105) * 12 + 28;
3641 if (mxf->run_in + mxf->footer_partition >= file_size) {
3647 avio_seek(s->pb, mxf->run_in, SEEK_SET);
3656 int64_t run_in;
3666 run_in = avio_tell(s->pb);
3667 if (run_in < 0 || run_in > RUN_IN_MAX)
3669 mxf->run_in = run_in;