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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dnutenc.c304 int i, j, tmp_pts, tmp_flags, tmp_stream, tmp_mul, tmp_size, tmp_fields, tmp_head_idx; local
321 tmp_head_idx= 0;
331 if(tmp_head_idx!=nut->frame_code[i].header_idx)tmp_fields=8;
339 tmp_head_idx= nut->frame_code[i].header_idx;
352 if(nut->frame_code[i].header_idx!= tmp_head_idx) break;
365 if(tmp_fields>7) ff_put_v(bc, tmp_head_idx);
H A Dnutdec.c193 int i, j, tmp_stream, tmp_mul, tmp_pts, tmp_size, count, tmp_res, tmp_head_idx; local
221 tmp_head_idx= 0;
235 if(tmp_fields>7) tmp_head_idx= ffio_read_varlen(bc);
261 nut->frame_code[i].header_idx = tmp_head_idx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnutenc.c340 tmp_head_idx; local
359 tmp_head_idx = 0;
369 if (tmp_head_idx != nut->frame_code[i].header_idx) tmp_fields = 8;
377 tmp_head_idx = nut->frame_code[i].header_idx;
390 nut->frame_code[i].header_idx != tmp_head_idx)
405 if (tmp_fields > 7) ff_put_v(bc, tmp_head_idx);
H A Dnutdec.c227 int tmp_stream, tmp_mul, tmp_pts, tmp_size, tmp_res, tmp_head_idx; local
266 tmp_head_idx = 0;
292 tmp_head_idx = ffio_read_varlen(bc);
318 nut->frame_code[i].header_idx = tmp_head_idx;

Completed in 181 milliseconds