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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dasf.h49 int ds_packet_size; member in struct:ASFStream
H A Dasfdec.c443 asf_st->ds_packet_size = avio_rl16(pb);
450 (asf_st->ds_packet_size / asf_st->ds_chunk_size <= 1) ||
451 asf_st->ds_packet_size % asf_st->ds_chunk_size)
1300 if (asf_st->pkt.size != asf_st->ds_packet_size * asf_st->ds_span) {
1302 "pkt.size != ds_packet_size * ds_span (%d %d %d)\n",
1303 asf_st->pkt.size, asf_st->ds_packet_size,
1318 int idx = row + col * asf_st->ds_packet_size / asf_st->ds_chunk_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dasf.h40 int ds_packet_size; member in struct:__anon2113
H A Dasfdec.c312 asf_st->ds_packet_size = avio_rl16(pb);
318 // asf_st->ds_packet_size, asf_st->ds_chunk_size,
322 || (asf_st->ds_packet_size/asf_st->ds_chunk_size <= 1)
323 || asf_st->ds_packet_size % asf_st->ds_chunk_size)
1063 if(asf_st->pkt.size != asf_st->ds_packet_size * asf_st->ds_span){
1064 av_log(s, AV_LOG_ERROR, "pkt.size != ds_packet_size * ds_span (%d %d %d)\n", asf_st->pkt.size, asf_st->ds_packet_size, asf_st->ds_span);
1075 int idx = row + col * asf_st->ds_packet_size / asf_st->ds_chunk_size;

Completed in 44 milliseconds