Searched refs:psm_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
212 psm_length = avio_rb16(pb);
233 return 2 + psm_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
200 psm_length = avio_rb16(pb);
208 /* Ignore es_map_length, trust psm_length */
209 es_map_length = psm_length - ps_info_length - 10;
224 return 2 + psm_length;

Completed in 74 milliseconds