Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dasfdec_f.c61 int ds_chunk_size; member
396 asf_st->ds_chunk_size = avio_rl16(pb); in asf_read_stream_properties()
401 if (!asf_st->ds_chunk_size || in asf_read_stream_properties()
402 (asf_st->ds_packet_size / asf_st->ds_chunk_size <= 1) || in asf_read_stream_properties()
403 asf_st->ds_packet_size % asf_st->ds_chunk_size) in asf_read_stream_properties()
1329 int off = offset / asf_st->ds_chunk_size; in asf_parse_packet()
1332 int idx = row + col * asf_st->ds_packet_size / asf_st->ds_chunk_size; in asf_parse_packet()
1333 assert(offset + asf_st->ds_chunk_size <= asf_st->pkt.size); in asf_parse_packet()
1334 assert(idx + 1 <= asf_st->pkt.size / asf_st->ds_chunk_size); in asf_parse_packet()
1336 asf_st->pkt.data + idx * asf_st->ds_chunk_size, in asf_parse_packet()
[all...]

Completed in 3 milliseconds