Lines Matching defs:pos
50 int64_t pos;
281 c->audio_pkt[i].pos = -1;
382 pkt->pos = c->audio_pkt[i].pos;
394 uint8_t *buf, int buf_size, int64_t pos)
409 c->audio_pkt[i].pos = pos;
431 pkt->pos = pos;
481 int64_t pos = avio_tell(s->pb);
504 avio_seek(s->pb, pos, SEEK_SET);
567 int64_t pos = avio_tell(s->pb);
578 size = avpriv_dv_produce_packet(&c->dv_demux, pkt, c->buf, size, pos);