Searched refs:tokstart (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
59 for (tokstart = &header[strlen(Y4M_MAGIC) + 1];
60 tokstart < header_end; tokstart++) {
61 if (*tokstart == 0x20)
63 switch (*tokstart++) {
65 width = strtol(tokstart, &tokend, 10);
66 tokstart = tokend;
69 height = strtol(tokstart, &tokend, 10);
70 tokstart
[all...]
/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
229 for (tokstart = &header[strlen(Y4M_MAGIC) + 1];
230 tokstart < header_end; tokstart++) {
231 if (*tokstart == 0x20)
233 switch (*tokstart++) {
235 width = strtol(tokstart, &tokend, 10);
236 tokstart = tokend;
239 height = strtol(tokstart, &tokend, 10);
240 tokstart
[all...]

Completed in 65 milliseconds