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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpeg.c210 int psm_length, ps_info_length, es_map_length; local
215 ps_info_length = avio_rb16(pb);
218 avio_skip(pb, ps_info_length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpeg.c198 int psm_length, ps_info_length, es_map_length; local
203 ps_info_length = avio_rb16(pb);
206 avio_skip(pb, ps_info_length);
209 es_map_length = psm_length - ps_info_length - 10;

Completed in 184 milliseconds