Searched refs:es_map_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
219 es_map_length = avio_rb16(pb);
222 while (es_map_length >= 4){
230 es_map_length -= 4 + es_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
207 es_map_length = avio_rb16(pb);
208 /* Ignore es_map_length, trust psm_length */
209 es_map_length = psm_length - ps_info_length - 10;
212 while (es_map_length >= 4) {
221 es_map_length -= 4 + es_info_length;

Completed in 86 milliseconds