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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dyuv4mpegdec.c34 char *tokstart, *tokend, *header_end; local
65 width = strtol(tokstart, &tokend, 10);
66 tokstart = tokend;
69 height = strtol(tokstart, &tokend, 10);
70 tokstart = tokend;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dyuv4mpeg.c202 char *tokstart, *tokend, *header_end; local
235 width = strtol(tokstart, &tokend, 10);
236 tokstart = tokend;
239 height = strtol(tokstart, &tokend, 10);
240 tokstart = tokend;

Completed in 86 milliseconds