Lines Matching defs:linelength
60 uint16_t linelength;
110 i++, src += linelength, src_size -= linelength
113 linelength = AV_RL16(src);
117 if (src_size < linelength) {
122 if (src[linelength - 1] != EOL) {
124 av_log(avctx, AV_LOG_WARNING, "Wrong line length %d or line not terminated properly (found 0x%02x)!\n", linelength, src[linelength - 1]);
142 for (j = 0; j < linelength - 1; j++) {
162 for (j = 0; j < linelength - 4; ) {