Lines Matching defs:pos
1282 int pos = 0, j, l, ret;
1290 while (asf_pkt->data_size >= asf_st->span * pkt_len + pos) {
1291 if (pos >= asf_pkt->data_size) {
1295 if (pos >= asf_pkt->data_size) {
1299 if ((pos + chunk_len) >= asf_pkt->data_size)
1301 memcpy(data + pos,
1304 pos += chunk_len;
1447 * where the pos (position) is the offset inside the Data Object.
1452 * asf_read_timestamp upgrades pos to the packet beginning offset and
1457 int64_t *pos, int64_t pos_limit)
1460 int64_t pkt_pos = *pos, pkt_offset, dts = AV_NOPTS_VALUE, data_end;
1512 *pos = pkt_pos;
1530 avio_seek(s->pb, sti->index_entries[idx].pos, SEEK_SET);